Shades of Hacienda #AA7A19
Tints of Hacienda #AA7A19
RGB
CMYK
RGB Variations
Color information
#AA7A19 (or 0xAA7A19) is known color: Hacienda. HEX triplet: AA, 7A and 19. RGB value is (170,122,25). Sum of RGB (Red+Green+Blue) = 170+122+25=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A19 is #5585E6. Grayscale: #7D7D7D. Windows color (decimal): -5604839 or 1669802. OLE color: 1669802.
HSL color Cylindrical-coordinate representation of color #AA7A19: hue angle of 40.14º 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 #AA7A19 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 25 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.33 |
| HSL | 40.14º | 0.74% | 0.38% | - |
| HSV(B) | 40.14º | 0.85% | 0.67% | - |
| XYZ | 23.71 | 22.54 | 4.02 | - |
| YUV | 125.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 25 | 0 | 0.28 | 0.85 | 0.33 | 40.14 | 0.74 | 0.38 |
| Hex | AA | 7A | 19 | 0 | 1C | 55 | 21 | 28 | 4A | 26 |
| Octal | 252 | 172 | 31 | 0 | 34 | 125 | 41 | 50 | 112 | 46 |
| Binary | 10101010 | 1111010 | 11001 | 0 | 11100 | 1010101 | 100001 | 101000 | 1001010 | 100110 |
Color Harmonies of #AA7A19
Complementary color
Monochromatic Colors of #AA7A19
Black with #AA7A19
Text Example
Text Example
White with #AA7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A19; }
p { color: rgb(170,122,25); }
H1.HeaderClassName
{
color: #AA7A19;
}
.AnyTagClassName
{
color: #AA7A19;
}
</style>
background-color css
<style>
a { background-color: #AA7A19; }
a { background-color: rgb(170,122,25); }
div.DivClassName
{
background-color: #AA7A19;
}
.BgClassName
{
background-color: #AA7A19;
}
</style>
border-color css
<style>
span { border-color: #AA7A19; }
span { border-color: rgb(170,122,25); }
td.TdClassName
{
border-color: #AA7A19;
}
.TagClassName
{
border-color: #AA7A19;
}
</style>