Shades of Hillary #AAA86E
Tints of Hillary #AAA86E
RGB
CMYK
RGB Variations
Color information
#AAA86E (or 0xAAA86E) is known color: Hillary. HEX triplet: AA, A8 and 6E. RGB value is (170,168,110). Sum of RGB (Red+Green+Blue) = 170+168+110=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA86E is #555791. Grayscale: #A2A2A2. Windows color (decimal): -5592978 or 7252138. OLE color: 7252138.
HSL color Cylindrical-coordinate representation of color #AAA86E: hue angle of 58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAA86E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 110 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.33 |
| HSL | 58º | 0.26% | 0.55% | - |
| HSV(B) | 58º | 0.35% | 0.67% | - |
| XYZ | 33.39 | 37.68 | 20.26 | - |
| YUV | 161.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 110 | 0 | 0.01 | 0.35 | 0.33 | 58 | 0.26 | 0.55 |
| Hex | AA | A8 | 6E | 0 | 1 | 23 | 21 | 3A | 1A | 37 |
| Octal | 252 | 250 | 156 | 0 | 1 | 43 | 41 | 72 | 32 | 67 |
| Binary | 10101010 | 10101000 | 1101110 | 0 | 1 | 100011 | 100001 | 111010 | 11010 | 110111 |
Color Harmonies of #AAA86E
Complementary color
Monochromatic Colors of #AAA86E
Black with #AAA86E
Text Example
Text Example
White with #AAA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA86E; }
p { color: rgb(170,168,110); }
H1.HeaderClassName
{
color: #AAA86E;
}
.AnyTagClassName
{
color: #AAA86E;
}
</style>
background-color css
<style>
a { background-color: #AAA86E; }
a { background-color: rgb(170,168,110); }
div.DivClassName
{
background-color: #AAA86E;
}
.BgClassName
{
background-color: #AAA86E;
}
</style>
border-color css
<style>
span { border-color: #AAA86E; }
span { border-color: rgb(170,168,110); }
td.TdClassName
{
border-color: #AAA86E;
}
.TagClassName
{
border-color: #AAA86E;
}
</style>