Shades of Hillary #AAA37D
Tints of Hillary #AAA37D
RGB
CMYK
RGB Variations
Color information
#AAA37D (or 0xAAA37D) is known color: Hillary. HEX triplet: AA, A3 and 7D. RGB value is (170,163,125). Sum of RGB (Red+Green+Blue) = 170+163+125=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA37D is #555C82. Grayscale: #A0A0A0. Windows color (decimal): -5594243 or 8233898. OLE color: 8233898.
HSL color Cylindrical-coordinate representation of color #AAA37D: hue angle of 50.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 #AAA37D is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 125 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.33 |
| HSL | 50.67º | 0.21% | 0.58% | - |
| HSV(B) | 50.67º | 0.26% | 0.67% | - |
| XYZ | 33.38 | 36.22 | 24.63 | - |
| YUV | 160.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 125 | 0 | 0.04 | 0.26 | 0.33 | 50.67 | 0.21 | 0.58 |
| Hex | AA | A3 | 7D | 0 | 4 | 1A | 21 | 33 | 15 | 3A |
| Octal | 252 | 243 | 175 | 0 | 4 | 32 | 41 | 63 | 25 | 72 |
| Binary | 10101010 | 10100011 | 1111101 | 0 | 100 | 11010 | 100001 | 110011 | 10101 | 111010 |
Color Harmonies of #AAA37D
Complementary color
Monochromatic Colors of #AAA37D
Black with #AAA37D
Text Example
Text Example
White with #AAA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA37D; }
p { color: rgb(170,163,125); }
H1.HeaderClassName
{
color: #AAA37D;
}
.AnyTagClassName
{
color: #AAA37D;
}
</style>
background-color css
<style>
a { background-color: #AAA37D; }
a { background-color: rgb(170,163,125); }
div.DivClassName
{
background-color: #AAA37D;
}
.BgClassName
{
background-color: #AAA37D;
}
</style>
border-color css
<style>
span { border-color: #AAA37D; }
span { border-color: rgb(170,163,125); }
td.TdClassName
{
border-color: #AAA37D;
}
.TagClassName
{
border-color: #AAA37D;
}
</style>