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