Shades of Hillary #A6A475
Tints of Hillary #A6A475
RGB
CMYK
RGB Variations
Color information
#A6A475 (or 0xA6A475) is known color: Hillary. HEX triplet: A6, A4 and 75. RGB value is (166,164,117). Sum of RGB (Red+Green+Blue) = 166+164+117=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A475 is #595B8A. Grayscale: #9F9F9F. Windows color (decimal): -5856139 or 7709862. OLE color: 7709862.
HSL color Cylindrical-coordinate representation of color #A6A475: hue angle of 57.55º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6A475 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 164 | 117 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.35 |
| HSL | 57.55º | 0.22% | 0.55% | - |
| HSV(B) | 57.55º | 0.3% | 0.65% | - |
| XYZ | 32.21 | 35.94 | 22.07 | - |
| YUV | 159.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 117 | 0 | 0.01 | 0.30 | 0.35 | 57.55 | 0.22 | 0.55 |
| Hex | A6 | A4 | 75 | 0 | 1 | 1E | 23 | 3A | 16 | 37 |
| Octal | 246 | 244 | 165 | 0 | 1 | 36 | 43 | 72 | 26 | 67 |
| Binary | 10100110 | 10100100 | 1110101 | 0 | 1 | 11110 | 100011 | 111010 | 10110 | 110111 |
Color Harmonies of #A6A475
Complementary color
Monochromatic Colors of #A6A475
Black with #A6A475
Text Example
Text Example
White with #A6A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A475; }
p { color: rgb(166,164,117); }
H1.HeaderClassName
{
color: #A6A475;
}
.AnyTagClassName
{
color: #A6A475;
}
</style>
background-color css
<style>
a { background-color: #A6A475; }
a { background-color: rgb(166,164,117); }
div.DivClassName
{
background-color: #A6A475;
}
.BgClassName
{
background-color: #A6A475;
}
</style>
border-color css
<style>
span { border-color: #A6A475; }
span { border-color: rgb(166,164,117); }
td.TdClassName
{
border-color: #A6A475;
}
.TagClassName
{
border-color: #A6A475;
}
</style>