Shades of Hacienda #A08210
Tints of Hacienda #A08210
RGB
CMYK
RGB Variations
Color information
#A08210 (or 0xA08210) is known color: Hacienda. HEX triplet: A0, 82 and 10. RGB value is (160,130,16). Sum of RGB (Red+Green+Blue) = 160+130+16=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A08210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08210 is #5F7DEF. Grayscale: #7E7E7E. Windows color (decimal): -6258160 or 1082016. OLE color: 1082016.
HSL color Cylindrical-coordinate representation of color #A08210: hue angle of 47.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A08210 is Cyan = 0, Magento = 0.19, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 16 | - |
| CMYK | 0 | 0.19 | 0.9 | 0.37 |
| HSL | 47.5º | 0.82% | 0.35% | - |
| HSV(B) | 47.5º | 0.9% | 0.63% | - |
| XYZ | 22.57 | 23.48 | 3.83 | - |
| YUV | 125.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 16 | 0 | 0.19 | 0.9 | 0.37 | 47.5 | 0.82 | 0.35 |
| Hex | A0 | 82 | 10 | 0 | 13 | 5A | 25 | 30 | 52 | 23 |
| Octal | 240 | 202 | 20 | 0 | 23 | 132 | 45 | 60 | 122 | 43 |
| Binary | 10100000 | 10000010 | 10000 | 0 | 10011 | 1011010 | 100101 | 110000 | 1010010 | 100011 |
Color Harmonies of #A08210
Complementary color
Monochromatic Colors of #A08210
Black with #A08210
Text Example
Text Example
White with #A08210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08210; }
p { color: rgb(160,130,16); }
H1.HeaderClassName
{
color: #A08210;
}
.AnyTagClassName
{
color: #A08210;
}
</style>
background-color css
<style>
a { background-color: #A08210; }
a { background-color: rgb(160,130,16); }
div.DivClassName
{
background-color: #A08210;
}
.BgClassName
{
background-color: #A08210;
}
</style>
border-color css
<style>
span { border-color: #A08210; }
span { border-color: rgb(160,130,16); }
td.TdClassName
{
border-color: #A08210;
}
.TagClassName
{
border-color: #A08210;
}
</style>