Shades of Hillary #A7A075
Tints of Hillary #A7A075
RGB
CMYK
RGB Variations
Color information
#A7A075 (or 0xA7A075) is known color: Hillary. HEX triplet: A7, A0 and 75. RGB value is (167,160,117). Sum of RGB (Red+Green+Blue) = 167+160+117=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A075 is #585F8A. Grayscale: #9D9D9D. Windows color (decimal): -5791627 or 7708839. OLE color: 7708839.
HSL color Cylindrical-coordinate representation of color #A7A075: hue angle of 51.6º 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 #A7A075 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 160 | 117 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.35 |
| HSL | 51.6º | 0.22% | 0.56% | - |
| HSV(B) | 51.6º | 0.3% | 0.65% | - |
| XYZ | 31.72 | 34.64 | 21.84 | - |
| YUV | 157.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 117 | 0 | 0.04 | 0.30 | 0.35 | 51.6 | 0.22 | 0.56 |
| Hex | A7 | A0 | 75 | 0 | 4 | 1E | 23 | 34 | 16 | 38 |
| Octal | 247 | 240 | 165 | 0 | 4 | 36 | 43 | 64 | 26 | 70 |
| Binary | 10100111 | 10100000 | 1110101 | 0 | 100 | 11110 | 100011 | 110100 | 10110 | 111000 |
Color Harmonies of #A7A075
Complementary color
Monochromatic Colors of #A7A075
Black with #A7A075
Text Example
Text Example
White with #A7A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A075; }
p { color: rgb(167,160,117); }
H1.HeaderClassName
{
color: #A7A075;
}
.AnyTagClassName
{
color: #A7A075;
}
</style>
background-color css
<style>
a { background-color: #A7A075; }
a { background-color: rgb(167,160,117); }
div.DivClassName
{
background-color: #A7A075;
}
.BgClassName
{
background-color: #A7A075;
}
</style>
border-color css
<style>
span { border-color: #A7A075; }
span { border-color: rgb(167,160,117); }
td.TdClassName
{
border-color: #A7A075;
}
.TagClassName
{
border-color: #A7A075;
}
</style>