Shades of Hacienda #A08120
Tints of Hacienda #A08120
RGB
CMYK
RGB Variations
Color information
#A08120 (or 0xA08120) is known color: Hacienda. HEX triplet: A0, 81 and 20. RGB value is (160,129,32). Sum of RGB (Red+Green+Blue) = 160+129+32=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A08120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08120 is #5F7EDF. Grayscale: #7F7F7F. Windows color (decimal): -6258400 or 2130336. OLE color: 2130336.
HSL color Cylindrical-coordinate representation of color #A08120: hue angle of 45.47º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A08120 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 32 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.37 |
| HSL | 45.47º | 0.67% | 0.38% | - |
| HSV(B) | 45.47º | 0.8% | 0.63% | - |
| XYZ | 22.61 | 23.28 | 4.67 | - |
| YUV | 127.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 32 | 0 | 0.19 | 0.80 | 0.37 | 45.47 | 0.67 | 0.38 |
| Hex | A0 | 81 | 20 | 0 | 13 | 50 | 25 | 2D | 43 | 26 |
| Octal | 240 | 201 | 40 | 0 | 23 | 120 | 45 | 55 | 103 | 46 |
| Binary | 10100000 | 10000001 | 100000 | 0 | 10011 | 1010000 | 100101 | 101101 | 1000011 | 100110 |
Color Harmonies of #A08120
Complementary color
Monochromatic Colors of #A08120
Black with #A08120
Text Example
Text Example
White with #A08120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08120; }
p { color: rgb(160,129,32); }
H1.HeaderClassName
{
color: #A08120;
}
.AnyTagClassName
{
color: #A08120;
}
</style>
background-color css
<style>
a { background-color: #A08120; }
a { background-color: rgb(160,129,32); }
div.DivClassName
{
background-color: #A08120;
}
.BgClassName
{
background-color: #A08120;
}
</style>
border-color css
<style>
span { border-color: #A08120; }
span { border-color: rgb(160,129,32); }
td.TdClassName
{
border-color: #A08120;
}
.TagClassName
{
border-color: #A08120;
}
</style>