Shades of Hillary #ADA479
Tints of Hillary #ADA479
RGB
CMYK
RGB Variations
Color information
#ADA479 (or 0xADA479) is known color: Hillary. HEX triplet: AD, A4 and 79. RGB value is (173,164,121). Sum of RGB (Red+Green+Blue) = 173+164+121=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA479 is #525B86. Grayscale: #A1A1A1. Windows color (decimal): -5397383 or 7972013. OLE color: 7972013.
HSL color Cylindrical-coordinate representation of color #ADA479: hue angle of 49.62º 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 #ADA479 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 121 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.32 |
| HSL | 49.62º | 0.24% | 0.58% | - |
| HSV(B) | 49.62º | 0.3% | 0.68% | - |
| XYZ | 33.96 | 36.82 | 23.41 | - |
| YUV | 161.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 121 | 0 | 0.05 | 0.30 | 0.32 | 49.62 | 0.24 | 0.58 |
| Hex | AD | A4 | 79 | 0 | 5 | 1E | 20 | 32 | 18 | 3A |
| Octal | 255 | 244 | 171 | 0 | 5 | 36 | 40 | 62 | 30 | 72 |
| Binary | 10101101 | 10100100 | 1111001 | 0 | 101 | 11110 | 100000 | 110010 | 11000 | 111010 |
Color Harmonies of #ADA479
Complementary color
Monochromatic Colors of #ADA479
Black with #ADA479
Text Example
Text Example
White with #ADA479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA479; }
p { color: rgb(173,164,121); }
H1.HeaderClassName
{
color: #ADA479;
}
.AnyTagClassName
{
color: #ADA479;
}
</style>
background-color css
<style>
a { background-color: #ADA479; }
a { background-color: rgb(173,164,121); }
div.DivClassName
{
background-color: #ADA479;
}
.BgClassName
{
background-color: #ADA479;
}
</style>
border-color css
<style>
span { border-color: #ADA479; }
span { border-color: rgb(173,164,121); }
td.TdClassName
{
border-color: #ADA479;
}
.TagClassName
{
border-color: #ADA479;
}
</style>