Greedy Gecko
#aa9922
Here's everything about the color Greedy Gecko (#aa9922) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aa9922 | |
|---|---|---|
| RGB | rgb(170, 153, 34) | |
| HSL | hsl(53, 67%, 40%) | |
| CMYK | cmyk(0%, 10%, 80%, 33%) | |
| LAB | lab(63, -3, 59) | |
| OKLCH | oklch(0.68 0.131 101) |
Color harmonies
Tints & shades
Code snippets
color: #aa9922;
background-color: #aa9922;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFAA9922)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.60, blue: 0.13, alpha: 1.0)