Kathmandu
#ad9a5d
Looking for the precise values behind Kathmandu (#ad9a5d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ad9a5d | |
|---|---|---|
| RGB | rgb(173, 154, 93) | |
| HSL | hsl(46, 33%, 52%) | |
| CMYK | cmyk(0%, 11%, 46%, 32%) | |
| LAB | lab(64, 1, 35) | |
| OKLCH | oklch(0.69 0.083 93) |
Color harmonies
Tints & shades
Code snippets
color: #ad9a5d;
background-color: #ad9a5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFAD9A5D)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.60, blue: 0.36, alpha: 1.0)