Gremlin
#a79954
Gremlin is a color with the hex code #a79954. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #a79954 | |
|---|---|---|
| RGB | rgb(167, 153, 84) | |
| HSL | hsl(50, 33%, 49%) | |
| CMYK | cmyk(0%, 8%, 50%, 35%) | |
| LAB | lab(63, -2, 38) | |
| OKLCH | oklch(0.68 0.091 98) |
Color harmonies
Tints & shades
Code snippets
color: #a79954;
background-color: #a79954;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFA79954)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.60, blue: 0.33, alpha: 1.0)