Shades of Hillary #AAA470
Tints of Hillary #AAA470
RGB
CMYK
RGB Variations
Color information
#AAA470 (or 0xAAA470) is known color: Hillary. HEX triplet: AA, A4 and 70. RGB value is (170,164,112). Sum of RGB (Red+Green+Blue) = 170+164+112=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA470 is #555B8F. Grayscale: #A0A0A0. Windows color (decimal): -5594000 or 7382186. OLE color: 7382186.
HSL color Cylindrical-coordinate representation of color #AAA470: hue angle of 53.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA470 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 112 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.33 |
| HSL | 53.79º | 0.25% | 0.55% | - |
| HSV(B) | 53.79º | 0.34% | 0.67% | - |
| XYZ | 32.78 | 36.27 | 20.6 | - |
| YUV | 159.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 112 | 0 | 0.04 | 0.34 | 0.33 | 53.79 | 0.25 | 0.55 |
| Hex | AA | A4 | 70 | 0 | 4 | 22 | 21 | 36 | 19 | 37 |
| Octal | 252 | 244 | 160 | 0 | 4 | 42 | 41 | 66 | 31 | 67 |
| Binary | 10101010 | 10100100 | 1110000 | 0 | 100 | 100010 | 100001 | 110110 | 11001 | 110111 |
Color Harmonies of #AAA470
Complementary color
Monochromatic Colors of #AAA470
Black with #AAA470
Text Example
Text Example
White with #AAA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA470; }
p { color: rgb(170,164,112); }
H1.HeaderClassName
{
color: #AAA470;
}
.AnyTagClassName
{
color: #AAA470;
}
</style>
background-color css
<style>
a { background-color: #AAA470; }
a { background-color: rgb(170,164,112); }
div.DivClassName
{
background-color: #AAA470;
}
.BgClassName
{
background-color: #AAA470;
}
</style>
border-color css
<style>
span { border-color: #AAA470; }
span { border-color: rgb(170,164,112); }
td.TdClassName
{
border-color: #AAA470;
}
.TagClassName
{
border-color: #AAA470;
}
</style>