Grand Canyon
#a05d4d
Looking for the precise values behind Grand Canyon (#a05d4d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a05d4d | |
|---|---|---|
| RGB | rgb(160, 93, 77) | |
| HSL | hsl(12, 35%, 46%) | |
| CMYK | cmyk(0%, 42%, 52%, 37%) | |
| LAB | lab(47, 27, 22) | |
| OKLCH | oklch(0.55 0.092 34) |
Color harmonies
Tints & shades
Code snippets
color: #a05d4d;
background-color: #a05d4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA05D4D)
/* Swift / UIKit */
UIColor(red: 0.63, green: 0.36, blue: 0.30, alpha: 1.0)