#aa6644
a balanced, soft orange · warm · closest name: sienna
RGB
170, 102, 68
HSL
20°, 43%, 47%
CMYK
0, 40, 60, 33
Luminance
0.1847
Every format
| HEX | #aa6644 |
| RGB | rgb(170, 102, 68) |
| HSL | hsl(20, 43%, 47%) |
| CMYK | cmyk(0%, 40%, 60%, 33%) |
| LAB | lab(50.1 24.0 30.6) |
| LCH | lch(50.1 38.9 51.9) |
| OKLCH | oklch(0.578 0.100 46.7) |
Copy-ready code
/* CSS */
color: #aa6644;
background-color: #aa6644;
/* Tailwind (arbitrary) */
class="text-[#aa6644] bg-[#aa6644]"
/* SCSS */
$brand: #aa6644;
/* SwiftUI */
Color(red: 0.667, green: 0.400, blue: 0.267)
/* Android */
Color.parseColor("#aa6644")Accessibility — WCAG contrast
Aa
#aa6644 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa6644 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow60.0%
Key (black)33.3%
Color previews
#aa6644 text on a black background
contrast 4.69:1
Card sample
#aa6644 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa6644;
Background color
Panel with #aa6644 background
background-color: #aa6644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa6644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 102, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 102, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa6644; background: linear-gradient(135deg, #aa6644, #AAAA44);