Shades of Hillary #ADA285
Tints of Hillary #ADA285
RGB
CMYK
RGB Variations
Color information
#ADA285 (or 0xADA285) is known color: Hillary. HEX triplet: AD, A2 and 85. RGB value is (173,162,133). Sum of RGB (Red+Green+Blue) = 173+162+133=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA285 is #525D7A. Grayscale: #A2A2A2. Windows color (decimal): -5397883 or 8757933. OLE color: 8757933.
HSL color Cylindrical-coordinate representation of color #ADA285: hue angle of 43.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA285 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 133 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.32 |
| HSL | 43.5º | 0.2% | 0.6% | - |
| HSV(B) | 43.5º | 0.23% | 0.68% | - |
| XYZ | 34.39 | 36.42 | 27.41 | - |
| YUV | 161.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 133 | 0 | 0.06 | 0.23 | 0.32 | 43.5 | 0.2 | 0.6 |
| Hex | AD | A2 | 85 | 0 | 6 | 17 | 20 | 2C | 14 | 3C |
| Octal | 255 | 242 | 205 | 0 | 6 | 27 | 40 | 54 | 24 | 74 |
| Binary | 10101101 | 10100010 | 10000101 | 0 | 110 | 10111 | 100000 | 101100 | 10100 | 111100 |
Color Harmonies of #ADA285
Complementary color
Monochromatic Colors of #ADA285
Black with #ADA285
Text Example
Text Example
White with #ADA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA285; }
p { color: rgb(173,162,133); }
H1.HeaderClassName
{
color: #ADA285;
}
.AnyTagClassName
{
color: #ADA285;
}
</style>
background-color css
<style>
a { background-color: #ADA285; }
a { background-color: rgb(173,162,133); }
div.DivClassName
{
background-color: #ADA285;
}
.BgClassName
{
background-color: #ADA285;
}
</style>
border-color css
<style>
span { border-color: #ADA285; }
span { border-color: rgb(173,162,133); }
td.TdClassName
{
border-color: #ADA285;
}
.TagClassName
{
border-color: #ADA285;
}
</style>