Shades of Hacienda #AA8320
Tints of Hacienda #AA8320
RGB
CMYK
RGB Variations
Color information
#AA8320 (or 0xAA8320) is known color: Hacienda. HEX triplet: AA, 83 and 20. RGB value is (170,131,32). Sum of RGB (Red+Green+Blue) = 170+131+32=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8320 is #557CDF. Grayscale: #838383. Windows color (decimal): -5602528 or 2130858. OLE color: 2130858.
HSL color Cylindrical-coordinate representation of color #AA8320: hue angle of 43.04º degrees, saturation: 0.68, 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 #AA8320 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 32 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.33 |
| HSL | 43.04º | 0.68% | 0.4% | - |
| HSV(B) | 43.04º | 0.81% | 0.67% | - |
| XYZ | 24.95 | 24.88 | 4.85 | - |
| YUV | 131.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 32 | 0 | 0.23 | 0.81 | 0.33 | 43.04 | 0.68 | 0.4 |
| Hex | AA | 83 | 20 | 0 | 17 | 51 | 21 | 2B | 44 | 28 |
| Octal | 252 | 203 | 40 | 0 | 27 | 121 | 41 | 53 | 104 | 50 |
| Binary | 10101010 | 10000011 | 100000 | 0 | 10111 | 1010001 | 100001 | 101011 | 1000100 | 101000 |
Color Harmonies of #AA8320
Complementary color
Monochromatic Colors of #AA8320
Black with #AA8320
Text Example
Text Example
White with #AA8320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8320; }
p { color: rgb(170,131,32); }
H1.HeaderClassName
{
color: #AA8320;
}
.AnyTagClassName
{
color: #AA8320;
}
</style>
background-color css
<style>
a { background-color: #AA8320; }
a { background-color: rgb(170,131,32); }
div.DivClassName
{
background-color: #AA8320;
}
.BgClassName
{
background-color: #AA8320;
}
</style>
border-color css
<style>
span { border-color: #AA8320; }
span { border-color: rgb(170,131,32); }
td.TdClassName
{
border-color: #AA8320;
}
.TagClassName
{
border-color: #AA8320;
}
</style>