Nomad
#a19986
Looking for the precise values behind Nomad (#a19986)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a19986 | |
|---|---|---|
| RGB | rgb(161, 153, 134) | |
| HSL | hsl(42, 13%, 58%) | |
| CMYK | cmyk(0%, 5%, 17%, 37%) | |
| LAB | lab(64, 1, 11) | |
| OKLCH | oklch(0.68 0.029 88) |
Color harmonies
Tints & shades
Code snippets
color: #a19986;
background-color: #a19986;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA19986)
/* Swift / UIKit */
UIColor(red: 0.63, green: 0.60, blue: 0.53, alpha: 1.0)