Shades of Hillary #AAA075
Tints of Hillary #AAA075
RGB
CMYK
RGB Variations
Color information
#AAA075 (or 0xAAA075) is known color: Hillary. HEX triplet: AA, A0 and 75. RGB value is (170,160,117). Sum of RGB (Red+Green+Blue) = 170+160+117=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA075 is #555F8A. Grayscale: #9E9E9E. Windows color (decimal): -5595019 or 7708842. OLE color: 7708842.
HSL color Cylindrical-coordinate representation of color #AAA075: hue angle of 48.68º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA075 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 117 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.33 |
| HSL | 48.68º | 0.24% | 0.56% | - |
| HSV(B) | 48.68º | 0.31% | 0.67% | - |
| XYZ | 32.36 | 34.97 | 21.87 | - |
| YUV | 158.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 117 | 0 | 0.06 | 0.31 | 0.33 | 48.68 | 0.24 | 0.56 |
| Hex | AA | A0 | 75 | 0 | 6 | 1F | 21 | 31 | 18 | 38 |
| Octal | 252 | 240 | 165 | 0 | 6 | 37 | 41 | 61 | 30 | 70 |
| Binary | 10101010 | 10100000 | 1110101 | 0 | 110 | 11111 | 100001 | 110001 | 11000 | 111000 |
Color Harmonies of #AAA075
Complementary color
Monochromatic Colors of #AAA075
Black with #AAA075
Text Example
Text Example
White with #AAA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA075; }
p { color: rgb(170,160,117); }
H1.HeaderClassName
{
color: #AAA075;
}
.AnyTagClassName
{
color: #AAA075;
}
</style>
background-color css
<style>
a { background-color: #AAA075; }
a { background-color: rgb(170,160,117); }
div.DivClassName
{
background-color: #AAA075;
}
.BgClassName
{
background-color: #AAA075;
}
</style>
border-color css
<style>
span { border-color: #AAA075; }
span { border-color: rgb(170,160,117); }
td.TdClassName
{
border-color: #AAA075;
}
.TagClassName
{
border-color: #AAA075;
}
</style>