#aa9955
a balanced, soft yellow · cool · closest name: tan
RGB
170, 153, 85
HSL
48°, 33%, 50%
CMYK
0, 10, 50, 33
Luminance
0.3198
Every format
| HEX | #aa9955 |
| RGB | rgb(170, 153, 85) |
| HSL | hsl(48, 33%, 50%) |
| CMYK | cmyk(0%, 10%, 50%, 33%) |
| LAB | lab(63.3 -3.0 37.8) |
| LCH | lch(63.3 37.9 94.5) |
| OKLCH | oklch(0.683 0.091 95.7) |
Copy-ready code
/* CSS */
color: #aa9955;
background-color: #aa9955;
/* Tailwind (arbitrary) */
class="text-[#aa9955] bg-[#aa9955]"
/* SCSS */
$brand: #aa9955;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.333)
/* Android */
Color.parseColor("#aa9955")Accessibility — WCAG contrast
Aa
#aa9955 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9955 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow50.0%
Key (black)33.3%
Color previews
#aa9955 text on a black background
contrast 7.40:1
Card sample
#aa9955 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9955;
Background color
Panel with #aa9955 background
background-color: #aa9955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9955; background: linear-gradient(135deg, #aa9955, #82AA55);