Shades of Hillary #AAA079
Tints of Hillary #AAA079
RGB
CMYK
RGB Variations
Color information
#AAA079 (or 0xAAA079) is known color: Hillary. HEX triplet: AA, A0 and 79. RGB value is (170,160,121). Sum of RGB (Red+Green+Blue) = 170+160+121=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA079 is #555F86. Grayscale: #9E9E9E. Windows color (decimal): -5595015 or 7970986. OLE color: 7970986.
HSL color Cylindrical-coordinate representation of color #AAA079: hue angle of 47.76º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA079 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 121 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.33 |
| HSL | 47.76º | 0.22% | 0.57% | - |
| HSV(B) | 47.76º | 0.29% | 0.67% | - |
| XYZ | 32.6 | 35.07 | 23.14 | - |
| YUV | 158.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 121 | 0 | 0.06 | 0.29 | 0.33 | 47.76 | 0.22 | 0.57 |
| Hex | AA | A0 | 79 | 0 | 6 | 1D | 21 | 30 | 16 | 39 |
| Octal | 252 | 240 | 171 | 0 | 6 | 35 | 41 | 60 | 26 | 71 |
| Binary | 10101010 | 10100000 | 1111001 | 0 | 110 | 11101 | 100001 | 110000 | 10110 | 111001 |
Color Harmonies of #AAA079
Complementary color
Monochromatic Colors of #AAA079
Black with #AAA079
Text Example
Text Example
White with #AAA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA079; }
p { color: rgb(170,160,121); }
H1.HeaderClassName
{
color: #AAA079;
}
.AnyTagClassName
{
color: #AAA079;
}
</style>
background-color css
<style>
a { background-color: #AAA079; }
a { background-color: rgb(170,160,121); }
div.DivClassName
{
background-color: #AAA079;
}
.BgClassName
{
background-color: #AAA079;
}
</style>
border-color css
<style>
span { border-color: #AAA079; }
span { border-color: rgb(170,160,121); }
td.TdClassName
{
border-color: #AAA079;
}
.TagClassName
{
border-color: #AAA079;
}
</style>