Shades of Hillary #ADA07B
Tints of Hillary #ADA07B
RGB
CMYK
RGB Variations
Color information
#ADA07B (or 0xADA07B) is known color: Hillary. HEX triplet: AD, A0 and 7B. RGB value is (173,160,123). Sum of RGB (Red+Green+Blue) = 173+160+123=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA07B is #525F84. Grayscale: #9F9F9F. Windows color (decimal): -5398405 or 8102061. OLE color: 8102061.
HSL color Cylindrical-coordinate representation of color #ADA07B: hue angle of 44.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA07B is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 123 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.32 |
| HSL | 44.4º | 0.23% | 0.58% | - |
| HSV(B) | 44.4º | 0.29% | 0.68% | - |
| XYZ | 33.38 | 35.46 | 23.82 | - |
| YUV | 159.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 123 | 0 | 0.08 | 0.29 | 0.32 | 44.4 | 0.23 | 0.58 |
| Hex | AD | A0 | 7B | 0 | 8 | 1D | 20 | 2C | 17 | 3A |
| Octal | 255 | 240 | 173 | 0 | 10 | 35 | 40 | 54 | 27 | 72 |
| Binary | 10101101 | 10100000 | 1111011 | 0 | 1000 | 11101 | 100000 | 101100 | 10111 | 111010 |
Color Harmonies of #ADA07B
Complementary color
Monochromatic Colors of #ADA07B
Black with #ADA07B
Text Example
Text Example
White with #ADA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA07B; }
p { color: rgb(173,160,123); }
H1.HeaderClassName
{
color: #ADA07B;
}
.AnyTagClassName
{
color: #ADA07B;
}
</style>
background-color css
<style>
a { background-color: #ADA07B; }
a { background-color: rgb(173,160,123); }
div.DivClassName
{
background-color: #ADA07B;
}
.BgClassName
{
background-color: #ADA07B;
}
</style>
border-color css
<style>
span { border-color: #ADA07B; }
span { border-color: rgb(173,160,123); }
td.TdClassName
{
border-color: #ADA07B;
}
.TagClassName
{
border-color: #ADA07B;
}
</style>