Shades of Hillary #A7A175
Tints of Hillary #A7A175
RGB
CMYK
RGB Variations
Color information
#A7A175 (or 0xA7A175) is known color: Hillary. HEX triplet: A7, A1 and 75. RGB value is (167,161,117). Sum of RGB (Red+Green+Blue) = 167+161+117=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A175 is #585E8A. Grayscale: #9D9D9D. Windows color (decimal): -5791371 or 7709095. OLE color: 7709095.
HSL color Cylindrical-coordinate representation of color #A7A175: hue angle of 52.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7A175 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 117 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.35 |
| HSL | 52.8º | 0.22% | 0.56% | - |
| HSV(B) | 52.8º | 0.3% | 0.65% | - |
| XYZ | 31.89 | 34.99 | 21.9 | - |
| YUV | 157.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 117 | 0 | 0.04 | 0.30 | 0.35 | 52.8 | 0.22 | 0.56 |
| Hex | A7 | A1 | 75 | 0 | 4 | 1E | 23 | 35 | 16 | 38 |
| Octal | 247 | 241 | 165 | 0 | 4 | 36 | 43 | 65 | 26 | 70 |
| Binary | 10100111 | 10100001 | 1110101 | 0 | 100 | 11110 | 100011 | 110101 | 10110 | 111000 |
Color Harmonies of #A7A175
Complementary color
Monochromatic Colors of #A7A175
Black with #A7A175
Text Example
Text Example
White with #A7A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A175; }
p { color: rgb(167,161,117); }
H1.HeaderClassName
{
color: #A7A175;
}
.AnyTagClassName
{
color: #A7A175;
}
</style>
background-color css
<style>
a { background-color: #A7A175; }
a { background-color: rgb(167,161,117); }
div.DivClassName
{
background-color: #A7A175;
}
.BgClassName
{
background-color: #A7A175;
}
</style>
border-color css
<style>
span { border-color: #A7A175; }
span { border-color: rgb(167,161,117); }
td.TdClassName
{
border-color: #A7A175;
}
.TagClassName
{
border-color: #A7A175;
}
</style>