Shades of Golden Brown #A0720A
Tints of Golden Brown #A0720A
RGB
CMYK
RGB Variations
Color information
#A0720A (or 0xA0720A) is known color: Golden Brown. HEX triplet: A0, 72 and 0A. RGB value is (160,114,10). Sum of RGB (Red+Green+Blue) = 160+114+10=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A0720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0720A is #5F8DF5. Grayscale: #747474. Windows color (decimal): -6262262 or 684704. OLE color: 684704.
HSL color Cylindrical-coordinate representation of color #A0720A: hue angle of 41.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0720A is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 10 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.37 |
| HSL | 41.6º | 0.88% | 0.33% | - |
| HSV(B) | 41.6º | 0.94% | 0.63% | - |
| XYZ | 20.57 | 19.53 | 2.97 | - |
| YUV | 115.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 10 | 0 | 0.29 | 0.94 | 0.37 | 41.6 | 0.88 | 0.33 |
| Hex | A0 | 72 | A | 0 | 1D | 5E | 25 | 2A | 58 | 21 |
| Octal | 240 | 162 | 12 | 0 | 35 | 136 | 45 | 52 | 130 | 41 |
| Binary | 10100000 | 1110010 | 1010 | 0 | 11101 | 1011110 | 100101 | 101010 | 1011000 | 100001 |
Color Harmonies of #A0720A
Complementary color
Monochromatic Colors of #A0720A
Black with #A0720A
Text Example
Text Example
White with #A0720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0720A; }
p { color: rgb(160,114,10); }
H1.HeaderClassName
{
color: #A0720A;
}
.AnyTagClassName
{
color: #A0720A;
}
</style>
background-color css
<style>
a { background-color: #A0720A; }
a { background-color: rgb(160,114,10); }
div.DivClassName
{
background-color: #A0720A;
}
.BgClassName
{
background-color: #A0720A;
}
</style>
border-color css
<style>
span { border-color: #A0720A; }
span { border-color: rgb(160,114,10); }
td.TdClassName
{
border-color: #A0720A;
}
.TagClassName
{
border-color: #A0720A;
}
</style>