Shades of Hacienda #A08020
Tints of Hacienda #A08020
RGB
CMYK
RGB Variations
Color information
#A08020 (or 0xA08020) is known color: Hacienda. HEX triplet: A0, 80 and 20. RGB value is (160,128,32). Sum of RGB (Red+Green+Blue) = 160+128+32=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A08020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08020 is #5F7FDF. Grayscale: #7F7F7F. Windows color (decimal): -6258656 or 2130080. OLE color: 2130080.
HSL color Cylindrical-coordinate representation of color #A08020: hue angle of 45º 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 #A08020 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 32 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.37 |
| HSL | 45º | 0.67% | 0.38% | - |
| HSV(B) | 45º | 0.8% | 0.63% | - |
| XYZ | 22.48 | 23.02 | 4.62 | - |
| YUV | 126.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 32 | 0 | 0.20 | 0.80 | 0.37 | 45 | 0.67 | 0.38 |
| Hex | A0 | 80 | 20 | 0 | 14 | 50 | 25 | 2D | 43 | 26 |
| Octal | 240 | 200 | 40 | 0 | 24 | 120 | 45 | 55 | 103 | 46 |
| Binary | 10100000 | 10000000 | 100000 | 0 | 10100 | 1010000 | 100101 | 101101 | 1000011 | 100110 |
Color Harmonies of #A08020
Complementary color
Monochromatic Colors of #A08020
Black with #A08020
Text Example
Text Example
White with #A08020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08020; }
p { color: rgb(160,128,32); }
H1.HeaderClassName
{
color: #A08020;
}
.AnyTagClassName
{
color: #A08020;
}
</style>
background-color css
<style>
a { background-color: #A08020; }
a { background-color: rgb(160,128,32); }
div.DivClassName
{
background-color: #A08020;
}
.BgClassName
{
background-color: #A08020;
}
</style>
border-color css
<style>
span { border-color: #A08020; }
span { border-color: rgb(160,128,32); }
td.TdClassName
{
border-color: #A08020;
}
.TagClassName
{
border-color: #A08020;
}
</style>