Shades of Hillary #ADA182
Tints of Hillary #ADA182
RGB
CMYK
RGB Variations
Color information
#ADA182 (or 0xADA182) is known color: Hillary. HEX triplet: AD, A1 and 82. RGB value is (173,161,130). Sum of RGB (Red+Green+Blue) = 173+161+130=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA182 is #525E7D. Grayscale: #A1A1A1. Windows color (decimal): -5398142 or 8561069. OLE color: 8561069.
HSL color Cylindrical-coordinate representation of color #ADA182: hue angle of 43.26º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA182 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 130 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.32 |
| HSL | 43.26º | 0.21% | 0.59% | - |
| HSV(B) | 43.26º | 0.25% | 0.68% | - |
| XYZ | 34.01 | 35.99 | 26.27 | - |
| YUV | 161.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 130 | 0 | 0.07 | 0.25 | 0.32 | 43.26 | 0.21 | 0.59 |
| Hex | AD | A1 | 82 | 0 | 7 | 19 | 20 | 2B | 15 | 3B |
| Octal | 255 | 241 | 202 | 0 | 7 | 31 | 40 | 53 | 25 | 73 |
| Binary | 10101101 | 10100001 | 10000010 | 0 | 111 | 11001 | 100000 | 101011 | 10101 | 111011 |
Color Harmonies of #ADA182
Complementary color
Monochromatic Colors of #ADA182
Black with #ADA182
Text Example
Text Example
White with #ADA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA182; }
p { color: rgb(173,161,130); }
H1.HeaderClassName
{
color: #ADA182;
}
.AnyTagClassName
{
color: #ADA182;
}
</style>
background-color css
<style>
a { background-color: #ADA182; }
a { background-color: rgb(173,161,130); }
div.DivClassName
{
background-color: #ADA182;
}
.BgClassName
{
background-color: #ADA182;
}
</style>
border-color css
<style>
span { border-color: #ADA182; }
span { border-color: rgb(173,161,130); }
td.TdClassName
{
border-color: #ADA182;
}
.TagClassName
{
border-color: #ADA182;
}
</style>