#aa9977
a balanced, soft yellow · warm · closest name: tan
RGB
170, 153, 119
HSL
40°, 23%, 57%
CMYK
0, 10, 30, 33
Luminance
0.3266
Every format
| HEX | #aa9977 |
| RGB | rgb(170, 153, 119) |
| HSL | hsl(40, 23%, 57%) |
| CMYK | cmyk(0%, 10%, 30%, 33%) |
| LAB | lab(63.9 0.9 20.2) |
| LCH | lch(63.9 20.2 87.3) |
| OKLCH | oklch(0.689 0.051 84.4) |
Copy-ready code
/* CSS */
color: #aa9977;
background-color: #aa9977;
/* Tailwind (arbitrary) */
class="text-[#aa9977] bg-[#aa9977]"
/* SCSS */
$brand: #aa9977;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.467)
/* Android */
Color.parseColor("#aa9977")Accessibility — WCAG contrast
Aa
#aa9977 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9977 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow30.0%
Key (black)33.3%
Color previews
#aa9977 text on a black background
contrast 7.53:1
Card sample
#aa9977 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9977;
Background color
Panel with #aa9977 background
background-color: #aa9977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9977; background: linear-gradient(135deg, #aa9977, #99AA77);