#aa6622
a dark, vivid orange · warm · closest name: peru
RGB
170, 102, 34
HSL
30°, 67%, 40%
CMYK
0, 40, 80, 33
Luminance
0.1816
Every format
| HEX | #aa6622 |
| RGB | rgb(170, 102, 34) |
| HSL | hsl(30, 67%, 40%) |
| CMYK | cmyk(0%, 40%, 80%, 33%) |
| LAB | lab(49.7 22.0 47.5) |
| LCH | lch(49.7 52.3 65.1) |
| OKLCH | oklch(0.575 0.118 60.8) |
Copy-ready code
/* CSS */
color: #aa6622;
background-color: #aa6622;
/* Tailwind (arbitrary) */
class="text-[#aa6622] bg-[#aa6622]"
/* SCSS */
$brand: #aa6622;
/* SwiftUI */
Color(red: 0.667, green: 0.400, blue: 0.133)
/* Android */
Color.parseColor("#aa6622")Accessibility — WCAG contrast
Aa
#aa6622 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa6622 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow80.0%
Key (black)33.3%
Color previews
#aa6622 text on a black background
contrast 4.63:1
Card sample
#aa6622 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa6622;
Background color
Panel with #aa6622 background
background-color: #aa6622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa6622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 102, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 102, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa6622; background: linear-gradient(135deg, #aa6622, #93AA22);