#aa8366
a balanced, soft orange · warm · closest name: tan
RGB
170, 131, 102
HSL
26°, 29%, 53%
CMYK
0, 23, 40, 33
Luminance
0.2574
Every format
| HEX | #aa8366 |
| RGB | rgb(170, 131, 102) |
| HSL | hsl(26, 29%, 53%) |
| CMYK | cmyk(0%, 23%, 40%, 33%) |
| LAB | lab(57.8 11.0 21.4) |
| LCH | lch(57.8 24.1 62.8) |
| OKLCH | oklch(0.640 0.063 58.0) |
Copy-ready code
/* CSS */
color: #aa8366;
background-color: #aa8366;
/* Tailwind (arbitrary) */
class="text-[#aa8366] bg-[#aa8366]"
/* SCSS */
$brand: #aa8366;
/* SwiftUI */
Color(red: 0.667, green: 0.514, blue: 0.400)
/* Android */
Color.parseColor("#aa8366")Accessibility — WCAG contrast
Aa
#aa8366 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa8366 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green51.4%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow40.0%
Key (black)33.3%
Color previews
#aa8366 text on a black background
contrast 6.15:1
Card sample
#aa8366 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa8366;
Background color
Panel with #aa8366 background
background-color: #aa8366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa8366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 131, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 131, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa8366; background: linear-gradient(135deg, #aa8366, #A4AA66);