Shades of Hillary #ADA282
Tints of Hillary #ADA282
RGB
CMYK
RGB Variations
Color information
#ADA282 (or 0xADA282) is known color: Hillary. HEX triplet: AD, A2 and 82. RGB value is (173,162,130). Sum of RGB (Red+Green+Blue) = 173+162+130=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA282 is #525D7D. Grayscale: #A1A1A1. Windows color (decimal): -5397886 or 8561325. OLE color: 8561325.
HSL color Cylindrical-coordinate representation of color #ADA282: hue angle of 44.65º 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 #ADA282 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 130 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.32 |
| HSL | 44.65º | 0.21% | 0.59% | - |
| HSV(B) | 44.65º | 0.25% | 0.68% | - |
| XYZ | 34.18 | 36.34 | 26.33 | - |
| YUV | 161.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 130 | 0 | 0.06 | 0.25 | 0.32 | 44.65 | 0.21 | 0.59 |
| Hex | AD | A2 | 82 | 0 | 6 | 19 | 20 | 2D | 15 | 3B |
| Octal | 255 | 242 | 202 | 0 | 6 | 31 | 40 | 55 | 25 | 73 |
| Binary | 10101101 | 10100010 | 10000010 | 0 | 110 | 11001 | 100000 | 101101 | 10101 | 111011 |
Color Harmonies of #ADA282
Complementary color
Monochromatic Colors of #ADA282
Black with #ADA282
Text Example
Text Example
White with #ADA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA282; }
p { color: rgb(173,162,130); }
H1.HeaderClassName
{
color: #ADA282;
}
.AnyTagClassName
{
color: #ADA282;
}
</style>
background-color css
<style>
a { background-color: #ADA282; }
a { background-color: rgb(173,162,130); }
div.DivClassName
{
background-color: #ADA282;
}
.BgClassName
{
background-color: #ADA282;
}
</style>
border-color css
<style>
span { border-color: #ADA282; }
span { border-color: rgb(173,162,130); }
td.TdClassName
{
border-color: #ADA282;
}
.TagClassName
{
border-color: #ADA282;
}
</style>