Shades of Hillary #A6A373
Tints of Hillary #A6A373
RGB
CMYK
RGB Variations
Color information
#A6A373 (or 0xA6A373) is known color: Hillary. HEX triplet: A6, A3 and 73. RGB value is (166,163,115). Sum of RGB (Red+Green+Blue) = 166+163+115=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A373 is #595C8C. Grayscale: #9E9E9E. Windows color (decimal): -5856397 or 7578534. OLE color: 7578534.
HSL color Cylindrical-coordinate representation of color #A6A373: hue angle of 56.47º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6A373 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 115 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.35 |
| HSL | 56.47º | 0.22% | 0.55% | - |
| HSV(B) | 56.47º | 0.31% | 0.65% | - |
| XYZ | 31.92 | 35.54 | 21.4 | - |
| YUV | 158.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 115 | 0 | 0.02 | 0.31 | 0.35 | 56.47 | 0.22 | 0.55 |
| Hex | A6 | A3 | 73 | 0 | 2 | 1F | 23 | 38 | 16 | 37 |
| Octal | 246 | 243 | 163 | 0 | 2 | 37 | 43 | 70 | 26 | 67 |
| Binary | 10100110 | 10100011 | 1110011 | 0 | 10 | 11111 | 100011 | 111000 | 10110 | 110111 |
Color Harmonies of #A6A373
Complementary color
Monochromatic Colors of #A6A373
Black with #A6A373
Text Example
Text Example
White with #A6A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A373; }
p { color: rgb(166,163,115); }
H1.HeaderClassName
{
color: #A6A373;
}
.AnyTagClassName
{
color: #A6A373;
}
</style>
background-color css
<style>
a { background-color: #A6A373; }
a { background-color: rgb(166,163,115); }
div.DivClassName
{
background-color: #A6A373;
}
.BgClassName
{
background-color: #A6A373;
}
</style>
border-color css
<style>
span { border-color: #A6A373; }
span { border-color: rgb(166,163,115); }
td.TdClassName
{
border-color: #A6A373;
}
.TagClassName
{
border-color: #A6A373;
}
</style>