Shades of Hillary #A29E85
Tints of Hillary #A29E85
RGB
CMYK
RGB Variations
Color information
#A29E85 (or 0xA29E85) is known color: Hillary. HEX triplet: A2, 9E and 85. RGB value is (162,158,133). Sum of RGB (Red+Green+Blue) = 162+158+133=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29E85 is #5D617A. Grayscale: #9C9C9C. Windows color (decimal): -6119803 or 8756898. OLE color: 8756898.
HSL color Cylindrical-coordinate representation of color #A29E85: hue angle of 51.72º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A29E85 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 133 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.36 |
| HSL | 51.72º | 0.13% | 0.58% | - |
| HSV(B) | 51.72º | 0.18% | 0.64% | - |
| XYZ | 31.36 | 33.83 | 27.07 | - |
| YUV | 156.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 133 | 0 | 0.02 | 0.18 | 0.36 | 51.72 | 0.13 | 0.58 |
| Hex | A2 | 9E | 85 | 0 | 2 | 12 | 24 | 34 | D | 3A |
| Octal | 242 | 236 | 205 | 0 | 2 | 22 | 44 | 64 | 15 | 72 |
| Binary | 10100010 | 10011110 | 10000101 | 0 | 10 | 10010 | 100100 | 110100 | 1101 | 111010 |
Color Harmonies of #A29E85
Complementary color
Monochromatic Colors of #A29E85
Black with #A29E85
Text Example
Text Example
White with #A29E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E85; }
p { color: rgb(162,158,133); }
H1.HeaderClassName
{
color: #A29E85;
}
.AnyTagClassName
{
color: #A29E85;
}
</style>
background-color css
<style>
a { background-color: #A29E85; }
a { background-color: rgb(162,158,133); }
div.DivClassName
{
background-color: #A29E85;
}
.BgClassName
{
background-color: #A29E85;
}
</style>
border-color css
<style>
span { border-color: #A29E85; }
span { border-color: rgb(162,158,133); }
td.TdClassName
{
border-color: #A29E85;
}
.TagClassName
{
border-color: #A29E85;
}
</style>