#aa7166
a balanced, soft red · warm · closest name: sienna
RGB
170, 113, 102
HSL
10°, 29%, 53%
CMYK
0, 34, 40, 33
Luminance
0.2132
Every format
| HEX | #aa7166 |
| RGB | rgb(170, 113, 102) |
| HSL | hsl(10, 29%, 53%) |
| CMYK | cmyk(0%, 34%, 40%, 33%) |
| LAB | lab(53.3 21.2 15.3) |
| LCH | lch(53.3 26.1 35.9) |
| OKLCH | oklch(0.605 0.075 31.4) |
Copy-ready code
/* CSS */
color: #aa7166;
background-color: #aa7166;
/* Tailwind (arbitrary) */
class="text-[#aa7166] bg-[#aa7166]"
/* SCSS */
$brand: #aa7166;
/* SwiftUI */
Color(red: 0.667, green: 0.443, blue: 0.400)
/* Android */
Color.parseColor("#aa7166")Accessibility — WCAG contrast
Aa
#aa7166 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7166 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green44.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow40.0%
Key (black)33.3%
Color previews
#aa7166 text on a black background
contrast 5.26:1
Card sample
#aa7166 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7166;
Background color
Panel with #aa7166 background
background-color: #aa7166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 113, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 113, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7166; background: linear-gradient(135deg, #aa7166, #AA9E66);