Shades of Hillary #ADA671
Tints of Hillary #ADA671
RGB
CMYK
RGB Variations
Color information
#ADA671 (or 0xADA671) is known color: Hillary. HEX triplet: AD, A6 and 71. RGB value is (173,166,113). Sum of RGB (Red+Green+Blue) = 173+166+113=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA671 is #52598E. Grayscale: #A2A2A2. Windows color (decimal): -5396879 or 7448237. OLE color: 7448237.
HSL color Cylindrical-coordinate representation of color #ADA671: hue angle of 53º 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 #ADA671 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 113 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.32 |
| HSL | 53º | 0.27% | 0.56% | - |
| HSV(B) | 53º | 0.35% | 0.68% | - |
| XYZ | 33.85 | 37.35 | 21.05 | - |
| YUV | 162.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 113 | 0 | 0.04 | 0.35 | 0.32 | 53 | 0.27 | 0.56 |
| Hex | AD | A6 | 71 | 0 | 4 | 23 | 20 | 35 | 1B | 38 |
| Octal | 255 | 246 | 161 | 0 | 4 | 43 | 40 | 65 | 33 | 70 |
| Binary | 10101101 | 10100110 | 1110001 | 0 | 100 | 100011 | 100000 | 110101 | 11011 | 111000 |
Color Harmonies of #ADA671
Complementary color
Monochromatic Colors of #ADA671
Black with #ADA671
Text Example
Text Example
White with #ADA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA671; }
p { color: rgb(173,166,113); }
H1.HeaderClassName
{
color: #ADA671;
}
.AnyTagClassName
{
color: #ADA671;
}
</style>
background-color css
<style>
a { background-color: #ADA671; }
a { background-color: rgb(173,166,113); }
div.DivClassName
{
background-color: #ADA671;
}
.BgClassName
{
background-color: #ADA671;
}
</style>
border-color css
<style>
span { border-color: #ADA671; }
span { border-color: rgb(173,166,113); }
td.TdClassName
{
border-color: #ADA671;
}
.TagClassName
{
border-color: #ADA671;
}
</style>