Shades of Hillary #A6A476
Tints of Hillary #A6A476
RGB
CMYK
RGB Variations
Color information
#A6A476 (or 0xA6A476) is known color: Hillary. HEX triplet: A6, A4 and 76. RGB value is (166,164,118). Sum of RGB (Red+Green+Blue) = 166+164+118=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A476 is #595B89. Grayscale: #9F9F9F. Windows color (decimal): -5856138 or 7775398. OLE color: 7775398.
HSL color Cylindrical-coordinate representation of color #A6A476: hue angle of 57.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6A476 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 118 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.35 |
| HSL | 57.5º | 0.21% | 0.56% | - |
| HSV(B) | 57.5º | 0.29% | 0.65% | - |
| XYZ | 32.27 | 35.97 | 22.38 | - |
| YUV | 159.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 118 | 0 | 0.01 | 0.29 | 0.35 | 57.5 | 0.21 | 0.56 |
| Hex | A6 | A4 | 76 | 0 | 1 | 1D | 23 | 3A | 15 | 38 |
| Octal | 246 | 244 | 166 | 0 | 1 | 35 | 43 | 72 | 25 | 70 |
| Binary | 10100110 | 10100100 | 1110110 | 0 | 1 | 11101 | 100011 | 111010 | 10101 | 111000 |
Color Harmonies of #A6A476
Complementary color
Monochromatic Colors of #A6A476
Black with #A6A476
Text Example
Text Example
White with #A6A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A476; }
p { color: rgb(166,164,118); }
H1.HeaderClassName
{
color: #A6A476;
}
.AnyTagClassName
{
color: #A6A476;
}
</style>
background-color css
<style>
a { background-color: #A6A476; }
a { background-color: rgb(166,164,118); }
div.DivClassName
{
background-color: #A6A476;
}
.BgClassName
{
background-color: #A6A476;
}
</style>
border-color css
<style>
span { border-color: #A6A476; }
span { border-color: rgb(166,164,118); }
td.TdClassName
{
border-color: #A6A476;
}
.TagClassName
{
border-color: #A6A476;
}
</style>