Shades of Golden Brown #A07008
Tints of Golden Brown #A07008
RGB
CMYK
RGB Variations
Color information
#A07008 (or 0xA07008) is known color: Golden Brown. HEX triplet: A0, 70 and 08. RGB value is (160,112,8). Sum of RGB (Red+Green+Blue) = 160+112+8=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A07008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07008 is #5F8FF7. Grayscale: #727272. Windows color (decimal): -6262776 or 553120. OLE color: 553120.
HSL color Cylindrical-coordinate representation of color #A07008: hue angle of 41.05º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A07008 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 8 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.37 |
| HSL | 41.05º | 0.9% | 0.33% | - |
| HSV(B) | 41.05º | 0.95% | 0.63% | - |
| XYZ | 20.34 | 19.08 | 2.84 | - |
| YUV | 114.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 8 | 0 | 0.30 | 0.95 | 0.37 | 41.05 | 0.9 | 0.33 |
| Hex | A0 | 70 | 8 | 0 | 1E | 5F | 25 | 29 | 5A | 21 |
| Octal | 240 | 160 | 10 | 0 | 36 | 137 | 45 | 51 | 132 | 41 |
| Binary | 10100000 | 1110000 | 1000 | 0 | 11110 | 1011111 | 100101 | 101001 | 1011010 | 100001 |
Color Harmonies of #A07008
Complementary color
Monochromatic Colors of #A07008
Black with #A07008
Text Example
Text Example
White with #A07008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07008; }
p { color: rgb(160,112,8); }
H1.HeaderClassName
{
color: #A07008;
}
.AnyTagClassName
{
color: #A07008;
}
</style>
background-color css
<style>
a { background-color: #A07008; }
a { background-color: rgb(160,112,8); }
div.DivClassName
{
background-color: #A07008;
}
.BgClassName
{
background-color: #A07008;
}
</style>
border-color css
<style>
span { border-color: #A07008; }
span { border-color: rgb(160,112,8); }
td.TdClassName
{
border-color: #A07008;
}
.TagClassName
{
border-color: #A07008;
}
</style>