Shades of Hillary #A6A37B
Tints of Hillary #A6A37B
RGB
CMYK
RGB Variations
Color information
#A6A37B (or 0xA6A37B) is known color: Hillary. HEX triplet: A6, A3 and 7B. RGB value is (166,163,123). Sum of RGB (Red+Green+Blue) = 166+163+123=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A37B is #595C84. Grayscale: #9F9F9F. Windows color (decimal): -5856389 or 8102822. OLE color: 8102822.
HSL color Cylindrical-coordinate representation of color #A6A37B: hue angle of 55.81º 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 #A6A37B is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 123 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.35 |
| HSL | 55.81º | 0.19% | 0.57% | - |
| HSV(B) | 55.81º | 0.26% | 0.65% | - |
| XYZ | 32.4 | 35.73 | 23.93 | - |
| YUV | 159.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 123 | 0 | 0.02 | 0.26 | 0.35 | 55.81 | 0.19 | 0.57 |
| Hex | A6 | A3 | 7B | 0 | 2 | 1A | 23 | 38 | 13 | 39 |
| Octal | 246 | 243 | 173 | 0 | 2 | 32 | 43 | 70 | 23 | 71 |
| Binary | 10100110 | 10100011 | 1111011 | 0 | 10 | 11010 | 100011 | 111000 | 10011 | 111001 |
Color Harmonies of #A6A37B
Complementary color
Monochromatic Colors of #A6A37B
Black with #A6A37B
Text Example
Text Example
White with #A6A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A37B; }
p { color: rgb(166,163,123); }
H1.HeaderClassName
{
color: #A6A37B;
}
.AnyTagClassName
{
color: #A6A37B;
}
</style>
background-color css
<style>
a { background-color: #A6A37B; }
a { background-color: rgb(166,163,123); }
div.DivClassName
{
background-color: #A6A37B;
}
.BgClassName
{
background-color: #A6A37B;
}
</style>
border-color css
<style>
span { border-color: #A6A37B; }
span { border-color: rgb(166,163,123); }
td.TdClassName
{
border-color: #A6A37B;
}
.TagClassName
{
border-color: #A6A37B;
}
</style>