Exhumed Gold
#a78558
Looking for the precise values behind Exhumed Gold (#a78558)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a78558 | |
|---|---|---|
| RGB | rgb(167, 133, 88) | |
| HSL | hsl(34, 31%, 50%) | |
| CMYK | cmyk(0%, 20%, 47%, 35%) | |
| LAB | lab(58, 9, 29) | |
| OKLCH | oklch(0.64 0.074 74) |
Color harmonies
Tints & shades
Code snippets
color: #a78558;
background-color: #a78558;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA78558)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.52, blue: 0.35, alpha: 1.0)