Shades of Hacienda #AA8919
Tints of Hacienda #AA8919
RGB
CMYK
RGB Variations
Color information
#AA8919 (or 0xAA8919) is known color: Hacienda. HEX triplet: AA, 89 and 19. RGB value is (170,137,25). Sum of RGB (Red+Green+Blue) = 170+137+25=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8919 is #5576E6. Grayscale: #868686. Windows color (decimal): -5600999 or 1673642. OLE color: 1673642.
HSL color Cylindrical-coordinate representation of color #AA8919: hue angle of 46.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA8919 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 25 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.33 |
| HSL | 46.34º | 0.74% | 0.38% | - |
| HSV(B) | 46.34º | 0.85% | 0.67% | - |
| XYZ | 25.7 | 26.51 | 4.68 | - |
| YUV | 134.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 25 | 0 | 0.19 | 0.85 | 0.33 | 46.34 | 0.74 | 0.38 |
| Hex | AA | 89 | 19 | 0 | 13 | 55 | 21 | 2E | 4A | 26 |
| Octal | 252 | 211 | 31 | 0 | 23 | 125 | 41 | 56 | 112 | 46 |
| Binary | 10101010 | 10001001 | 11001 | 0 | 10011 | 1010101 | 100001 | 101110 | 1001010 | 100110 |
Color Harmonies of #AA8919
Complementary color
Monochromatic Colors of #AA8919
Black with #AA8919
Text Example
Text Example
White with #AA8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8919; }
p { color: rgb(170,137,25); }
H1.HeaderClassName
{
color: #AA8919;
}
.AnyTagClassName
{
color: #AA8919;
}
</style>
background-color css
<style>
a { background-color: #AA8919; }
a { background-color: rgb(170,137,25); }
div.DivClassName
{
background-color: #AA8919;
}
.BgClassName
{
background-color: #AA8919;
}
</style>
border-color css
<style>
span { border-color: #AA8919; }
span { border-color: rgb(170,137,25); }
td.TdClassName
{
border-color: #AA8919;
}
.TagClassName
{
border-color: #AA8919;
}
</style>