#aa7700
a dark, electric yellow · warm · closest name: peru
RGB
170, 119, 0
HSL
42°, 100%, 33%
CMYK
0, 30, 100, 33
Luminance
0.2174
Every format
| HEX | #aa7700 |
| RGB | rgb(170, 119, 0) |
| HSL | hsl(42, 100%, 33%) |
| CMYK | cmyk(0%, 30%, 100%, 33%) |
| LAB | lab(53.8 11.7 60.0) |
| LCH | lch(53.8 61.1 79.0) |
| OKLCH | oklch(0.606 0.126 78.7) |
Copy-ready code
/* CSS */
color: #aa7700;
background-color: #aa7700;
/* Tailwind (arbitrary) */
class="text-[#aa7700] bg-[#aa7700]"
/* SCSS */
$brand: #aa7700;
/* SwiftUI */
Color(red: 0.667, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#aa7700")Accessibility — WCAG contrast
Aa
#aa7700 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7700 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green46.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow100.0%
Key (black)33.3%
Color previews
#aa7700 text on a black background
contrast 5.35:1
Card sample
#aa7700 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7700;
Background color
Panel with #aa7700 background
background-color: #aa7700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7700; background: linear-gradient(135deg, #aa7700, #6CAA00);