#aa9b5f
a balanced, soft yellow · cool · closest name: tan
RGB
170, 155, 95
HSL
48°, 31%, 52%
CMYK
0, 9, 44, 33
Luminance
0.3281
Every format
| HEX | #aa9b5f |
| RGB | rgb(170, 155, 95) |
| HSL | hsl(48, 31%, 52%) |
| CMYK | cmyk(0%, 9%, 44%, 33%) |
| LAB | lab(64.0 -3.1 33.4) |
| LCH | lch(64.0 33.5 95.3) |
| OKLCH | oklch(0.689 0.082 95.8) |
Copy-ready code
/* CSS */
color: #aa9b5f;
background-color: #aa9b5f;
/* Tailwind (arbitrary) */
class="text-[#aa9b5f] bg-[#aa9b5f]"
/* SCSS */
$brand: #aa9b5f;
/* SwiftUI */
Color(red: 0.667, green: 0.608, blue: 0.373)
/* Android */
Color.parseColor("#aa9b5f")Accessibility — WCAG contrast
Aa
#aa9b5f on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9b5f on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow44.1%
Key (black)33.3%
Color previews
#aa9b5f text on a black background
contrast 7.56:1
Card sample
#aa9b5f text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9b5f;
Background color
Panel with #aa9b5f background
background-color: #aa9b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 155, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 155, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9b5f; background: linear-gradient(135deg, #aa9b5f, #87AA5F);