Shades of Hillary #ADA37B
Tints of Hillary #ADA37B
RGB
CMYK
RGB Variations
Color information
#ADA37B (or 0xADA37B) is known color: Hillary. HEX triplet: AD, A3 and 7B. RGB value is (173,163,123). Sum of RGB (Red+Green+Blue) = 173+163+123=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA37B is #525C84. Grayscale: #A1A1A1. Windows color (decimal): -5397637 or 8102829. OLE color: 8102829.
HSL color Cylindrical-coordinate representation of color #ADA37B: hue angle of 48º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA37B is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 123 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.32 |
| HSL | 48º | 0.23% | 0.58% | - |
| HSV(B) | 48º | 0.29% | 0.68% | - |
| XYZ | 33.91 | 36.51 | 24 | - |
| YUV | 161.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 123 | 0 | 0.06 | 0.29 | 0.32 | 48 | 0.23 | 0.58 |
| Hex | AD | A3 | 7B | 0 | 6 | 1D | 20 | 30 | 17 | 3A |
| Octal | 255 | 243 | 173 | 0 | 6 | 35 | 40 | 60 | 27 | 72 |
| Binary | 10101101 | 10100011 | 1111011 | 0 | 110 | 11101 | 100000 | 110000 | 10111 | 111010 |
Color Harmonies of #ADA37B
Complementary color
Monochromatic Colors of #ADA37B
Black with #ADA37B
Text Example
Text Example
White with #ADA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA37B; }
p { color: rgb(173,163,123); }
H1.HeaderClassName
{
color: #ADA37B;
}
.AnyTagClassName
{
color: #ADA37B;
}
</style>
background-color css
<style>
a { background-color: #ADA37B; }
a { background-color: rgb(173,163,123); }
div.DivClassName
{
background-color: #ADA37B;
}
.BgClassName
{
background-color: #ADA37B;
}
</style>
border-color css
<style>
span { border-color: #ADA37B; }
span { border-color: rgb(173,163,123); }
td.TdClassName
{
border-color: #ADA37B;
}
.TagClassName
{
border-color: #ADA37B;
}
</style>