Brick
#a03623
Brick, represented by the hex value #a03623, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a03623 | |
|---|---|---|
| RGB | rgb(160, 54, 35) | |
| HSL | hsl(9, 64%, 38%) | |
| CMYK | cmyk(0%, 66%, 78%, 37%) | |
| LAB | lab(39, 44, 36) | |
| OKLCH | oklch(0.48 0.144 32) |
Color harmonies
Tints & shades
Code snippets
color: #a03623;
background-color: #a03623;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA03623)
/* Swift / UIKit */
UIColor(red: 0.63, green: 0.21, blue: 0.14, alpha: 1.0)