Shades of Hillary #A6A176
Tints of Hillary #A6A176
RGB
CMYK
RGB Variations
Color information
#A6A176 (or 0xA6A176) is known color: Hillary. HEX triplet: A6, A1 and 76. RGB value is (166,161,118). Sum of RGB (Red+Green+Blue) = 166+161+118=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A176 is #595E89. Grayscale: #9D9D9D. Windows color (decimal): -5856906 or 7774630. OLE color: 7774630.
HSL color Cylindrical-coordinate representation of color #A6A176: hue angle of 53.75º 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 #A6A176 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 118 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.35 |
| HSL | 53.75º | 0.21% | 0.56% | - |
| HSV(B) | 53.75º | 0.29% | 0.65% | - |
| XYZ | 31.74 | 34.9 | 22.2 | - |
| YUV | 157.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 118 | 0 | 0.03 | 0.29 | 0.35 | 53.75 | 0.21 | 0.56 |
| Hex | A6 | A1 | 76 | 0 | 3 | 1D | 23 | 36 | 15 | 38 |
| Octal | 246 | 241 | 166 | 0 | 3 | 35 | 43 | 66 | 25 | 70 |
| Binary | 10100110 | 10100001 | 1110110 | 0 | 11 | 11101 | 100011 | 110110 | 10101 | 111000 |
Color Harmonies of #A6A176
Complementary color
Monochromatic Colors of #A6A176
Black with #A6A176
Text Example
Text Example
White with #A6A176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A176; }
p { color: rgb(166,161,118); }
H1.HeaderClassName
{
color: #A6A176;
}
.AnyTagClassName
{
color: #A6A176;
}
</style>
background-color css
<style>
a { background-color: #A6A176; }
a { background-color: rgb(166,161,118); }
div.DivClassName
{
background-color: #A6A176;
}
.BgClassName
{
background-color: #A6A176;
}
</style>
border-color css
<style>
span { border-color: #A6A176; }
span { border-color: rgb(166,161,118); }
td.TdClassName
{
border-color: #A6A176;
}
.TagClassName
{
border-color: #A6A176;
}
</style>