Shades of Hillary #A6A471
Tints of Hillary #A6A471
RGB
CMYK
RGB Variations
Color information
#A6A471 (or 0xA6A471) is known color: Hillary. HEX triplet: A6, A4 and 71. RGB value is (166,164,113). Sum of RGB (Red+Green+Blue) = 166+164+113=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A471 is #595B8E. Grayscale: #9E9E9E. Windows color (decimal): -5856143 or 7447718. OLE color: 7447718.
HSL color Cylindrical-coordinate representation of color #A6A471: hue angle of 57.74º 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 #A6A471 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 113 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.35 |
| HSL | 57.74º | 0.23% | 0.55% | - |
| HSV(B) | 57.74º | 0.32% | 0.65% | - |
| XYZ | 31.98 | 35.85 | 20.86 | - |
| YUV | 158.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 113 | 0 | 0.01 | 0.32 | 0.35 | 57.74 | 0.23 | 0.55 |
| Hex | A6 | A4 | 71 | 0 | 1 | 20 | 23 | 3A | 17 | 37 |
| Octal | 246 | 244 | 161 | 0 | 1 | 40 | 43 | 72 | 27 | 67 |
| Binary | 10100110 | 10100100 | 1110001 | 0 | 1 | 100000 | 100011 | 111010 | 10111 | 110111 |
Color Harmonies of #A6A471
Complementary color
Monochromatic Colors of #A6A471
Black with #A6A471
Text Example
Text Example
White with #A6A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A471; }
p { color: rgb(166,164,113); }
H1.HeaderClassName
{
color: #A6A471;
}
.AnyTagClassName
{
color: #A6A471;
}
</style>
background-color css
<style>
a { background-color: #A6A471; }
a { background-color: rgb(166,164,113); }
div.DivClassName
{
background-color: #A6A471;
}
.BgClassName
{
background-color: #A6A471;
}
</style>
border-color css
<style>
span { border-color: #A6A471; }
span { border-color: rgb(166,164,113); }
td.TdClassName
{
border-color: #A6A471;
}
.TagClassName
{
border-color: #A6A471;
}
</style>