Shades of Hillary #A49E7A
Tints of Hillary #A49E7A
RGB
CMYK
RGB Variations
Color information
#A49E7A (or 0xA49E7A) is known color: Hillary. HEX triplet: A4, 9E and 7A. RGB value is (164,158,122). Sum of RGB (Red+Green+Blue) = 164+158+122=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E7A is #5B6185. Grayscale: #9B9B9B. Windows color (decimal): -5988742 or 8036004. OLE color: 8036004.
HSL color Cylindrical-coordinate representation of color #A49E7A: hue angle of 51.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A49E7A is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 122 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.36 |
| HSL | 51.43º | 0.19% | 0.56% | - |
| HSV(B) | 51.43º | 0.26% | 0.64% | - |
| XYZ | 31.05 | 33.75 | 23.29 | - |
| YUV | 155.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 122 | 0 | 0.04 | 0.26 | 0.36 | 51.43 | 0.19 | 0.56 |
| Hex | A4 | 9E | 7A | 0 | 4 | 1A | 24 | 33 | 13 | 38 |
| Octal | 244 | 236 | 172 | 0 | 4 | 32 | 44 | 63 | 23 | 70 |
| Binary | 10100100 | 10011110 | 1111010 | 0 | 100 | 11010 | 100100 | 110011 | 10011 | 111000 |
Color Harmonies of #A49E7A
Complementary color
Monochromatic Colors of #A49E7A
Black with #A49E7A
Text Example
Text Example
White with #A49E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E7A; }
p { color: rgb(164,158,122); }
H1.HeaderClassName
{
color: #A49E7A;
}
.AnyTagClassName
{
color: #A49E7A;
}
</style>
background-color css
<style>
a { background-color: #A49E7A; }
a { background-color: rgb(164,158,122); }
div.DivClassName
{
background-color: #A49E7A;
}
.BgClassName
{
background-color: #A49E7A;
}
</style>
border-color css
<style>
span { border-color: #A49E7A; }
span { border-color: rgb(164,158,122); }
td.TdClassName
{
border-color: #A49E7A;
}
.TagClassName
{
border-color: #A49E7A;
}
</style>