Shades of Hacienda #AA7F19
Tints of Hacienda #AA7F19
RGB
CMYK
RGB Variations
Color information
#AA7F19 (or 0xAA7F19) is known color: Hacienda. HEX triplet: AA, 7F and 19. RGB value is (170,127,25). Sum of RGB (Red+Green+Blue) = 170+127+25=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F19 is #5580E6. Grayscale: #808080. Windows color (decimal): -5603559 or 1671082. OLE color: 1671082.
HSL color Cylindrical-coordinate representation of color #AA7F19: hue angle of 42.21º 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 #AA7F19 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 25 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.33 |
| HSL | 42.21º | 0.74% | 0.38% | - |
| HSV(B) | 42.21º | 0.85% | 0.67% | - |
| XYZ | 24.34 | 23.79 | 4.23 | - |
| YUV | 128.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 25 | 0 | 0.25 | 0.85 | 0.33 | 42.21 | 0.74 | 0.38 |
| Hex | AA | 7F | 19 | 0 | 19 | 55 | 21 | 2A | 4A | 26 |
| Octal | 252 | 177 | 31 | 0 | 31 | 125 | 41 | 52 | 112 | 46 |
| Binary | 10101010 | 1111111 | 11001 | 0 | 11001 | 1010101 | 100001 | 101010 | 1001010 | 100110 |
Color Harmonies of #AA7F19
Complementary color
Monochromatic Colors of #AA7F19
Black with #AA7F19
Text Example
Text Example
White with #AA7F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F19; }
p { color: rgb(170,127,25); }
H1.HeaderClassName
{
color: #AA7F19;
}
.AnyTagClassName
{
color: #AA7F19;
}
</style>
background-color css
<style>
a { background-color: #AA7F19; }
a { background-color: rgb(170,127,25); }
div.DivClassName
{
background-color: #AA7F19;
}
.BgClassName
{
background-color: #AA7F19;
}
</style>
border-color css
<style>
span { border-color: #AA7F19; }
span { border-color: rgb(170,127,25); }
td.TdClassName
{
border-color: #AA7F19;
}
.TagClassName
{
border-color: #AA7F19;
}
</style>