Shades of Hacienda #AA8421
Tints of Hacienda #AA8421
RGB
CMYK
RGB Variations
Color information
#AA8421 (or 0xAA8421) is known color: Hacienda. HEX triplet: AA, 84 and 21. RGB value is (170,132,33). Sum of RGB (Red+Green+Blue) = 170+132+33=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8421 is #557BDE. Grayscale: #848484. Windows color (decimal): -5602271 or 2196650. OLE color: 2196650.
HSL color Cylindrical-coordinate representation of color #AA8421: hue angle of 43.36º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA8421 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 33 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.33 |
| HSL | 43.36º | 0.67% | 0.4% | - |
| HSV(B) | 43.36º | 0.81% | 0.67% | - |
| XYZ | 25.1 | 25.16 | 4.97 | - |
| YUV | 132.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 33 | 0 | 0.22 | 0.81 | 0.33 | 43.36 | 0.67 | 0.4 |
| Hex | AA | 84 | 21 | 0 | 16 | 51 | 21 | 2B | 43 | 28 |
| Octal | 252 | 204 | 41 | 0 | 26 | 121 | 41 | 53 | 103 | 50 |
| Binary | 10101010 | 10000100 | 100001 | 0 | 10110 | 1010001 | 100001 | 101011 | 1000011 | 101000 |
Color Harmonies of #AA8421
Complementary color
Monochromatic Colors of #AA8421
Black with #AA8421
Text Example
Text Example
White with #AA8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8421; }
p { color: rgb(170,132,33); }
H1.HeaderClassName
{
color: #AA8421;
}
.AnyTagClassName
{
color: #AA8421;
}
</style>
background-color css
<style>
a { background-color: #AA8421; }
a { background-color: rgb(170,132,33); }
div.DivClassName
{
background-color: #AA8421;
}
.BgClassName
{
background-color: #AA8421;
}
</style>
border-color css
<style>
span { border-color: #AA8421; }
span { border-color: rgb(170,132,33); }
td.TdClassName
{
border-color: #AA8421;
}
.TagClassName
{
border-color: #AA8421;
}
</style>