Shades of Hacienda #A08A10
Tints of Hacienda #A08A10
RGB
CMYK
RGB Variations
Color information
#A08A10 (or 0xA08A10) is known color: Hacienda. HEX triplet: A0, 8A and 10. RGB value is (160,138,16). Sum of RGB (Red+Green+Blue) = 160+138+16=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A10 is #5F75EF. Grayscale: #838383. Windows color (decimal): -6256112 or 1084064. OLE color: 1084064.
HSL color Cylindrical-coordinate representation of color #A08A10: hue angle of 50.83º 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 #A08A10 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 16 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.37 |
| HSL | 50.83º | 0.82% | 0.35% | - |
| HSV(B) | 50.83º | 0.9% | 0.63% | - |
| XYZ | 23.68 | 25.69 | 4.2 | - |
| YUV | 130.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 16 | 0 | 0.14 | 0.9 | 0.37 | 50.83 | 0.82 | 0.35 |
| Hex | A0 | 8A | 10 | 0 | E | 5A | 25 | 33 | 52 | 23 |
| Octal | 240 | 212 | 20 | 0 | 16 | 132 | 45 | 63 | 122 | 43 |
| Binary | 10100000 | 10001010 | 10000 | 0 | 1110 | 1011010 | 100101 | 110011 | 1010010 | 100011 |
Color Harmonies of #A08A10
Complementary color
Monochromatic Colors of #A08A10
Black with #A08A10
Text Example
Text Example
White with #A08A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A10; }
p { color: rgb(160,138,16); }
H1.HeaderClassName
{
color: #A08A10;
}
.AnyTagClassName
{
color: #A08A10;
}
</style>
background-color css
<style>
a { background-color: #A08A10; }
a { background-color: rgb(160,138,16); }
div.DivClassName
{
background-color: #A08A10;
}
.BgClassName
{
background-color: #A08A10;
}
</style>
border-color css
<style>
span { border-color: #A08A10; }
span { border-color: rgb(160,138,16); }
td.TdClassName
{
border-color: #A08A10;
}
.TagClassName
{
border-color: #A08A10;
}
</style>