Shades of Brown #A02C21
Tints of Brown #A02C21
RGB
CMYK
RGB Variations
Color information
#A02C21 (or 0xA02C21) is known color: Brown. HEX triplet: A0, 2C and 21. RGB value is (160,44,33). Sum of RGB (Red+Green+Blue) = 160+44+33=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C21 is #5FD3DE. Grayscale: #4D4D4D. Windows color (decimal): -6280159 or 2174112. OLE color: 2174112.
HSL color Cylindrical-coordinate representation of color #A02C21: hue angle of 5.2º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02C21 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 33 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.37 |
| HSL | 5.2º | 0.66% | 0.38% | - |
| HSV(B) | 5.2º | 0.79% | 0.63% | - |
| XYZ | 15.67 | 9.38 | 2.42 | - |
| YUV | 77.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 33 | 0 | 0.72 | 0.79 | 0.37 | 5.2 | 0.66 | 0.38 |
| Hex | A0 | 2C | 21 | 0 | 48 | 4F | 25 | 5 | 42 | 26 |
| Octal | 240 | 54 | 41 | 0 | 110 | 117 | 45 | 5 | 102 | 46 |
| Binary | 10100000 | 101100 | 100001 | 0 | 1001000 | 1001111 | 100101 | 101 | 1000010 | 100110 |
Color Harmonies of #A02C21
Complementary color
Monochromatic Colors of #A02C21
Black with #A02C21
Text Example
Text Example
White with #A02C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C21; }
p { color: rgb(160,44,33); }
H1.HeaderClassName
{
color: #A02C21;
}
.AnyTagClassName
{
color: #A02C21;
}
</style>
background-color css
<style>
a { background-color: #A02C21; }
a { background-color: rgb(160,44,33); }
div.DivClassName
{
background-color: #A02C21;
}
.BgClassName
{
background-color: #A02C21;
}
</style>
border-color css
<style>
span { border-color: #A02C21; }
span { border-color: rgb(160,44,33); }
td.TdClassName
{
border-color: #A02C21;
}
.TagClassName
{
border-color: #A02C21;
}
</style>