Shades of Hillary #ADA47B
Tints of Hillary #ADA47B
RGB
CMYK
RGB Variations
Color information
#ADA47B (or 0xADA47B) is known color: Hillary. HEX triplet: AD, A4 and 7B. RGB value is (173,164,123). Sum of RGB (Red+Green+Blue) = 173+164+123=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA47B is #525B84. Grayscale: #A2A2A2. Windows color (decimal): -5397381 or 8103085. OLE color: 8103085.
HSL color Cylindrical-coordinate representation of color #ADA47B: hue angle of 49.2º 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 #ADA47B is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 123 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.32 |
| HSL | 49.2º | 0.23% | 0.58% | - |
| HSV(B) | 49.2º | 0.29% | 0.68% | - |
| XYZ | 34.08 | 36.87 | 24.06 | - |
| YUV | 162.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 123 | 0 | 0.05 | 0.29 | 0.32 | 49.2 | 0.23 | 0.58 |
| Hex | AD | A4 | 7B | 0 | 5 | 1D | 20 | 31 | 17 | 3A |
| Octal | 255 | 244 | 173 | 0 | 5 | 35 | 40 | 61 | 27 | 72 |
| Binary | 10101101 | 10100100 | 1111011 | 0 | 101 | 11101 | 100000 | 110001 | 10111 | 111010 |
Color Harmonies of #ADA47B
Complementary color
Monochromatic Colors of #ADA47B
Black with #ADA47B
Text Example
Text Example
White with #ADA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA47B; }
p { color: rgb(173,164,123); }
H1.HeaderClassName
{
color: #ADA47B;
}
.AnyTagClassName
{
color: #ADA47B;
}
</style>
background-color css
<style>
a { background-color: #ADA47B; }
a { background-color: rgb(173,164,123); }
div.DivClassName
{
background-color: #ADA47B;
}
.BgClassName
{
background-color: #ADA47B;
}
</style>
border-color css
<style>
span { border-color: #ADA47B; }
span { border-color: rgb(173,164,123); }
td.TdClassName
{
border-color: #ADA47B;
}
.TagClassName
{
border-color: #ADA47B;
}
</style>