Shades of Hacienda #AA8521
Tints of Hacienda #AA8521
RGB
CMYK
RGB Variations
Color information
#AA8521 (or 0xAA8521) is known color: Hacienda. HEX triplet: AA, 85 and 21. RGB value is (170,133,33). Sum of RGB (Red+Green+Blue) = 170+133+33=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8521 is #557ADE. Grayscale: #858585. Windows color (decimal): -5602015 or 2196906. OLE color: 2196906.
HSL color Cylindrical-coordinate representation of color #AA8521: hue angle of 43.8º 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 #AA8521 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 33 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.33 |
| HSL | 43.8º | 0.67% | 0.4% | - |
| HSV(B) | 43.8º | 0.81% | 0.67% | - |
| XYZ | 25.24 | 25.43 | 5.02 | - |
| YUV | 132.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 33 | 0 | 0.22 | 0.81 | 0.33 | 43.8 | 0.67 | 0.4 |
| Hex | AA | 85 | 21 | 0 | 16 | 51 | 21 | 2C | 43 | 28 |
| Octal | 252 | 205 | 41 | 0 | 26 | 121 | 41 | 54 | 103 | 50 |
| Binary | 10101010 | 10000101 | 100001 | 0 | 10110 | 1010001 | 100001 | 101100 | 1000011 | 101000 |
Color Harmonies of #AA8521
Complementary color
Monochromatic Colors of #AA8521
Black with #AA8521
Text Example
Text Example
White with #AA8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8521; }
p { color: rgb(170,133,33); }
H1.HeaderClassName
{
color: #AA8521;
}
.AnyTagClassName
{
color: #AA8521;
}
</style>
background-color css
<style>
a { background-color: #AA8521; }
a { background-color: rgb(170,133,33); }
div.DivClassName
{
background-color: #AA8521;
}
.BgClassName
{
background-color: #AA8521;
}
</style>
border-color css
<style>
span { border-color: #AA8521; }
span { border-color: rgb(170,133,33); }
td.TdClassName
{
border-color: #AA8521;
}
.TagClassName
{
border-color: #AA8521;
}
</style>