Shades of Hillary #A7A571
Tints of Hillary #A7A571
RGB
CMYK
RGB Variations
Color information
#A7A571 (or 0xA7A571) is known color: Hillary. HEX triplet: A7, A5 and 71. RGB value is (167,165,113). Sum of RGB (Red+Green+Blue) = 167+165+113=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A571 is #585A8E. Grayscale: #9F9F9F. Windows color (decimal): -5790351 or 7447975. OLE color: 7447975.
HSL color Cylindrical-coordinate representation of color #A7A571: hue angle of 57.78º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7A571 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 113 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.35 |
| HSL | 57.78º | 0.23% | 0.55% | - |
| HSV(B) | 57.78º | 0.32% | 0.65% | - |
| XYZ | 32.37 | 36.32 | 20.93 | - |
| YUV | 159.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 113 | 0 | 0.01 | 0.32 | 0.35 | 57.78 | 0.23 | 0.55 |
| Hex | A7 | A5 | 71 | 0 | 1 | 20 | 23 | 3A | 17 | 37 |
| Octal | 247 | 245 | 161 | 0 | 1 | 40 | 43 | 72 | 27 | 67 |
| Binary | 10100111 | 10100101 | 1110001 | 0 | 1 | 100000 | 100011 | 111010 | 10111 | 110111 |
Color Harmonies of #A7A571
Complementary color
Monochromatic Colors of #A7A571
Black with #A7A571
Text Example
Text Example
White with #A7A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A571; }
p { color: rgb(167,165,113); }
H1.HeaderClassName
{
color: #A7A571;
}
.AnyTagClassName
{
color: #A7A571;
}
</style>
background-color css
<style>
a { background-color: #A7A571; }
a { background-color: rgb(167,165,113); }
div.DivClassName
{
background-color: #A7A571;
}
.BgClassName
{
background-color: #A7A571;
}
</style>
border-color css
<style>
span { border-color: #A7A571; }
span { border-color: rgb(167,165,113); }
td.TdClassName
{
border-color: #A7A571;
}
.TagClassName
{
border-color: #A7A571;
}
</style>