Shades of Hillary #AAA07D
Tints of Hillary #AAA07D
RGB
CMYK
RGB Variations
Color information
#AAA07D (or 0xAAA07D) is known color: Hillary. HEX triplet: AA, A0 and 7D. RGB value is (170,160,125). Sum of RGB (Red+Green+Blue) = 170+160+125=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA07D is #555F82. Grayscale: #9F9F9F. Windows color (decimal): -5595011 or 8233130. OLE color: 8233130.
HSL color Cylindrical-coordinate representation of color #AAA07D: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA07D is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 125 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.33 |
| HSL | 46.67º | 0.21% | 0.58% | - |
| HSV(B) | 46.67º | 0.26% | 0.67% | - |
| XYZ | 32.85 | 35.17 | 24.46 | - |
| YUV | 159 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 125 | 0 | 0.06 | 0.26 | 0.33 | 46.67 | 0.21 | 0.58 |
| Hex | AA | A0 | 7D | 0 | 6 | 1A | 21 | 2F | 15 | 3A |
| Octal | 252 | 240 | 175 | 0 | 6 | 32 | 41 | 57 | 25 | 72 |
| Binary | 10101010 | 10100000 | 1111101 | 0 | 110 | 11010 | 100001 | 101111 | 10101 | 111010 |
Color Harmonies of #AAA07D
Complementary color
Monochromatic Colors of #AAA07D
Black with #AAA07D
Text Example
Text Example
White with #AAA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA07D; }
p { color: rgb(170,160,125); }
H1.HeaderClassName
{
color: #AAA07D;
}
.AnyTagClassName
{
color: #AAA07D;
}
</style>
background-color css
<style>
a { background-color: #AAA07D; }
a { background-color: rgb(170,160,125); }
div.DivClassName
{
background-color: #AAA07D;
}
.BgClassName
{
background-color: #AAA07D;
}
</style>
border-color css
<style>
span { border-color: #AAA07D; }
span { border-color: rgb(170,160,125); }
td.TdClassName
{
border-color: #AAA07D;
}
.TagClassName
{
border-color: #AAA07D;
}
</style>