Desert Locust
#a9a450
Looking for the precise values behind Desert Locust (#a9a450)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a9a450 | |
|---|---|---|
| RGB | rgb(169, 164, 80) | |
| HSL | hsl(57, 36%, 49%) | |
| CMYK | cmyk(0%, 3%, 53%, 34%) | |
| LAB | lab(66, -7, 44) | |
| OKLCH | oklch(0.71 0.107 106) |
Color harmonies
Tints & shades
Code snippets
color: #a9a450;
background-color: #a9a450;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFA9A450)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.64, blue: 0.31, alpha: 1.0)