#aa8855
a balanced, soft orange · warm · closest name: tan
RGB
170, 136, 85
HSL
36°, 33%, 50%
CMYK
0, 20, 50, 33
Luminance
0.2681
Every format
| HEX | #aa8855 |
| RGB | rgb(170, 136, 85) |
| HSL | hsl(36, 33%, 50%) |
| CMYK | cmyk(0%, 20%, 50%, 33%) |
| LAB | lab(58.8 6.4 32.2) |
| LCH | lch(58.8 32.8 78.8) |
| OKLCH | oklch(0.647 0.080 76.7) |
Copy-ready code
/* CSS */
color: #aa8855;
background-color: #aa8855;
/* Tailwind (arbitrary) */
class="text-[#aa8855] bg-[#aa8855]"
/* SCSS */
$brand: #aa8855;
/* SwiftUI */
Color(red: 0.667, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#aa8855")Accessibility — WCAG contrast
Aa
#aa8855 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa8855 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green53.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow50.0%
Key (black)33.3%
Color previews
#aa8855 text on a black background
contrast 6.36:1
Card sample
#aa8855 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa8855;
Background color
Panel with #aa8855 background
background-color: #aa8855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa8855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa8855; background: linear-gradient(135deg, #aa8855, #93AA55);