Shades of Hillary #AAA078
Tints of Hillary #AAA078
RGB
CMYK
RGB Variations
Color information
#AAA078 (or 0xAAA078) is known color: Hillary. HEX triplet: AA, A0 and 78. RGB value is (170,160,120). Sum of RGB (Red+Green+Blue) = 170+160+120=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA078 is #555F87. Grayscale: #9E9E9E. Windows color (decimal): -5595016 or 7905450. OLE color: 7905450.
HSL color Cylindrical-coordinate representation of color #AAA078: hue angle of 48º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA078 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 120 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.33 |
| HSL | 48º | 0.23% | 0.57% | - |
| HSV(B) | 48º | 0.29% | 0.67% | - |
| XYZ | 32.54 | 35.04 | 22.82 | - |
| YUV | 158.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 120 | 0 | 0.06 | 0.29 | 0.33 | 48 | 0.23 | 0.57 |
| Hex | AA | A0 | 78 | 0 | 6 | 1D | 21 | 30 | 17 | 39 |
| Octal | 252 | 240 | 170 | 0 | 6 | 35 | 41 | 60 | 27 | 71 |
| Binary | 10101010 | 10100000 | 1111000 | 0 | 110 | 11101 | 100001 | 110000 | 10111 | 111001 |
Color Harmonies of #AAA078
Complementary color
Monochromatic Colors of #AAA078
Black with #AAA078
Text Example
Text Example
White with #AAA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA078; }
p { color: rgb(170,160,120); }
H1.HeaderClassName
{
color: #AAA078;
}
.AnyTagClassName
{
color: #AAA078;
}
</style>
background-color css
<style>
a { background-color: #AAA078; }
a { background-color: rgb(170,160,120); }
div.DivClassName
{
background-color: #AAA078;
}
.BgClassName
{
background-color: #AAA078;
}
</style>
border-color css
<style>
span { border-color: #AAA078; }
span { border-color: rgb(170,160,120); }
td.TdClassName
{
border-color: #AAA078;
}
.TagClassName
{
border-color: #AAA078;
}
</style>