#aaa799
a balanced, muted yellow · cool · closest name: silver
RGB
170, 167, 153
HSL
49°, 9%, 63%
CMYK
0, 2, 10, 33
Luminance
0.3848
Every format
| HEX | #aaa799 |
| RGB | rgb(170, 167, 153) |
| HSL | hsl(49, 9%, 63%) |
| CMYK | cmyk(0%, 2%, 10%, 33%) |
| LAB | lab(68.4 -1.4 7.6) |
| LCH | lch(68.4 7.8 100.7) |
| OKLCH | oklch(0.727 0.020 97.0) |
Copy-ready code
/* CSS */
color: #aaa799;
background-color: #aaa799;
/* Tailwind (arbitrary) */
class="text-[#aaa799] bg-[#aaa799]"
/* SCSS */
$brand: #aaa799;
/* SwiftUI */
Color(red: 0.667, green: 0.655, blue: 0.600)
/* Android */
Color.parseColor("#aaa799")Accessibility — WCAG contrast
Aa
#aaa799 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa799 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green65.5%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow10.0%
Key (black)33.3%
Color previews
#aaa799 text on a black background
contrast 8.70:1
Card sample
#aaa799 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa799;
Background color
Panel with #aaa799 background
background-color: #aaa799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 167, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 167, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa799; background: linear-gradient(135deg, #aaa799, #A2AA99);