#a09181
a balanced, muted orange · warm · closest name: gray
RGB
160, 145, 129
HSL
31°, 14%, 57%
CMYK
0, 9, 19, 37
Luminance
0.2931
Every format
| HEX | #a09181 |
| RGB | rgb(160, 145, 129) |
| HSL | hsl(31, 14%, 57%) |
| CMYK | cmyk(0%, 9%, 19%, 37%) |
| LAB | lab(61.0 2.9 10.5) |
| LCH | lch(61.0 10.9 74.8) |
| OKLCH | oklch(0.665 0.029 69.1) |
Copy-ready code
/* CSS */
color: #a09181;
background-color: #a09181;
/* Tailwind (arbitrary) */
class="text-[#a09181] bg-[#a09181]"
/* SCSS */
$brand: #a09181;
/* SwiftUI */
Color(red: 0.627, green: 0.569, blue: 0.506)
/* Android */
Color.parseColor("#a09181")Accessibility — WCAG contrast
Aa
#a09181 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a09181 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green56.9%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow19.4%
Key (black)37.3%
Color previews
#a09181 text on a black background
contrast 6.86:1
Card sample
#a09181 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09181;
Background color
Panel with #a09181 background
background-color: #a09181;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09181;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 145, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 145, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09181; background: linear-gradient(135deg, #a09181, #9AA081);