Shades of Hillary #AD9F7F
Tints of Hillary #AD9F7F
RGB
CMYK
RGB Variations
Color information
#AD9F7F (or 0xAD9F7F) is known color: Hillary. HEX triplet: AD, 9F and 7F. RGB value is (173,159,127). Sum of RGB (Red+Green+Blue) = 173+159+127=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F7F is #526080. Grayscale: #9F9F9F. Windows color (decimal): -5398657 or 8363949. OLE color: 8363949.
HSL color Cylindrical-coordinate representation of color #AD9F7F: hue angle of 41.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9F7F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 127 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.32 |
| HSL | 41.74º | 0.22% | 0.59% | - |
| HSV(B) | 41.74º | 0.27% | 0.68% | - |
| XYZ | 33.46 | 35.21 | 25.11 | - |
| YUV | 159.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 127 | 0 | 0.08 | 0.27 | 0.32 | 41.74 | 0.22 | 0.59 |
| Hex | AD | 9F | 7F | 0 | 8 | 1B | 20 | 2A | 16 | 3B |
| Octal | 255 | 237 | 177 | 0 | 10 | 33 | 40 | 52 | 26 | 73 |
| Binary | 10101101 | 10011111 | 1111111 | 0 | 1000 | 11011 | 100000 | 101010 | 10110 | 111011 |
Color Harmonies of #AD9F7F
Complementary color
Monochromatic Colors of #AD9F7F
Black with #AD9F7F
Text Example
Text Example
White with #AD9F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F7F; }
p { color: rgb(173,159,127); }
H1.HeaderClassName
{
color: #AD9F7F;
}
.AnyTagClassName
{
color: #AD9F7F;
}
</style>
background-color css
<style>
a { background-color: #AD9F7F; }
a { background-color: rgb(173,159,127); }
div.DivClassName
{
background-color: #AD9F7F;
}
.BgClassName
{
background-color: #AD9F7F;
}
</style>
border-color css
<style>
span { border-color: #AD9F7F; }
span { border-color: rgb(173,159,127); }
td.TdClassName
{
border-color: #AD9F7F;
}
.TagClassName
{
border-color: #AD9F7F;
}
</style>