Shades of Hacienda #AA8326
Tints of Hacienda #AA8326
RGB
CMYK
RGB Variations
Color information
#AA8326 (or 0xAA8326) is known color: Hacienda. HEX triplet: AA, 83 and 26. RGB value is (170,131,38). Sum of RGB (Red+Green+Blue) = 170+131+38=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8326 is #557CD9. Grayscale: #848484. Windows color (decimal): -5602522 or 2524074. OLE color: 2524074.
HSL color Cylindrical-coordinate representation of color #AA8326: hue angle of 42.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA8326 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 38 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.33 |
| HSL | 42.27º | 0.63% | 0.41% | - |
| HSV(B) | 42.27º | 0.78% | 0.67% | - |
| XYZ | 25.04 | 24.92 | 5.32 | - |
| YUV | 132.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 38 | 0 | 0.23 | 0.78 | 0.33 | 42.27 | 0.63 | 0.41 |
| Hex | AA | 83 | 26 | 0 | 17 | 4E | 21 | 2A | 3F | 29 |
| Octal | 252 | 203 | 46 | 0 | 27 | 116 | 41 | 52 | 77 | 51 |
| Binary | 10101010 | 10000011 | 100110 | 0 | 10111 | 1001110 | 100001 | 101010 | 111111 | 101001 |
Color Harmonies of #AA8326
Complementary color
Monochromatic Colors of #AA8326
Black with #AA8326
Text Example
Text Example
White with #AA8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8326; }
p { color: rgb(170,131,38); }
H1.HeaderClassName
{
color: #AA8326;
}
.AnyTagClassName
{
color: #AA8326;
}
</style>
background-color css
<style>
a { background-color: #AA8326; }
a { background-color: rgb(170,131,38); }
div.DivClassName
{
background-color: #AA8326;
}
.BgClassName
{
background-color: #AA8326;
}
</style>
border-color css
<style>
span { border-color: #AA8326; }
span { border-color: rgb(170,131,38); }
td.TdClassName
{
border-color: #AA8326;
}
.TagClassName
{
border-color: #AA8326;
}
</style>