Moorland
#a6ab9b
Moorland, represented by the hex value #a6ab9b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a6ab9b | |
|---|---|---|
| RGB | rgb(166, 171, 155) | |
| HSL | hsl(79, 9%, 64%) | |
| CMYK | cmyk(3%, 0%, 9%, 33%) | |
| LAB | lab(69, -4, 8) | |
| OKLCH | oklch(0.73 0.023 121) |
Color harmonies
Tints & shades
Code snippets
color: #a6ab9b;
background-color: #a6ab9b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFA6AB9B)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.67, blue: 0.61, alpha: 1.0)