Shades of Brown #A02C14
Tints of Brown #A02C14
RGB
CMYK
RGB Variations
Color information
#A02C14 (or 0xA02C14) is known color: Brown. HEX triplet: A0, 2C and 14. RGB value is (160,44,20). Sum of RGB (Red+Green+Blue) = 160+44+20=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C14 is #5FD3EB. Grayscale: #4C4C4C. Windows color (decimal): -6280172 or 1322144. OLE color: 1322144.
HSL color Cylindrical-coordinate representation of color #A02C14: hue angle of 10.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A02C14 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 20 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.37 |
| HSL | 10.29º | 0.78% | 0.35% | - |
| HSV(B) | 10.29º | 0.88% | 0.63% | - |
| XYZ | 15.52 | 9.33 | 1.64 | - |
| YUV | 75.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 20 | 0 | 0.72 | 0.88 | 0.37 | 10.29 | 0.78 | 0.35 |
| Hex | A0 | 2C | 14 | 0 | 48 | 58 | 25 | A | 4E | 23 |
| Octal | 240 | 54 | 24 | 0 | 110 | 130 | 45 | 12 | 116 | 43 |
| Binary | 10100000 | 101100 | 10100 | 0 | 1001000 | 1011000 | 100101 | 1010 | 1001110 | 100011 |
Color Harmonies of #A02C14
Complementary color
Monochromatic Colors of #A02C14
Black with #A02C14
Text Example
Text Example
White with #A02C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C14; }
p { color: rgb(160,44,20); }
H1.HeaderClassName
{
color: #A02C14;
}
.AnyTagClassName
{
color: #A02C14;
}
</style>
background-color css
<style>
a { background-color: #A02C14; }
a { background-color: rgb(160,44,20); }
div.DivClassName
{
background-color: #A02C14;
}
.BgClassName
{
background-color: #A02C14;
}
</style>
border-color css
<style>
span { border-color: #A02C14; }
span { border-color: rgb(160,44,20); }
td.TdClassName
{
border-color: #A02C14;
}
.TagClassName
{
border-color: #A02C14;
}
</style>