#aa9155
a balanced, soft yellow · warm · closest name: tan
RGB
170, 145, 85
HSL
42°, 33%, 50%
CMYK
0, 15, 50, 33
Luminance
0.2945
Every format
| HEX | #aa9155 |
| RGB | rgb(170, 145, 85) |
| HSL | hsl(42, 33%, 50%) |
| CMYK | cmyk(0%, 15%, 50%, 33%) |
| LAB | lab(61.2 1.4 35.1) |
| LCH | lch(61.2 35.2 87.8) |
| OKLCH | oklch(0.666 0.084 87.5) |
Copy-ready code
/* CSS */
color: #aa9155;
background-color: #aa9155;
/* Tailwind (arbitrary) */
class="text-[#aa9155] bg-[#aa9155]"
/* SCSS */
$brand: #aa9155;
/* SwiftUI */
Color(red: 0.667, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#aa9155")Accessibility — WCAG contrast
Aa
#aa9155 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa9155 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green56.9%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow50.0%
Key (black)33.3%
Color previews
#aa9155 text on a black background
contrast 6.89:1
Card sample
#aa9155 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9155;
Background color
Panel with #aa9155 background
background-color: #aa9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9155; background: linear-gradient(135deg, #aa9155, #8AAA55);