Shades of Hillary #A49D7C
Tints of Hillary #A49D7C
RGB
CMYK
RGB Variations
Color information
#A49D7C (or 0xA49D7C) is known color: Hillary. HEX triplet: A4, 9D and 7C. RGB value is (164,157,124). Sum of RGB (Red+Green+Blue) = 164+157+124=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D7C is #5B6283. Grayscale: #9B9B9B. Windows color (decimal): -5988996 or 8166820. OLE color: 8166820.
HSL color Cylindrical-coordinate representation of color #A49D7C: hue angle of 49.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49D7C is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 124 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.36 |
| HSL | 49.5º | 0.18% | 0.56% | - |
| HSV(B) | 49.5º | 0.24% | 0.64% | - |
| XYZ | 31 | 33.46 | 23.89 | - |
| YUV | 155.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 124 | 0 | 0.04 | 0.24 | 0.36 | 49.5 | 0.18 | 0.56 |
| Hex | A4 | 9D | 7C | 0 | 4 | 18 | 24 | 32 | 12 | 38 |
| Octal | 244 | 235 | 174 | 0 | 4 | 30 | 44 | 62 | 22 | 70 |
| Binary | 10100100 | 10011101 | 1111100 | 0 | 100 | 11000 | 100100 | 110010 | 10010 | 111000 |
Color Harmonies of #A49D7C
Complementary color
Monochromatic Colors of #A49D7C
Black with #A49D7C
Text Example
Text Example
White with #A49D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D7C; }
p { color: rgb(164,157,124); }
H1.HeaderClassName
{
color: #A49D7C;
}
.AnyTagClassName
{
color: #A49D7C;
}
</style>
background-color css
<style>
a { background-color: #A49D7C; }
a { background-color: rgb(164,157,124); }
div.DivClassName
{
background-color: #A49D7C;
}
.BgClassName
{
background-color: #A49D7C;
}
</style>
border-color css
<style>
span { border-color: #A49D7C; }
span { border-color: rgb(164,157,124); }
td.TdClassName
{
border-color: #A49D7C;
}
.TagClassName
{
border-color: #A49D7C;
}
</style>