#aa7766
a balanced, soft orange · warm · closest name: sienna
RGB
170, 119, 102
HSL
15°, 29%, 53%
CMYK
0, 30, 40, 33
Luminance
0.2270
Every format
| HEX | #aa7766 |
| RGB | rgb(170, 119, 102) |
| HSL | hsl(15, 29%, 53%) |
| CMYK | cmyk(0%, 30%, 40%, 33%) |
| LAB | lab(54.8 17.8 17.4) |
| LCH | lch(54.8 24.8 44.3) |
| OKLCH | oklch(0.617 0.069 39.2) |
Copy-ready code
/* CSS */
color: #aa7766;
background-color: #aa7766;
/* Tailwind (arbitrary) */
class="text-[#aa7766] bg-[#aa7766]"
/* SCSS */
$brand: #aa7766;
/* SwiftUI */
Color(red: 0.667, green: 0.467, blue: 0.400)
/* Android */
Color.parseColor("#aa7766")Accessibility — WCAG contrast
Aa
#aa7766 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7766 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green46.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow40.0%
Key (black)33.3%
Color previews
#aa7766 text on a black background
contrast 5.54:1
Card sample
#aa7766 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7766;
Background color
Panel with #aa7766 background
background-color: #aa7766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 119, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 119, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7766; background: linear-gradient(135deg, #aa7766, #AAA466);