Shades of Hillary #ADA770
Tints of Hillary #ADA770
RGB
CMYK
RGB Variations
Color information
#ADA770 (or 0xADA770) is known color: Hillary. HEX triplet: AD, A7 and 70. RGB value is (173,167,112). Sum of RGB (Red+Green+Blue) = 173+167+112=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA770 is #52588F. Grayscale: #A2A2A2. Windows color (decimal): -5396624 or 7382957. OLE color: 7382957.
HSL color Cylindrical-coordinate representation of color #ADA770: hue angle of 54.1º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA770 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 112 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.32 |
| HSL | 54.1º | 0.27% | 0.56% | - |
| HSV(B) | 54.1º | 0.35% | 0.68% | - |
| XYZ | 33.98 | 37.69 | 20.81 | - |
| YUV | 162.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 112 | 0 | 0.03 | 0.35 | 0.32 | 54.1 | 0.27 | 0.56 |
| Hex | AD | A7 | 70 | 0 | 3 | 23 | 20 | 36 | 1B | 38 |
| Octal | 255 | 247 | 160 | 0 | 3 | 43 | 40 | 66 | 33 | 70 |
| Binary | 10101101 | 10100111 | 1110000 | 0 | 11 | 100011 | 100000 | 110110 | 11011 | 111000 |
Color Harmonies of #ADA770
Complementary color
Monochromatic Colors of #ADA770
Black with #ADA770
Text Example
Text Example
White with #ADA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA770; }
p { color: rgb(173,167,112); }
H1.HeaderClassName
{
color: #ADA770;
}
.AnyTagClassName
{
color: #ADA770;
}
</style>
background-color css
<style>
a { background-color: #ADA770; }
a { background-color: rgb(173,167,112); }
div.DivClassName
{
background-color: #ADA770;
}
.BgClassName
{
background-color: #ADA770;
}
</style>
border-color css
<style>
span { border-color: #ADA770; }
span { border-color: rgb(173,167,112); }
td.TdClassName
{
border-color: #ADA770;
}
.TagClassName
{
border-color: #ADA770;
}
</style>