Shades of Hacienda #A08A17
Tints of Hacienda #A08A17
RGB
CMYK
RGB Variations
Color information
#A08A17 (or 0xA08A17) is known color: Hacienda. HEX triplet: A0, 8A and 17. RGB value is (160,138,23). Sum of RGB (Red+Green+Blue) = 160+138+23=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A17 is #5F75E8. Grayscale: #838383. Windows color (decimal): -6256105 or 1542816. OLE color: 1542816.
HSL color Cylindrical-coordinate representation of color #A08A17: hue angle of 50.36º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A08A17 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 23 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.37 |
| HSL | 50.36º | 0.75% | 0.36% | - |
| HSV(B) | 50.36º | 0.86% | 0.63% | - |
| XYZ | 23.74 | 25.71 | 4.52 | - |
| YUV | 131.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 23 | 0 | 0.14 | 0.86 | 0.37 | 50.36 | 0.75 | 0.36 |
| Hex | A0 | 8A | 17 | 0 | E | 56 | 25 | 32 | 4B | 24 |
| Octal | 240 | 212 | 27 | 0 | 16 | 126 | 45 | 62 | 113 | 44 |
| Binary | 10100000 | 10001010 | 10111 | 0 | 1110 | 1010110 | 100101 | 110010 | 1001011 | 100100 |
Color Harmonies of #A08A17
Complementary color
Monochromatic Colors of #A08A17
Black with #A08A17
Text Example
Text Example
White with #A08A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A17; }
p { color: rgb(160,138,23); }
H1.HeaderClassName
{
color: #A08A17;
}
.AnyTagClassName
{
color: #A08A17;
}
</style>
background-color css
<style>
a { background-color: #A08A17; }
a { background-color: rgb(160,138,23); }
div.DivClassName
{
background-color: #A08A17;
}
.BgClassName
{
background-color: #A08A17;
}
</style>
border-color css
<style>
span { border-color: #A08A17; }
span { border-color: rgb(160,138,23); }
td.TdClassName
{
border-color: #A08A17;
}
.TagClassName
{
border-color: #A08A17;
}
</style>