Monument Valley
#ad5c34
Looking for the precise values behind Monument Valley (#ad5c34)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ad5c34 | |
|---|---|---|
| RGB | rgb(173, 92, 52) | |
| HSL | hsl(20, 54%, 44%) | |
| CMYK | cmyk(0%, 47%, 70%, 32%) | |
| LAB | lab(48, 31, 38) | |
| OKLCH | oklch(0.56 0.119 46) |
Color harmonies
Tints & shades
Code snippets
color: #ad5c34;
background-color: #ad5c34;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAD5C34)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.36, blue: 0.20, alpha: 1.0)