Shades of Hillary #AA9F80
Tints of Hillary #AA9F80
RGB
CMYK
RGB Variations
Color information
#AA9F80 (or 0xAA9F80) is known color: Hillary. HEX triplet: AA, 9F and 80. RGB value is (170,159,128). Sum of RGB (Red+Green+Blue) = 170+159+128=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F80 is #55607F. Grayscale: #9E9E9E. Windows color (decimal): -5595264 or 8429482. OLE color: 8429482.
HSL color Cylindrical-coordinate representation of color #AA9F80: hue angle of 44.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9F80 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 128 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.33 |
| HSL | 44.29º | 0.2% | 0.58% | - |
| HSV(B) | 44.29º | 0.25% | 0.67% | - |
| XYZ | 32.87 | 34.9 | 25.43 | - |
| YUV | 158.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 128 | 0 | 0.06 | 0.25 | 0.33 | 44.29 | 0.2 | 0.58 |
| Hex | AA | 9F | 80 | 0 | 6 | 19 | 21 | 2C | 14 | 3A |
| Octal | 252 | 237 | 200 | 0 | 6 | 31 | 41 | 54 | 24 | 72 |
| Binary | 10101010 | 10011111 | 10000000 | 0 | 110 | 11001 | 100001 | 101100 | 10100 | 111010 |
Color Harmonies of #AA9F80
Complementary color
Monochromatic Colors of #AA9F80
Black with #AA9F80
Text Example
Text Example
White with #AA9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F80; }
p { color: rgb(170,159,128); }
H1.HeaderClassName
{
color: #AA9F80;
}
.AnyTagClassName
{
color: #AA9F80;
}
</style>
background-color css
<style>
a { background-color: #AA9F80; }
a { background-color: rgb(170,159,128); }
div.DivClassName
{
background-color: #AA9F80;
}
.BgClassName
{
background-color: #AA9F80;
}
</style>
border-color css
<style>
span { border-color: #AA9F80; }
span { border-color: rgb(170,159,128); }
td.TdClassName
{
border-color: #AA9F80;
}
.TagClassName
{
border-color: #AA9F80;
}
</style>