Aztec Temple
#84705b
Looking for the precise values behind Aztec Temple (#84705b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #84705b | |
|---|---|---|
| RGB | rgb(132, 112, 91) | |
| HSL | hsl(31, 18%, 44%) | |
| CMYK | cmyk(0%, 15%, 31%, 48%) | |
| LAB | lab(49, 6, 15) | |
| OKLCH | oklch(0.56 0.04 68) |
Color harmonies
Tints & shades
Code snippets
color: #84705b;
background-color: #84705b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF84705B)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.44, blue: 0.36, alpha: 1.0)