Shades of Hillary #AAA074
Tints of Hillary #AAA074
RGB
CMYK
RGB Variations
Color information
#AAA074 (or 0xAAA074) is known color: Hillary. HEX triplet: AA, A0 and 74. RGB value is (170,160,116). Sum of RGB (Red+Green+Blue) = 170+160+116=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA074 is #555F8B. Grayscale: #9E9E9E. Windows color (decimal): -5595020 or 7643306. OLE color: 7643306.
HSL color Cylindrical-coordinate representation of color #AAA074: hue angle of 48.89º 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 #AAA074 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 116 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.33 |
| HSL | 48.89º | 0.24% | 0.56% | - |
| HSV(B) | 48.89º | 0.32% | 0.67% | - |
| XYZ | 32.3 | 34.95 | 21.57 | - |
| YUV | 157.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 116 | 0 | 0.06 | 0.32 | 0.33 | 48.89 | 0.24 | 0.56 |
| Hex | AA | A0 | 74 | 0 | 6 | 20 | 21 | 31 | 18 | 38 |
| Octal | 252 | 240 | 164 | 0 | 6 | 40 | 41 | 61 | 30 | 70 |
| Binary | 10101010 | 10100000 | 1110100 | 0 | 110 | 100000 | 100001 | 110001 | 11000 | 111000 |
Color Harmonies of #AAA074
Complementary color
Monochromatic Colors of #AAA074
Black with #AAA074
Text Example
Text Example
White with #AAA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA074; }
p { color: rgb(170,160,116); }
H1.HeaderClassName
{
color: #AAA074;
}
.AnyTagClassName
{
color: #AAA074;
}
</style>
background-color css
<style>
a { background-color: #AAA074; }
a { background-color: rgb(170,160,116); }
div.DivClassName
{
background-color: #AAA074;
}
.BgClassName
{
background-color: #AAA074;
}
</style>
border-color css
<style>
span { border-color: #AAA074; }
span { border-color: rgb(170,160,116); }
td.TdClassName
{
border-color: #AAA074;
}
.TagClassName
{
border-color: #AAA074;
}
</style>