Shades of Hacienda #AA7B19
Tints of Hacienda #AA7B19
RGB
CMYK
RGB Variations
Color information
#AA7B19 (or 0xAA7B19) is known color: Hacienda. HEX triplet: AA, 7B and 19. RGB value is (170,123,25). Sum of RGB (Red+Green+Blue) = 170+123+25=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B19 is #5584E6. Grayscale: #7E7E7E. Windows color (decimal): -5604583 or 1670058. OLE color: 1670058.
HSL color Cylindrical-coordinate representation of color #AA7B19: hue angle of 40.55º 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 #AA7B19 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 25 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.33 |
| HSL | 40.55º | 0.74% | 0.38% | - |
| HSV(B) | 40.55º | 0.85% | 0.67% | - |
| XYZ | 23.84 | 22.78 | 4.06 | - |
| YUV | 125.88 | 71.07 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 25 | 0 | 0.28 | 0.85 | 0.33 | 40.55 | 0.74 | 0.38 |
| Hex | AA | 7B | 19 | 0 | 1C | 55 | 21 | 29 | 4A | 26 |
| Octal | 252 | 173 | 31 | 0 | 34 | 125 | 41 | 51 | 112 | 46 |
| Binary | 10101010 | 1111011 | 11001 | 0 | 11100 | 1010101 | 100001 | 101001 | 1001010 | 100110 |
Color Harmonies of #AA7B19
Complementary color
Monochromatic Colors of #AA7B19
Black with #AA7B19
Text Example
Text Example
White with #AA7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B19; }
p { color: rgb(170,123,25); }
H1.HeaderClassName
{
color: #AA7B19;
}
.AnyTagClassName
{
color: #AA7B19;
}
</style>
background-color css
<style>
a { background-color: #AA7B19; }
a { background-color: rgb(170,123,25); }
div.DivClassName
{
background-color: #AA7B19;
}
.BgClassName
{
background-color: #AA7B19;
}
</style>
border-color css
<style>
span { border-color: #AA7B19; }
span { border-color: rgb(170,123,25); }
td.TdClassName
{
border-color: #AA7B19;
}
.TagClassName
{
border-color: #AA7B19;
}
</style>