Shades of Hillary #ADA17B
Tints of Hillary #ADA17B
RGB
CMYK
RGB Variations
Color information
#ADA17B (or 0xADA17B) is known color: Hillary. HEX triplet: AD, A1 and 7B. RGB value is (173,161,123). Sum of RGB (Red+Green+Blue) = 173+161+123=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA17B is #525E84. Grayscale: #A0A0A0. Windows color (decimal): -5398149 or 8102317. OLE color: 8102317.
HSL color Cylindrical-coordinate representation of color #ADA17B: hue angle of 45.6º 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 #ADA17B is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 123 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.32 |
| HSL | 45.6º | 0.23% | 0.58% | - |
| HSV(B) | 45.6º | 0.29% | 0.68% | - |
| XYZ | 33.55 | 35.8 | 23.88 | - |
| YUV | 160.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 123 | 0 | 0.07 | 0.29 | 0.32 | 45.6 | 0.23 | 0.58 |
| Hex | AD | A1 | 7B | 0 | 7 | 1D | 20 | 2E | 17 | 3A |
| Octal | 255 | 241 | 173 | 0 | 7 | 35 | 40 | 56 | 27 | 72 |
| Binary | 10101101 | 10100001 | 1111011 | 0 | 111 | 11101 | 100000 | 101110 | 10111 | 111010 |
Color Harmonies of #ADA17B
Complementary color
Monochromatic Colors of #ADA17B
Black with #ADA17B
Text Example
Text Example
White with #ADA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA17B; }
p { color: rgb(173,161,123); }
H1.HeaderClassName
{
color: #ADA17B;
}
.AnyTagClassName
{
color: #ADA17B;
}
</style>
background-color css
<style>
a { background-color: #ADA17B; }
a { background-color: rgb(173,161,123); }
div.DivClassName
{
background-color: #ADA17B;
}
.BgClassName
{
background-color: #ADA17B;
}
</style>
border-color css
<style>
span { border-color: #ADA17B; }
span { border-color: rgb(173,161,123); }
td.TdClassName
{
border-color: #ADA17B;
}
.TagClassName
{
border-color: #ADA17B;
}
</style>