Shades of Hillary #ADA47F
Tints of Hillary #ADA47F
RGB
CMYK
RGB Variations
Color information
#ADA47F (or 0xADA47F) is known color: Hillary. HEX triplet: AD, A4 and 7F. RGB value is (173,164,127). Sum of RGB (Red+Green+Blue) = 173+164+127=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA47F is #525B80. Grayscale: #A2A2A2. Windows color (decimal): -5397377 or 8365229. OLE color: 8365229.
HSL color Cylindrical-coordinate representation of color #ADA47F: hue angle of 48.26º 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 #ADA47F is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 127 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.32 |
| HSL | 48.26º | 0.22% | 0.59% | - |
| HSV(B) | 48.26º | 0.27% | 0.68% | - |
| XYZ | 34.34 | 36.97 | 25.4 | - |
| YUV | 162.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 127 | 0 | 0.05 | 0.27 | 0.32 | 48.26 | 0.22 | 0.59 |
| Hex | AD | A4 | 7F | 0 | 5 | 1B | 20 | 30 | 16 | 3B |
| Octal | 255 | 244 | 177 | 0 | 5 | 33 | 40 | 60 | 26 | 73 |
| Binary | 10101101 | 10100100 | 1111111 | 0 | 101 | 11011 | 100000 | 110000 | 10110 | 111011 |
Color Harmonies of #ADA47F
Complementary color
Monochromatic Colors of #ADA47F
Black with #ADA47F
Text Example
Text Example
White with #ADA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA47F; }
p { color: rgb(173,164,127); }
H1.HeaderClassName
{
color: #ADA47F;
}
.AnyTagClassName
{
color: #ADA47F;
}
</style>
background-color css
<style>
a { background-color: #ADA47F; }
a { background-color: rgb(173,164,127); }
div.DivClassName
{
background-color: #ADA47F;
}
.BgClassName
{
background-color: #ADA47F;
}
</style>
border-color css
<style>
span { border-color: #ADA47F; }
span { border-color: rgb(173,164,127); }
td.TdClassName
{
border-color: #ADA47F;
}
.TagClassName
{
border-color: #ADA47F;
}
</style>