Shades of Hacienda #A08A0E
Tints of Hacienda #A08A0E
RGB
CMYK
RGB Variations
Color information
#A08A0E (or 0xA08A0E) is known color: Hacienda. HEX triplet: A0, 8A and 0E. RGB value is (160,138,14). Sum of RGB (Red+Green+Blue) = 160+138+14=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A0E is #5F75F1. Grayscale: #828282. Windows color (decimal): -6256114 or 952992. OLE color: 952992.
HSL color Cylindrical-coordinate representation of color #A08A0E: hue angle of 50.96º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A08A0E is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 14 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.37 |
| HSL | 50.96º | 0.84% | 0.34% | - |
| HSV(B) | 50.96º | 0.91% | 0.63% | - |
| XYZ | 23.66 | 25.68 | 4.13 | - |
| YUV | 130.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 14 | 0 | 0.14 | 0.91 | 0.37 | 50.96 | 0.84 | 0.34 |
| Hex | A0 | 8A | E | 0 | E | 5B | 25 | 33 | 54 | 22 |
| Octal | 240 | 212 | 16 | 0 | 16 | 133 | 45 | 63 | 124 | 42 |
| Binary | 10100000 | 10001010 | 1110 | 0 | 1110 | 1011011 | 100101 | 110011 | 1010100 | 100010 |
Color Harmonies of #A08A0E
Complementary color
Monochromatic Colors of #A08A0E
Black with #A08A0E
Text Example
Text Example
White with #A08A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A0E; }
p { color: rgb(160,138,14); }
H1.HeaderClassName
{
color: #A08A0E;
}
.AnyTagClassName
{
color: #A08A0E;
}
</style>
background-color css
<style>
a { background-color: #A08A0E; }
a { background-color: rgb(160,138,14); }
div.DivClassName
{
background-color: #A08A0E;
}
.BgClassName
{
background-color: #A08A0E;
}
</style>
border-color css
<style>
span { border-color: #A08A0E; }
span { border-color: rgb(160,138,14); }
td.TdClassName
{
border-color: #A08A0E;
}
.TagClassName
{
border-color: #A08A0E;
}
</style>