Shades of Golden Brown #A0720C
Tints of Golden Brown #A0720C
RGB
CMYK
RGB Variations
Color information
#A0720C (or 0xA0720C) is known color: Golden Brown. HEX triplet: A0, 72 and 0C. RGB value is (160,114,12). Sum of RGB (Red+Green+Blue) = 160+114+12=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0720C is #5F8DF3. Grayscale: #747474. Windows color (decimal): -6262260 or 815776. OLE color: 815776.
HSL color Cylindrical-coordinate representation of color #A0720C: hue angle of 41.35º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0720C is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 12 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.37 |
| HSL | 41.35º | 0.86% | 0.34% | - |
| HSV(B) | 41.35º | 0.93% | 0.63% | - |
| XYZ | 20.58 | 19.53 | 3.03 | - |
| YUV | 116.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 12 | 0 | 0.29 | 0.93 | 0.37 | 41.35 | 0.86 | 0.34 |
| Hex | A0 | 72 | C | 0 | 1D | 5D | 25 | 29 | 56 | 22 |
| Octal | 240 | 162 | 14 | 0 | 35 | 135 | 45 | 51 | 126 | 42 |
| Binary | 10100000 | 1110010 | 1100 | 0 | 11101 | 1011101 | 100101 | 101001 | 1010110 | 100010 |
Color Harmonies of #A0720C
Complementary color
Monochromatic Colors of #A0720C
Black with #A0720C
Text Example
Text Example
White with #A0720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0720C; }
p { color: rgb(160,114,12); }
H1.HeaderClassName
{
color: #A0720C;
}
.AnyTagClassName
{
color: #A0720C;
}
</style>
background-color css
<style>
a { background-color: #A0720C; }
a { background-color: rgb(160,114,12); }
div.DivClassName
{
background-color: #A0720C;
}
.BgClassName
{
background-color: #A0720C;
}
</style>
border-color css
<style>
span { border-color: #A0720C; }
span { border-color: rgb(160,114,12); }
td.TdClassName
{
border-color: #A0720C;
}
.TagClassName
{
border-color: #A0720C;
}
</style>