Shades of Hacienda #A08109
Tints of Hacienda #A08109
RGB
CMYK
RGB Variations
Color information
#A08109 (or 0xA08109) is known color: Hacienda. HEX triplet: A0, 81 and 09. RGB value is (160,129,9). Sum of RGB (Red+Green+Blue) = 160+129+9=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A08109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08109 is #5F7EF6. Grayscale: #7D7D7D. Windows color (decimal): -6258423 or 623008. OLE color: 623008.
HSL color Cylindrical-coordinate representation of color #A08109: hue angle of 47.68º degrees, saturation: 0.89, 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 #A08109 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 9 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.37 |
| HSL | 47.68º | 0.89% | 0.33% | - |
| HSV(B) | 47.68º | 0.94% | 0.63% | - |
| XYZ | 22.4 | 23.19 | 3.55 | - |
| YUV | 124.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 9 | 0 | 0.19 | 0.94 | 0.37 | 47.68 | 0.89 | 0.33 |
| Hex | A0 | 81 | 9 | 0 | 13 | 5E | 25 | 30 | 59 | 21 |
| Octal | 240 | 201 | 11 | 0 | 23 | 136 | 45 | 60 | 131 | 41 |
| Binary | 10100000 | 10000001 | 1001 | 0 | 10011 | 1011110 | 100101 | 110000 | 1011001 | 100001 |
Color Harmonies of #A08109
Complementary color
Monochromatic Colors of #A08109
Black with #A08109
Text Example
Text Example
White with #A08109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08109; }
p { color: rgb(160,129,9); }
H1.HeaderClassName
{
color: #A08109;
}
.AnyTagClassName
{
color: #A08109;
}
</style>
background-color css
<style>
a { background-color: #A08109; }
a { background-color: rgb(160,129,9); }
div.DivClassName
{
background-color: #A08109;
}
.BgClassName
{
background-color: #A08109;
}
</style>
border-color css
<style>
span { border-color: #A08109; }
span { border-color: rgb(160,129,9); }
td.TdClassName
{
border-color: #A08109;
}
.TagClassName
{
border-color: #A08109;
}
</style>