Shades of Hacienda #AA8925
Tints of Hacienda #AA8925
RGB
CMYK
RGB Variations
Color information
#AA8925 (or 0xAA8925) is known color: Hacienda. HEX triplet: AA, 89 and 25. RGB value is (170,137,37). Sum of RGB (Red+Green+Blue) = 170+137+37=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8925 is #5576DA. Grayscale: #878787. Windows color (decimal): -5600987 or 2460074. OLE color: 2460074.
HSL color Cylindrical-coordinate representation of color #AA8925: hue angle of 45.11º degrees, saturation: 0.64, 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 #AA8925 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 37 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.33 |
| HSL | 45.11º | 0.64% | 0.41% | - |
| HSV(B) | 45.11º | 0.78% | 0.67% | - |
| XYZ | 25.86 | 26.57 | 5.52 | - |
| YUV | 135.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 37 | 0 | 0.19 | 0.78 | 0.33 | 45.11 | 0.64 | 0.41 |
| Hex | AA | 89 | 25 | 0 | 13 | 4E | 21 | 2D | 40 | 29 |
| Octal | 252 | 211 | 45 | 0 | 23 | 116 | 41 | 55 | 100 | 51 |
| Binary | 10101010 | 10001001 | 100101 | 0 | 10011 | 1001110 | 100001 | 101101 | 1000000 | 101001 |
Color Harmonies of #AA8925
Complementary color
Monochromatic Colors of #AA8925
Black with #AA8925
Text Example
Text Example
White with #AA8925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8925; }
p { color: rgb(170,137,37); }
H1.HeaderClassName
{
color: #AA8925;
}
.AnyTagClassName
{
color: #AA8925;
}
</style>
background-color css
<style>
a { background-color: #AA8925; }
a { background-color: rgb(170,137,37); }
div.DivClassName
{
background-color: #AA8925;
}
.BgClassName
{
background-color: #AA8925;
}
</style>
border-color css
<style>
span { border-color: #AA8925; }
span { border-color: rgb(170,137,37); }
td.TdClassName
{
border-color: #AA8925;
}
.TagClassName
{
border-color: #AA8925;
}
</style>