Shades of Hacienda #AA7F17
Tints of Hacienda #AA7F17
RGB
CMYK
RGB Variations
Color information
#AA7F17 (or 0xAA7F17) is known color: Hacienda. HEX triplet: AA, 7F and 17. RGB value is (170,127,23). Sum of RGB (Red+Green+Blue) = 170+127+23=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F17 is #5580E8. Grayscale: #808080. Windows color (decimal): -5603561 or 1540010. OLE color: 1540010.
HSL color Cylindrical-coordinate representation of color #AA7F17: hue angle of 42.45º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA7F17 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 23 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.33 |
| HSL | 42.45º | 0.76% | 0.38% | - |
| HSV(B) | 42.45º | 0.86% | 0.67% | - |
| XYZ | 24.32 | 23.79 | 4.12 | - |
| YUV | 128 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 23 | 0 | 0.25 | 0.86 | 0.33 | 42.45 | 0.76 | 0.38 |
| Hex | AA | 7F | 17 | 0 | 19 | 56 | 21 | 2A | 4C | 26 |
| Octal | 252 | 177 | 27 | 0 | 31 | 126 | 41 | 52 | 114 | 46 |
| Binary | 10101010 | 1111111 | 10111 | 0 | 11001 | 1010110 | 100001 | 101010 | 1001100 | 100110 |
Color Harmonies of #AA7F17
Complementary color
Monochromatic Colors of #AA7F17
Black with #AA7F17
Text Example
Text Example
White with #AA7F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F17; }
p { color: rgb(170,127,23); }
H1.HeaderClassName
{
color: #AA7F17;
}
.AnyTagClassName
{
color: #AA7F17;
}
</style>
background-color css
<style>
a { background-color: #AA7F17; }
a { background-color: rgb(170,127,23); }
div.DivClassName
{
background-color: #AA7F17;
}
.BgClassName
{
background-color: #AA7F17;
}
</style>
border-color css
<style>
span { border-color: #AA7F17; }
span { border-color: rgb(170,127,23); }
td.TdClassName
{
border-color: #AA7F17;
}
.TagClassName
{
border-color: #AA7F17;
}
</style>