#aa9966
a balanced, soft yellow · cool · closest name: tan
RGB
170, 153, 102
HSL
45°, 29%, 53%
CMYK
0, 10, 40, 33
Luminance
0.3229
Every format
| HEX | #aa9966 |
| RGB | rgb(170, 153, 102) |
| HSL | hsl(45, 29%, 53%) |
| CMYK | cmyk(0%, 10%, 40%, 33%) |
| LAB | lab(63.6 -1.2 29.1) |
| LCH | lch(63.6 29.1 92.4) |
| OKLCH | oklch(0.686 0.072 91.7) |
Copy-ready code
/* CSS */
color: #aa9966;
background-color: #aa9966;
/* Tailwind (arbitrary) */
class="text-[#aa9966] bg-[#aa9966]"
/* SCSS */
$brand: #aa9966;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.400)
/* Android */
Color.parseColor("#aa9966")Accessibility — WCAG contrast
Aa
#aa9966 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9966 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow40.0%
Key (black)33.3%
Color previews
#aa9966 text on a black background
contrast 7.46:1
Card sample
#aa9966 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9966;
Background color
Panel with #aa9966 background
background-color: #aa9966;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9966;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9966; background: linear-gradient(135deg, #aa9966, #8EAA66);