Shades of Hillary #ADA07F
Tints of Hillary #ADA07F
RGB
CMYK
RGB Variations
Color information
#ADA07F (or 0xADA07F) is known color: Hillary. HEX triplet: AD, A0 and 7F. RGB value is (173,160,127). Sum of RGB (Red+Green+Blue) = 173+160+127=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA07F is #525F80. Grayscale: #A0A0A0. Windows color (decimal): -5398401 or 8364205. OLE color: 8364205.
HSL color Cylindrical-coordinate representation of color #ADA07F: hue angle of 43.04º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA07F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 127 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.32 |
| HSL | 43.04º | 0.22% | 0.59% | - |
| HSV(B) | 43.04º | 0.27% | 0.68% | - |
| XYZ | 33.64 | 35.56 | 25.17 | - |
| YUV | 160.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 127 | 0 | 0.08 | 0.27 | 0.32 | 43.04 | 0.22 | 0.59 |
| Hex | AD | A0 | 7F | 0 | 8 | 1B | 20 | 2B | 16 | 3B |
| Octal | 255 | 240 | 177 | 0 | 10 | 33 | 40 | 53 | 26 | 73 |
| Binary | 10101101 | 10100000 | 1111111 | 0 | 1000 | 11011 | 100000 | 101011 | 10110 | 111011 |
Color Harmonies of #ADA07F
Complementary color
Monochromatic Colors of #ADA07F
Black with #ADA07F
Text Example
Text Example
White with #ADA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA07F; }
p { color: rgb(173,160,127); }
H1.HeaderClassName
{
color: #ADA07F;
}
.AnyTagClassName
{
color: #ADA07F;
}
</style>
background-color css
<style>
a { background-color: #ADA07F; }
a { background-color: rgb(173,160,127); }
div.DivClassName
{
background-color: #ADA07F;
}
.BgClassName
{
background-color: #ADA07F;
}
</style>
border-color css
<style>
span { border-color: #ADA07F; }
span { border-color: rgb(173,160,127); }
td.TdClassName
{
border-color: #ADA07F;
}
.TagClassName
{
border-color: #ADA07F;
}
</style>