Shades of Hillary #A49F7D
Tints of Hillary #A49F7D
RGB
CMYK
RGB Variations
Color information
#A49F7D (or 0xA49F7D) is known color: Hillary. HEX triplet: A4, 9F and 7D. RGB value is (164,159,125). Sum of RGB (Red+Green+Blue) = 164+159+125=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F7D is #5B6082. Grayscale: #9C9C9C. Windows color (decimal): -5988483 or 8232868. OLE color: 8232868.
HSL color Cylindrical-coordinate representation of color #A49F7D: hue angle of 52.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49F7D is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 159 | 125 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.36 |
| HSL | 52.31º | 0.18% | 0.57% | - |
| HSV(B) | 52.31º | 0.24% | 0.64% | - |
| XYZ | 31.41 | 34.17 | 24.34 | - |
| YUV | 156.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 125 | 0 | 0.03 | 0.24 | 0.36 | 52.31 | 0.18 | 0.57 |
| Hex | A4 | 9F | 7D | 0 | 3 | 18 | 24 | 34 | 12 | 39 |
| Octal | 244 | 237 | 175 | 0 | 3 | 30 | 44 | 64 | 22 | 71 |
| Binary | 10100100 | 10011111 | 1111101 | 0 | 11 | 11000 | 100100 | 110100 | 10010 | 111001 |
Color Harmonies of #A49F7D
Complementary color
Monochromatic Colors of #A49F7D
Black with #A49F7D
Text Example
Text Example
White with #A49F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49F7D; }
p { color: rgb(164,159,125); }
H1.HeaderClassName
{
color: #A49F7D;
}
.AnyTagClassName
{
color: #A49F7D;
}
</style>
background-color css
<style>
a { background-color: #A49F7D; }
a { background-color: rgb(164,159,125); }
div.DivClassName
{
background-color: #A49F7D;
}
.BgClassName
{
background-color: #A49F7D;
}
</style>
border-color css
<style>
span { border-color: #A49F7D; }
span { border-color: rgb(164,159,125); }
td.TdClassName
{
border-color: #A49F7D;
}
.TagClassName
{
border-color: #A49F7D;
}
</style>