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