Roses Are Red
#aa3646
Roses Are Red is a color with the hex code #aa3646. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #aa3646 | |
|---|---|---|
| RGB | rgb(170, 54, 70) | |
| HSL | hsl(352, 52%, 44%) | |
| CMYK | cmyk(0%, 68%, 59%, 33%) | |
| LAB | lab(41, 49, 18) | |
| OKLCH | oklch(0.51 0.151 16) |
Color harmonies
Tints & shades
Code snippets
color: #aa3646;
background-color: #aa3646;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAA3646)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.21, blue: 0.27, alpha: 1.0)