#aa4100
a dark, electric orange · warm · closest name: chocolate
RGB
170, 65, 0
HSL
23°, 100%, 33%
CMYK
0, 62, 100, 33
Luminance
0.1233
Every format
| HEX | #aa4100 |
| RGB | rgb(170, 65, 0) |
| HSL | hsl(23, 100%, 33%) |
| CMYK | cmyk(0%, 62%, 100%, 33%) |
| LAB | lab(41.7 40.8 52.6) |
| LCH | lch(41.7 66.5 52.2) |
| OKLCH | oklch(0.513 0.151 43.3) |
Copy-ready code
/* CSS */
color: #aa4100;
background-color: #aa4100;
/* Tailwind (arbitrary) */
class="text-[#aa4100] bg-[#aa4100]"
/* SCSS */
$brand: #aa4100;
/* SwiftUI */
Color(red: 0.667, green: 0.255, blue: 0.000)
/* Android */
Color.parseColor("#aa4100")Accessibility — WCAG contrast
Aa
#aa4100 on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa4100 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green25.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow100.0%
Key (black)33.3%
Color previews
#aa4100 text on a black background
contrast 3.47:1
Card sample
#aa4100 text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa4100;
Background color
Panel with #aa4100 background
background-color: #aa4100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa4100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 65, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 65, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa4100; background: linear-gradient(135deg, #aa4100, #A2AA00);