Shades of Hacienda #AA8316
Tints of Hacienda #AA8316
RGB
CMYK
RGB Variations
Color information
#AA8316 (or 0xAA8316) is known color: Hacienda. HEX triplet: AA, 83 and 16. RGB value is (170,131,22). Sum of RGB (Red+Green+Blue) = 170+131+22=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8316 is #557CE9. Grayscale: #828282. Windows color (decimal): -5602538 or 1475498. OLE color: 1475498.
HSL color Cylindrical-coordinate representation of color #AA8316: hue angle of 44.19º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA8316 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 22 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.33 |
| HSL | 44.19º | 0.77% | 0.38% | - |
| HSV(B) | 44.19º | 0.87% | 0.67% | - |
| XYZ | 24.84 | 24.84 | 4.24 | - |
| YUV | 130.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 22 | 0 | 0.23 | 0.87 | 0.33 | 44.19 | 0.77 | 0.38 |
| Hex | AA | 83 | 16 | 0 | 17 | 57 | 21 | 2C | 4D | 26 |
| Octal | 252 | 203 | 26 | 0 | 27 | 127 | 41 | 54 | 115 | 46 |
| Binary | 10101010 | 10000011 | 10110 | 0 | 10111 | 1010111 | 100001 | 101100 | 1001101 | 100110 |
Color Harmonies of #AA8316
Complementary color
Monochromatic Colors of #AA8316
Black with #AA8316
Text Example
Text Example
White with #AA8316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8316; }
p { color: rgb(170,131,22); }
H1.HeaderClassName
{
color: #AA8316;
}
.AnyTagClassName
{
color: #AA8316;
}
</style>
background-color css
<style>
a { background-color: #AA8316; }
a { background-color: rgb(170,131,22); }
div.DivClassName
{
background-color: #AA8316;
}
.BgClassName
{
background-color: #AA8316;
}
</style>
border-color css
<style>
span { border-color: #AA8316; }
span { border-color: rgb(170,131,22); }
td.TdClassName
{
border-color: #AA8316;
}
.TagClassName
{
border-color: #AA8316;
}
</style>