#aa7755
a balanced, soft orange · warm · closest name: sienna
RGB
170, 119, 85
HSL
24°, 33%, 50%
CMYK
0, 30, 50, 33
Luminance
0.2240
Every format
| HEX | #aa7755 |
| RGB | rgb(170, 119, 85) |
| HSL | hsl(24, 33%, 50%) |
| CMYK | cmyk(0%, 30%, 50%, 33%) |
| LAB | lab(54.5 15.9 26.6) |
| LCH | lch(54.5 31.0 59.1) |
| OKLCH | oklch(0.613 0.080 54.3) |
Copy-ready code
/* CSS */
color: #aa7755;
background-color: #aa7755;
/* Tailwind (arbitrary) */
class="text-[#aa7755] bg-[#aa7755]"
/* SCSS */
$brand: #aa7755;
/* SwiftUI */
Color(red: 0.667, green: 0.467, blue: 0.333)
/* Android */
Color.parseColor("#aa7755")Accessibility — WCAG contrast
Aa
#aa7755 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7755 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green46.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow50.0%
Key (black)33.3%
Color previews
#aa7755 text on a black background
contrast 5.48:1
Card sample
#aa7755 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7755;
Background color
Panel with #aa7755 background
background-color: #aa7755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 119, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 119, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7755; background: linear-gradient(135deg, #aa7755, #A4AA55);