Humble Hippo
#aaaa99
Here's everything about the color Humble Hippo (#aaaa99) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aaaa99 | |
|---|---|---|
| RGB | rgb(170, 170, 153) | |
| HSL | hsl(60, 9%, 63%) | |
| CMYK | cmyk(0%, 0%, 10%, 33%) | |
| LAB | lab(69, -2, 9) | |
| OKLCH | oklch(0.73 0.024 107) |
Color harmonies
Tints & shades
Code snippets
color: #aaaa99;
background-color: #aaaa99;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFAAAA99)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.67, blue: 0.60, alpha: 1.0)