Shades of Hacienda #AA8A25
Tints of Hacienda #AA8A25
RGB
CMYK
RGB Variations
Color information
#AA8A25 (or 0xAA8A25) is known color: Hacienda. HEX triplet: AA, 8A and 25. RGB value is (170,138,37). Sum of RGB (Red+Green+Blue) = 170+138+37=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A25 is #5575DA. Grayscale: #888888. Windows color (decimal): -5600731 or 2460330. OLE color: 2460330.
HSL color Cylindrical-coordinate representation of color #AA8A25: hue angle of 45.56º 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 #AA8A25 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 37 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.33 |
| HSL | 45.56º | 0.64% | 0.41% | - |
| HSV(B) | 45.56º | 0.78% | 0.67% | - |
| XYZ | 26 | 26.86 | 5.56 | - |
| YUV | 136.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 37 | 0 | 0.19 | 0.78 | 0.33 | 45.56 | 0.64 | 0.41 |
| Hex | AA | 8A | 25 | 0 | 13 | 4E | 21 | 2E | 40 | 29 |
| Octal | 252 | 212 | 45 | 0 | 23 | 116 | 41 | 56 | 100 | 51 |
| Binary | 10101010 | 10001010 | 100101 | 0 | 10011 | 1001110 | 100001 | 101110 | 1000000 | 101001 |
Color Harmonies of #AA8A25
Complementary color
Monochromatic Colors of #AA8A25
Black with #AA8A25
Text Example
Text Example
White with #AA8A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A25; }
p { color: rgb(170,138,37); }
H1.HeaderClassName
{
color: #AA8A25;
}
.AnyTagClassName
{
color: #AA8A25;
}
</style>
background-color css
<style>
a { background-color: #AA8A25; }
a { background-color: rgb(170,138,37); }
div.DivClassName
{
background-color: #AA8A25;
}
.BgClassName
{
background-color: #AA8A25;
}
</style>
border-color css
<style>
span { border-color: #AA8A25; }
span { border-color: rgb(170,138,37); }
td.TdClassName
{
border-color: #AA8A25;
}
.TagClassName
{
border-color: #AA8A25;
}
</style>