Shades of Martini #A6A19E
Tints of Martini #A6A19E
RGB
CMYK
RGB Variations
Color information
#A6A19E (or 0xA6A19E) is known color: Martini. HEX triplet: A6, A1 and 9E. RGB value is (166,161,158). Sum of RGB (Red+Green+Blue) = 166+161+158=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A19E is #595E61. Grayscale: #A2A2A2. Windows color (decimal): -5856866 or 10396070. OLE color: 10396070.
HSL color Cylindrical-coordinate representation of color #A6A19E: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6A19E is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 158 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.35 |
| HSL | 22.5º | 0.04% | 0.64% | - |
| HSV(B) | 22.5º | 0.05% | 0.65% | - |
| XYZ | 34.64 | 36.07 | 37.48 | - |
| YUV | 162.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 158 | 0 | 0.03 | 0.05 | 0.35 | 22.5 | 0.04 | 0.64 |
| Hex | A6 | A1 | 9E | 0 | 3 | 5 | 23 | 16 | 4 | 40 |
| Octal | 246 | 241 | 236 | 0 | 3 | 5 | 43 | 26 | 4 | 100 |
| Binary | 10100110 | 10100001 | 10011110 | 0 | 11 | 101 | 100011 | 10110 | 100 | 1000000 |
Color Harmonies of #A6A19E
Complementary color
Monochromatic Colors of #A6A19E
Black with #A6A19E
Text Example
Text Example
White with #A6A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A19E; }
p { color: rgb(166,161,158); }
H1.HeaderClassName
{
color: #A6A19E;
}
.AnyTagClassName
{
color: #A6A19E;
}
</style>
background-color css
<style>
a { background-color: #A6A19E; }
a { background-color: rgb(166,161,158); }
div.DivClassName
{
background-color: #A6A19E;
}
.BgClassName
{
background-color: #A6A19E;
}
</style>
border-color css
<style>
span { border-color: #A6A19E; }
span { border-color: rgb(166,161,158); }
td.TdClassName
{
border-color: #A6A19E;
}
.TagClassName
{
border-color: #A6A19E;
}
</style>