Shades of Hacienda #A08021
Tints of Hacienda #A08021
RGB
CMYK
RGB Variations
Color information
#A08021 (or 0xA08021) is known color: Hacienda. HEX triplet: A0, 80 and 21. RGB value is (160,128,33). Sum of RGB (Red+Green+Blue) = 160+128+33=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A08021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08021 is #5F7FDE. Grayscale: #7F7F7F. Windows color (decimal): -6258655 or 2195616. OLE color: 2195616.
HSL color Cylindrical-coordinate representation of color #A08021: hue angle of 44.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A08021 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 33 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.37 |
| HSL | 44.88º | 0.66% | 0.38% | - |
| HSV(B) | 44.88º | 0.79% | 0.63% | - |
| XYZ | 22.49 | 23.02 | 4.7 | - |
| YUV | 126.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 33 | 0 | 0.20 | 0.79 | 0.37 | 44.88 | 0.66 | 0.38 |
| Hex | A0 | 80 | 21 | 0 | 14 | 4F | 25 | 2D | 42 | 26 |
| Octal | 240 | 200 | 41 | 0 | 24 | 117 | 45 | 55 | 102 | 46 |
| Binary | 10100000 | 10000000 | 100001 | 0 | 10100 | 1001111 | 100101 | 101101 | 1000010 | 100110 |
Color Harmonies of #A08021
Complementary color
Monochromatic Colors of #A08021
Black with #A08021
Text Example
Text Example
White with #A08021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08021; }
p { color: rgb(160,128,33); }
H1.HeaderClassName
{
color: #A08021;
}
.AnyTagClassName
{
color: #A08021;
}
</style>
background-color css
<style>
a { background-color: #A08021; }
a { background-color: rgb(160,128,33); }
div.DivClassName
{
background-color: #A08021;
}
.BgClassName
{
background-color: #A08021;
}
</style>
border-color css
<style>
span { border-color: #A08021; }
span { border-color: rgb(160,128,33); }
td.TdClassName
{
border-color: #A08021;
}
.TagClassName
{
border-color: #A08021;
}
</style>