Amaretto
#ab6f60
Amaretto, represented by the hex value #ab6f60, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ab6f60 | |
|---|---|---|
| RGB | rgb(171, 111, 96) | |
| HSL | hsl(12, 31%, 52%) | |
| CMYK | cmyk(0%, 35%, 44%, 33%) | |
| LAB | lab(53, 23, 19) | |
| OKLCH | oklch(0.6 0.08 35) |
Color harmonies
Tints & shades
Code snippets
color: #ab6f60;
background-color: #ab6f60;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAB6F60)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.44, blue: 0.38, alpha: 1.0)