Shades of Hillary #AAA175
Tints of Hillary #AAA175
RGB
CMYK
RGB Variations
Color information
#AAA175 (or 0xAAA175) is known color: Hillary. HEX triplet: AA, A1 and 75. RGB value is (170,161,117). Sum of RGB (Red+Green+Blue) = 170+161+117=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA175 is #555E8A. Grayscale: #9E9E9E. Windows color (decimal): -5594763 or 7709098. OLE color: 7709098.
HSL color Cylindrical-coordinate representation of color #AAA175: hue angle of 49.81º 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 #AAA175 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 117 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.33 |
| HSL | 49.81º | 0.24% | 0.56% | - |
| HSV(B) | 49.81º | 0.31% | 0.67% | - |
| XYZ | 32.53 | 35.32 | 21.93 | - |
| YUV | 158.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 117 | 0 | 0.05 | 0.31 | 0.33 | 49.81 | 0.24 | 0.56 |
| Hex | AA | A1 | 75 | 0 | 5 | 1F | 21 | 32 | 18 | 38 |
| Octal | 252 | 241 | 165 | 0 | 5 | 37 | 41 | 62 | 30 | 70 |
| Binary | 10101010 | 10100001 | 1110101 | 0 | 101 | 11111 | 100001 | 110010 | 11000 | 111000 |
Color Harmonies of #AAA175
Complementary color
Monochromatic Colors of #AAA175
Black with #AAA175
Text Example
Text Example
White with #AAA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA175; }
p { color: rgb(170,161,117); }
H1.HeaderClassName
{
color: #AAA175;
}
.AnyTagClassName
{
color: #AAA175;
}
</style>
background-color css
<style>
a { background-color: #AAA175; }
a { background-color: rgb(170,161,117); }
div.DivClassName
{
background-color: #AAA175;
}
.BgClassName
{
background-color: #AAA175;
}
</style>
border-color css
<style>
span { border-color: #AAA175; }
span { border-color: rgb(170,161,117); }
td.TdClassName
{
border-color: #AAA175;
}
.TagClassName
{
border-color: #AAA175;
}
</style>