#a18a72
a balanced, soft orange · warm · closest name: gray
RGB
161, 138, 114
HSL
31°, 20%, 54%
CMYK
0, 14, 29, 37
Luminance
0.2697
Every format
| HEX | #a18a72 |
| RGB | rgb(161, 138, 114) |
| HSL | hsl(31, 20%, 54%) |
| CMYK | cmyk(0%, 14%, 29%, 37%) |
| LAB | lab(59.0 4.9 16.1) |
| LCH | lch(59.0 16.8 73.0) |
| OKLCH | oklch(0.648 0.044 68.1) |
Copy-ready code
/* CSS */
color: #a18a72;
background-color: #a18a72;
/* Tailwind (arbitrary) */
class="text-[#a18a72] bg-[#a18a72]"
/* SCSS */
$brand: #a18a72;
/* SwiftUI */
Color(red: 0.631, green: 0.541, blue: 0.447)
/* Android */
Color.parseColor("#a18a72")Accessibility — WCAG contrast
Aa
#a18a72 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a18a72 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green54.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow29.2%
Key (black)36.9%
Color previews
#a18a72 text on a black background
contrast 6.39:1
Card sample
#a18a72 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18a72;
Background color
Panel with #a18a72 background
background-color: #a18a72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18a72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 138, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 138, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18a72; background: linear-gradient(135deg, #a18a72, #99A172);