Shades of Hillary #A6A17F
Tints of Hillary #A6A17F
RGB
CMYK
RGB Variations
Color information
#A6A17F (or 0xA6A17F) is known color: Hillary. HEX triplet: A6, A1 and 7F. RGB value is (166,161,127). Sum of RGB (Red+Green+Blue) = 166+161+127=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A17F is #595E80. Grayscale: #9E9E9E. Windows color (decimal): -5856897 or 8364454. OLE color: 8364454.
HSL color Cylindrical-coordinate representation of color #A6A17F: hue angle of 52.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6A17F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 127 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.35 |
| HSL | 52.31º | 0.18% | 0.57% | - |
| HSV(B) | 52.31º | 0.23% | 0.65% | - |
| XYZ | 32.3 | 35.13 | 25.16 | - |
| YUV | 158.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 127 | 0 | 0.03 | 0.23 | 0.35 | 52.31 | 0.18 | 0.57 |
| Hex | A6 | A1 | 7F | 0 | 3 | 17 | 23 | 34 | 12 | 39 |
| Octal | 246 | 241 | 177 | 0 | 3 | 27 | 43 | 64 | 22 | 71 |
| Binary | 10100110 | 10100001 | 1111111 | 0 | 11 | 10111 | 100011 | 110100 | 10010 | 111001 |
Color Harmonies of #A6A17F
Complementary color
Monochromatic Colors of #A6A17F
Black with #A6A17F
Text Example
Text Example
White with #A6A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A17F; }
p { color: rgb(166,161,127); }
H1.HeaderClassName
{
color: #A6A17F;
}
.AnyTagClassName
{
color: #A6A17F;
}
</style>
background-color css
<style>
a { background-color: #A6A17F; }
a { background-color: rgb(166,161,127); }
div.DivClassName
{
background-color: #A6A17F;
}
.BgClassName
{
background-color: #A6A17F;
}
</style>
border-color css
<style>
span { border-color: #A6A17F; }
span { border-color: rgb(166,161,127); }
td.TdClassName
{
border-color: #A6A17F;
}
.TagClassName
{
border-color: #A6A17F;
}
</style>