Shades of Hillary #ADA179
Tints of Hillary #ADA179
RGB
CMYK
RGB Variations
Color information
#ADA179 (or 0xADA179) is known color: Hillary. HEX triplet: AD, A1 and 79. RGB value is (173,161,121). Sum of RGB (Red+Green+Blue) = 173+161+121=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA179 is #525E86. Grayscale: #A0A0A0. Windows color (decimal): -5398151 or 7971245. OLE color: 7971245.
HSL color Cylindrical-coordinate representation of color #ADA179: hue angle of 46.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADA179 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 121 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.32 |
| HSL | 46.15º | 0.24% | 0.58% | - |
| HSV(B) | 46.15º | 0.3% | 0.68% | - |
| XYZ | 33.43 | 35.75 | 23.23 | - |
| YUV | 160.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 121 | 0 | 0.07 | 0.30 | 0.32 | 46.15 | 0.24 | 0.58 |
| Hex | AD | A1 | 79 | 0 | 7 | 1E | 20 | 2E | 18 | 3A |
| Octal | 255 | 241 | 171 | 0 | 7 | 36 | 40 | 56 | 30 | 72 |
| Binary | 10101101 | 10100001 | 1111001 | 0 | 111 | 11110 | 100000 | 101110 | 11000 | 111010 |
Color Harmonies of #ADA179
Complementary color
Monochromatic Colors of #ADA179
Black with #ADA179
Text Example
Text Example
White with #ADA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA179; }
p { color: rgb(173,161,121); }
H1.HeaderClassName
{
color: #ADA179;
}
.AnyTagClassName
{
color: #ADA179;
}
</style>
background-color css
<style>
a { background-color: #ADA179; }
a { background-color: rgb(173,161,121); }
div.DivClassName
{
background-color: #ADA179;
}
.BgClassName
{
background-color: #ADA179;
}
</style>
border-color css
<style>
span { border-color: #ADA179; }
span { border-color: rgb(173,161,121); }
td.TdClassName
{
border-color: #ADA179;
}
.TagClassName
{
border-color: #ADA179;
}
</style>