Shades of Hacienda #AA8923
Tints of Hacienda #AA8923
RGB
CMYK
RGB Variations
Color information
#AA8923 (or 0xAA8923) is known color: Hacienda. HEX triplet: AA, 89 and 23. RGB value is (170,137,35). Sum of RGB (Red+Green+Blue) = 170+137+35=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8923 is #5576DC. Grayscale: #878787. Windows color (decimal): -5600989 or 2329002. OLE color: 2329002.
HSL color Cylindrical-coordinate representation of color #AA8923: hue angle of 45.33º 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 #AA8923 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 35 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.33 |
| HSL | 45.33º | 0.66% | 0.4% | - |
| HSV(B) | 45.33º | 0.79% | 0.67% | - |
| XYZ | 25.83 | 26.56 | 5.36 | - |
| YUV | 135.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 35 | 0 | 0.19 | 0.79 | 0.33 | 45.33 | 0.66 | 0.4 |
| Hex | AA | 89 | 23 | 0 | 13 | 4F | 21 | 2D | 42 | 28 |
| Octal | 252 | 211 | 43 | 0 | 23 | 117 | 41 | 55 | 102 | 50 |
| Binary | 10101010 | 10001001 | 100011 | 0 | 10011 | 1001111 | 100001 | 101101 | 1000010 | 101000 |
Color Harmonies of #AA8923
Complementary color
Monochromatic Colors of #AA8923
Black with #AA8923
Text Example
Text Example
White with #AA8923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8923; }
p { color: rgb(170,137,35); }
H1.HeaderClassName
{
color: #AA8923;
}
.AnyTagClassName
{
color: #AA8923;
}
</style>
background-color css
<style>
a { background-color: #AA8923; }
a { background-color: rgb(170,137,35); }
div.DivClassName
{
background-color: #AA8923;
}
.BgClassName
{
background-color: #AA8923;
}
</style>
border-color css
<style>
span { border-color: #AA8923; }
span { border-color: rgb(170,137,35); }
td.TdClassName
{
border-color: #AA8923;
}
.TagClassName
{
border-color: #AA8923;
}
</style>