Shades of Hillary #AAA674
Tints of Hillary #AAA674
RGB
CMYK
RGB Variations
Color information
#AAA674 (or 0xAAA674) is known color: Hillary. HEX triplet: AA, A6 and 74. RGB value is (170,166,116). Sum of RGB (Red+Green+Blue) = 170+166+116=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA674 is #55598B. Grayscale: #A1A1A1. Windows color (decimal): -5593484 or 7644842. OLE color: 7644842.
HSL color Cylindrical-coordinate representation of color #AAA674: hue angle of 55.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA674 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 116 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.33 |
| HSL | 55.56º | 0.24% | 0.56% | - |
| HSV(B) | 55.56º | 0.32% | 0.67% | - |
| XYZ | 33.37 | 37.08 | 21.92 | - |
| YUV | 161.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 116 | 0 | 0.02 | 0.32 | 0.33 | 55.56 | 0.24 | 0.56 |
| Hex | AA | A6 | 74 | 0 | 2 | 20 | 21 | 38 | 18 | 38 |
| Octal | 252 | 246 | 164 | 0 | 2 | 40 | 41 | 70 | 30 | 70 |
| Binary | 10101010 | 10100110 | 1110100 | 0 | 10 | 100000 | 100001 | 111000 | 11000 | 111000 |
Color Harmonies of #AAA674
Complementary color
Monochromatic Colors of #AAA674
Black with #AAA674
Text Example
Text Example
White with #AAA674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA674; }
p { color: rgb(170,166,116); }
H1.HeaderClassName
{
color: #AAA674;
}
.AnyTagClassName
{
color: #AAA674;
}
</style>
background-color css
<style>
a { background-color: #AAA674; }
a { background-color: rgb(170,166,116); }
div.DivClassName
{
background-color: #AAA674;
}
.BgClassName
{
background-color: #AAA674;
}
</style>
border-color css
<style>
span { border-color: #AAA674; }
span { border-color: rgb(170,166,116); }
td.TdClassName
{
border-color: #AAA674;
}
.TagClassName
{
border-color: #AAA674;
}
</style>