#aa6600
a dark, electric orange · warm · closest name: peru
RGB
170, 102, 0
HSL
36°, 100%, 33%
CMYK
0, 40, 100, 33
Luminance
0.1805
Every format
| HEX | #aa6600 |
| RGB | rgb(170, 102, 0) |
| HSL | hsl(36, 100%, 33%) |
| CMYK | cmyk(0%, 40%, 100%, 33%) |
| LAB | lab(49.6 21.3 57.3) |
| LCH | lch(49.6 61.1 69.6) |
| OKLCH | oklch(0.573 0.128 65.9) |
Copy-ready code
/* CSS */
color: #aa6600;
background-color: #aa6600;
/* Tailwind (arbitrary) */
class="text-[#aa6600] bg-[#aa6600]"
/* SCSS */
$brand: #aa6600;
/* SwiftUI */
Color(red: 0.667, green: 0.400, blue: 0.000)
/* Android */
Color.parseColor("#aa6600")Accessibility — WCAG contrast
Aa
#aa6600 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa6600 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow100.0%
Key (black)33.3%
Color previews
#aa6600 text on a black background
contrast 4.61:1
Card sample
#aa6600 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa6600;
Background color
Panel with #aa6600 background
background-color: #aa6600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa6600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 102, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 102, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa6600; background: linear-gradient(135deg, #aa6600, #7DAA00);