#aa7100
a dark, electric orange · warm · closest name: peru
RGB
170, 113, 0
HSL
40°, 100%, 33%
CMYK
0, 34, 100, 33
Luminance
0.2036
Every format
| HEX | #aa7100 |
| RGB | rgb(170, 113, 0) |
| HSL | hsl(40, 100%, 33%) |
| CMYK | cmyk(0%, 34%, 100%, 33%) |
| LAB | lab(52.2 15.1 59.0) |
| LCH | lch(52.2 60.9 75.7) |
| OKLCH | oklch(0.594 0.126 74.1) |
Copy-ready code
/* CSS */
color: #aa7100;
background-color: #aa7100;
/* Tailwind (arbitrary) */
class="text-[#aa7100] bg-[#aa7100]"
/* SCSS */
$brand: #aa7100;
/* SwiftUI */
Color(red: 0.667, green: 0.443, blue: 0.000)
/* Android */
Color.parseColor("#aa7100")Accessibility — WCAG contrast
Aa
#aa7100 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7100 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green44.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow100.0%
Key (black)33.3%
Color previews
#aa7100 text on a black background
contrast 5.07:1
Card sample
#aa7100 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7100;
Background color
Panel with #aa7100 background
background-color: #aa7100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 113, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 113, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7100; background: linear-gradient(135deg, #aa7100, #72AA00);