Shades of Hacienda #A08910
Tints of Hacienda #A08910
RGB
CMYK
RGB Variations
Color information
#A08910 (or 0xA08910) is known color: Hacienda. HEX triplet: A0, 89 and 10. RGB value is (160,137,16). Sum of RGB (Red+Green+Blue) = 160+137+16=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A08910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08910 is #5F76EF. Grayscale: #828282. Windows color (decimal): -6256368 or 1083808. OLE color: 1083808.
HSL color Cylindrical-coordinate representation of color #A08910: hue angle of 50.42º 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 #A08910 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 16 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.37 |
| HSL | 50.42º | 0.82% | 0.35% | - |
| HSV(B) | 50.42º | 0.9% | 0.63% | - |
| XYZ | 23.54 | 25.4 | 4.15 | - |
| YUV | 130.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 16 | 0 | 0.14 | 0.9 | 0.37 | 50.42 | 0.82 | 0.35 |
| Hex | A0 | 89 | 10 | 0 | E | 5A | 25 | 32 | 52 | 23 |
| Octal | 240 | 211 | 20 | 0 | 16 | 132 | 45 | 62 | 122 | 43 |
| Binary | 10100000 | 10001001 | 10000 | 0 | 1110 | 1011010 | 100101 | 110010 | 1010010 | 100011 |
Color Harmonies of #A08910
Complementary color
Monochromatic Colors of #A08910
Black with #A08910
Text Example
Text Example
White with #A08910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08910; }
p { color: rgb(160,137,16); }
H1.HeaderClassName
{
color: #A08910;
}
.AnyTagClassName
{
color: #A08910;
}
</style>
background-color css
<style>
a { background-color: #A08910; }
a { background-color: rgb(160,137,16); }
div.DivClassName
{
background-color: #A08910;
}
.BgClassName
{
background-color: #A08910;
}
</style>
border-color css
<style>
span { border-color: #A08910; }
span { border-color: rgb(160,137,16); }
td.TdClassName
{
border-color: #A08910;
}
.TagClassName
{
border-color: #A08910;
}
</style>