Shades of Hillary #ADA672
Tints of Hillary #ADA672
RGB
CMYK
RGB Variations
Color information
#ADA672 (or 0xADA672) is known color: Hillary. HEX triplet: AD, A6 and 72. RGB value is (173,166,114). Sum of RGB (Red+Green+Blue) = 173+166+114=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA672 is #52598D. Grayscale: #A2A2A2. Windows color (decimal): -5396878 or 7513773. OLE color: 7513773.
HSL color Cylindrical-coordinate representation of color #ADA672: hue angle of 52.88º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA672 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 114 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.32 |
| HSL | 52.88º | 0.26% | 0.56% | - |
| HSV(B) | 52.88º | 0.34% | 0.68% | - |
| XYZ | 33.91 | 37.37 | 21.35 | - |
| YUV | 162.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 114 | 0 | 0.04 | 0.34 | 0.32 | 52.88 | 0.26 | 0.56 |
| Hex | AD | A6 | 72 | 0 | 4 | 22 | 20 | 35 | 1A | 38 |
| Octal | 255 | 246 | 162 | 0 | 4 | 42 | 40 | 65 | 32 | 70 |
| Binary | 10101101 | 10100110 | 1110010 | 0 | 100 | 100010 | 100000 | 110101 | 11010 | 111000 |
Color Harmonies of #ADA672
Complementary color
Monochromatic Colors of #ADA672
Black with #ADA672
Text Example
Text Example
White with #ADA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA672; }
p { color: rgb(173,166,114); }
H1.HeaderClassName
{
color: #ADA672;
}
.AnyTagClassName
{
color: #ADA672;
}
</style>
background-color css
<style>
a { background-color: #ADA672; }
a { background-color: rgb(173,166,114); }
div.DivClassName
{
background-color: #ADA672;
}
.BgClassName
{
background-color: #ADA672;
}
</style>
border-color css
<style>
span { border-color: #ADA672; }
span { border-color: rgb(173,166,114); }
td.TdClassName
{
border-color: #ADA672;
}
.TagClassName
{
border-color: #ADA672;
}
</style>