Shades of Hacienda #AA8323
Tints of Hacienda #AA8323
RGB
CMYK
RGB Variations
Color information
#AA8323 (or 0xAA8323) is known color: Hacienda. HEX triplet: AA, 83 and 23. RGB value is (170,131,35). Sum of RGB (Red+Green+Blue) = 170+131+35=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8323 is #557CDC. Grayscale: #848484. Windows color (decimal): -5602525 or 2327466. OLE color: 2327466.
HSL color Cylindrical-coordinate representation of color #AA8323: hue angle of 42.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA8323 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 35 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.33 |
| HSL | 42.67º | 0.66% | 0.4% | - |
| HSV(B) | 42.67º | 0.79% | 0.67% | - |
| XYZ | 25 | 24.9 | 5.08 | - |
| YUV | 131.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 35 | 0 | 0.23 | 0.79 | 0.33 | 42.67 | 0.66 | 0.4 |
| Hex | AA | 83 | 23 | 0 | 17 | 4F | 21 | 2B | 42 | 28 |
| Octal | 252 | 203 | 43 | 0 | 27 | 117 | 41 | 53 | 102 | 50 |
| Binary | 10101010 | 10000011 | 100011 | 0 | 10111 | 1001111 | 100001 | 101011 | 1000010 | 101000 |
Color Harmonies of #AA8323
Complementary color
Monochromatic Colors of #AA8323
Black with #AA8323
Text Example
Text Example
White with #AA8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8323; }
p { color: rgb(170,131,35); }
H1.HeaderClassName
{
color: #AA8323;
}
.AnyTagClassName
{
color: #AA8323;
}
</style>
background-color css
<style>
a { background-color: #AA8323; }
a { background-color: rgb(170,131,35); }
div.DivClassName
{
background-color: #AA8323;
}
.BgClassName
{
background-color: #AA8323;
}
</style>
border-color css
<style>
span { border-color: #AA8323; }
span { border-color: rgb(170,131,35); }
td.TdClassName
{
border-color: #AA8323;
}
.TagClassName
{
border-color: #AA8323;
}
</style>