Shades of Hillary #AAA077
Tints of Hillary #AAA077
RGB
CMYK
RGB Variations
Color information
#AAA077 (or 0xAAA077) is known color: Hillary. HEX triplet: AA, A0 and 77. RGB value is (170,160,119). Sum of RGB (Red+Green+Blue) = 170+160+119=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA077 is #555F88. Grayscale: #9E9E9E. Windows color (decimal): -5595017 or 7839914. OLE color: 7839914.
HSL color Cylindrical-coordinate representation of color #AAA077: hue angle of 48.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA077 is Cyan = 0, Magento = 0.06, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 119 | - |
| CMYK | 0 | 0.06 | 0.3 | 0.33 |
| HSL | 48.24º | 0.23% | 0.57% | - |
| HSV(B) | 48.24º | 0.3% | 0.67% | - |
| XYZ | 32.48 | 35.02 | 22.5 | - |
| YUV | 158.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 119 | 0 | 0.06 | 0.3 | 0.33 | 48.24 | 0.23 | 0.57 |
| Hex | AA | A0 | 77 | 0 | 6 | 1E | 21 | 30 | 17 | 39 |
| Octal | 252 | 240 | 167 | 0 | 6 | 36 | 41 | 60 | 27 | 71 |
| Binary | 10101010 | 10100000 | 1110111 | 0 | 110 | 11110 | 100001 | 110000 | 10111 | 111001 |
Color Harmonies of #AAA077
Complementary color
Monochromatic Colors of #AAA077
Black with #AAA077
Text Example
Text Example
White with #AAA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA077; }
p { color: rgb(170,160,119); }
H1.HeaderClassName
{
color: #AAA077;
}
.AnyTagClassName
{
color: #AAA077;
}
</style>
background-color css
<style>
a { background-color: #AAA077; }
a { background-color: rgb(170,160,119); }
div.DivClassName
{
background-color: #AAA077;
}
.BgClassName
{
background-color: #AAA077;
}
</style>
border-color css
<style>
span { border-color: #AAA077; }
span { border-color: rgb(170,160,119); }
td.TdClassName
{
border-color: #AAA077;
}
.TagClassName
{
border-color: #AAA077;
}
</style>