Samba
#aa262b
Here's everything about the color Samba (#aa262b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aa262b | |
|---|---|---|
| RGB | rgb(170, 38, 43) | |
| HSL | hsl(358, 63%, 41%) | |
| CMYK | cmyk(0%, 78%, 75%, 33%) | |
| LAB | lab(39, 53, 32) | |
| OKLCH | oklch(0.49 0.168 24) |
Color harmonies
Tints & shades
Code snippets
color: #aa262b;
background-color: #aa262b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFAA262B)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.15, blue: 0.17, alpha: 1.0)