Shades of Hacienda #A08421
Tints of Hacienda #A08421
RGB
CMYK
RGB Variations
Color information
#A08421 (or 0xA08421) is known color: Hacienda. HEX triplet: A0, 84 and 21. RGB value is (160,132,33). Sum of RGB (Red+Green+Blue) = 160+132+33=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A08421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08421 is #5F7BDE. Grayscale: #818181. Windows color (decimal): -6257631 or 2196640. OLE color: 2196640.
HSL color Cylindrical-coordinate representation of color #A08421: hue angle of 46.77º 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 #A08421 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 33 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.37 |
| HSL | 46.77º | 0.66% | 0.38% | - |
| HSV(B) | 46.77º | 0.79% | 0.63% | - |
| XYZ | 23.02 | 24.09 | 4.87 | - |
| YUV | 129.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 33 | 0 | 0.17 | 0.79 | 0.37 | 46.77 | 0.66 | 0.38 |
| Hex | A0 | 84 | 21 | 0 | 11 | 4F | 25 | 2F | 42 | 26 |
| Octal | 240 | 204 | 41 | 0 | 21 | 117 | 45 | 57 | 102 | 46 |
| Binary | 10100000 | 10000100 | 100001 | 0 | 10001 | 1001111 | 100101 | 101111 | 1000010 | 100110 |
Color Harmonies of #A08421
Complementary color
Monochromatic Colors of #A08421
Black with #A08421
Text Example
Text Example
White with #A08421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08421; }
p { color: rgb(160,132,33); }
H1.HeaderClassName
{
color: #A08421;
}
.AnyTagClassName
{
color: #A08421;
}
</style>
background-color css
<style>
a { background-color: #A08421; }
a { background-color: rgb(160,132,33); }
div.DivClassName
{
background-color: #A08421;
}
.BgClassName
{
background-color: #A08421;
}
</style>
border-color css
<style>
span { border-color: #A08421; }
span { border-color: rgb(160,132,33); }
td.TdClassName
{
border-color: #A08421;
}
.TagClassName
{
border-color: #A08421;
}
</style>