Shades of Hillary #ADA37E
Tints of Hillary #ADA37E
RGB
CMYK
RGB Variations
Color information
#ADA37E (or 0xADA37E) is known color: Hillary. HEX triplet: AD, A3 and 7E. RGB value is (173,163,126). Sum of RGB (Red+Green+Blue) = 173+163+126=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA37E is #525C81. Grayscale: #A1A1A1. Windows color (decimal): -5397634 or 8299437. OLE color: 8299437.
HSL color Cylindrical-coordinate representation of color #ADA37E: hue angle of 47.23º 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 #ADA37E is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 126 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.32 |
| HSL | 47.23º | 0.22% | 0.59% | - |
| HSV(B) | 47.23º | 0.27% | 0.68% | - |
| XYZ | 34.1 | 36.58 | 25 | - |
| YUV | 161.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 126 | 0 | 0.06 | 0.27 | 0.32 | 47.23 | 0.22 | 0.59 |
| Hex | AD | A3 | 7E | 0 | 6 | 1B | 20 | 2F | 16 | 3B |
| Octal | 255 | 243 | 176 | 0 | 6 | 33 | 40 | 57 | 26 | 73 |
| Binary | 10101101 | 10100011 | 1111110 | 0 | 110 | 11011 | 100000 | 101111 | 10110 | 111011 |
Color Harmonies of #ADA37E
Complementary color
Monochromatic Colors of #ADA37E
Black with #ADA37E
Text Example
Text Example
White with #ADA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA37E; }
p { color: rgb(173,163,126); }
H1.HeaderClassName
{
color: #ADA37E;
}
.AnyTagClassName
{
color: #ADA37E;
}
</style>
background-color css
<style>
a { background-color: #ADA37E; }
a { background-color: rgb(173,163,126); }
div.DivClassName
{
background-color: #ADA37E;
}
.BgClassName
{
background-color: #ADA37E;
}
</style>
border-color css
<style>
span { border-color: #ADA37E; }
span { border-color: rgb(173,163,126); }
td.TdClassName
{
border-color: #ADA37E;
}
.TagClassName
{
border-color: #ADA37E;
}
</style>