Shadow of the Colossus
#a3a2a1
Shadow of the Colossus, represented by the hex value #a3a2a1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a3a2a1 | |
|---|---|---|
| RGB | rgb(163, 162, 161) | |
| HSL | hsl(30, 1%, 64%) | |
| CMYK | cmyk(0%, 1%, 1%, 36%) | |
| LAB | lab(67, 0, 1) | |
| OKLCH | oklch(0.71 0.002 68) |
Color harmonies
Tints & shades
Code snippets
color: #a3a2a1;
background-color: #a3a2a1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFA3A2A1)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.64, blue: 0.63, alpha: 1.0)