Shades of Hillary #ADA275
Tints of Hillary #ADA275
RGB
CMYK
RGB Variations
Color information
#ADA275 (or 0xADA275) is known color: Hillary. HEX triplet: AD, A2 and 75. RGB value is (173,162,117). Sum of RGB (Red+Green+Blue) = 173+162+117=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA275 is #525D8A. Grayscale: #A0A0A0. Windows color (decimal): -5397899 or 7709357. OLE color: 7709357.
HSL color Cylindrical-coordinate representation of color #ADA275: hue angle of 48.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA275 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 117 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.32 |
| HSL | 48.21º | 0.25% | 0.57% | - |
| HSV(B) | 48.21º | 0.32% | 0.68% | - |
| XYZ | 33.36 | 36.01 | 22.02 | - |
| YUV | 160.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 117 | 0 | 0.06 | 0.32 | 0.32 | 48.21 | 0.25 | 0.57 |
| Hex | AD | A2 | 75 | 0 | 6 | 20 | 20 | 30 | 19 | 39 |
| Octal | 255 | 242 | 165 | 0 | 6 | 40 | 40 | 60 | 31 | 71 |
| Binary | 10101101 | 10100010 | 1110101 | 0 | 110 | 100000 | 100000 | 110000 | 11001 | 111001 |
Color Harmonies of #ADA275
Complementary color
Monochromatic Colors of #ADA275
Black with #ADA275
Text Example
Text Example
White with #ADA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA275; }
p { color: rgb(173,162,117); }
H1.HeaderClassName
{
color: #ADA275;
}
.AnyTagClassName
{
color: #ADA275;
}
</style>
background-color css
<style>
a { background-color: #ADA275; }
a { background-color: rgb(173,162,117); }
div.DivClassName
{
background-color: #ADA275;
}
.BgClassName
{
background-color: #ADA275;
}
</style>
border-color css
<style>
span { border-color: #ADA275; }
span { border-color: rgb(173,162,117); }
td.TdClassName
{
border-color: #ADA275;
}
.TagClassName
{
border-color: #ADA275;
}
</style>