Shades of Hillary #A6A07B
Tints of Hillary #A6A07B
RGB
CMYK
RGB Variations
Color information
#A6A07B (or 0xA6A07B) is known color: Hillary. HEX triplet: A6, A0 and 7B. RGB value is (166,160,123). Sum of RGB (Red+Green+Blue) = 166+160+123=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A07B is #595F84. Grayscale: #9D9D9D. Windows color (decimal): -5857157 or 8102054. OLE color: 8102054.
HSL color Cylindrical-coordinate representation of color #A6A07B: hue angle of 51.63º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6A07B is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 123 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.35 |
| HSL | 51.63º | 0.19% | 0.57% | - |
| HSV(B) | 51.63º | 0.26% | 0.65% | - |
| XYZ | 31.87 | 34.68 | 23.75 | - |
| YUV | 157.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 123 | 0 | 0.04 | 0.26 | 0.35 | 51.63 | 0.19 | 0.57 |
| Hex | A6 | A0 | 7B | 0 | 4 | 1A | 23 | 34 | 13 | 39 |
| Octal | 246 | 240 | 173 | 0 | 4 | 32 | 43 | 64 | 23 | 71 |
| Binary | 10100110 | 10100000 | 1111011 | 0 | 100 | 11010 | 100011 | 110100 | 10011 | 111001 |
Color Harmonies of #A6A07B
Complementary color
Monochromatic Colors of #A6A07B
Black with #A6A07B
Text Example
Text Example
White with #A6A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A07B; }
p { color: rgb(166,160,123); }
H1.HeaderClassName
{
color: #A6A07B;
}
.AnyTagClassName
{
color: #A6A07B;
}
</style>
background-color css
<style>
a { background-color: #A6A07B; }
a { background-color: rgb(166,160,123); }
div.DivClassName
{
background-color: #A6A07B;
}
.BgClassName
{
background-color: #A6A07B;
}
</style>
border-color css
<style>
span { border-color: #A6A07B; }
span { border-color: rgb(166,160,123); }
td.TdClassName
{
border-color: #A6A07B;
}
.TagClassName
{
border-color: #A6A07B;
}
</style>