Kabuki
#a73a3e
Looking for the precise values behind Kabuki (#a73a3e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a73a3e | |
|---|---|---|
| RGB | rgb(167, 58, 62) | |
| HSL | hsl(358, 48%, 44%) | |
| CMYK | cmyk(0%, 65%, 63%, 35%) | |
| LAB | lab(41, 46, 23) | |
| OKLCH | oklch(0.5 0.143 22) |
Color harmonies
Tints & shades
Code snippets
color: #a73a3e;
background-color: #a73a3e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA73A3E)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.23, blue: 0.24, alpha: 1.0)