Shades of Martini #A6A4A3
Tints of Martini #A6A4A3
RGB
CMYK
RGB Variations
Color information
#A6A4A3 (or 0xA6A4A3) is known color: Martini. HEX triplet: A6, A4 and A3. RGB value is (166,164,163). Sum of RGB (Red+Green+Blue) = 166+164+163=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A4A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A4A3 is #595B5C. Grayscale: #A4A4A4. Windows color (decimal): -5856093 or 10724518. OLE color: 10724518.
HSL color Cylindrical-coordinate representation of color #A6A4A3: hue angle of 20º degrees, saturation: 0.02, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A6A4A3 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
RGB | 166 | 164 | 163 | - |
CMYK | 0 | 0.01 | 0.02 | 0.35 |
HSL | 20º | 0.02% | 0.65% | - |
HSV(B) | 20º | 0.02% | 0.65% | - |
XYZ | 35.61 | 37.3 | 39.97 | - |
YUV | 164.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 164 | 163 | 0 | 0.01 | 0.02 | 0.35 | 20 | 0.02 | 0.65 |
Hex | A6 | A4 | A3 | 0 | 1 | 2 | 23 | 14 | 2 | 41 |
Octal | 246 | 244 | 243 | 0 | 1 | 2 | 43 | 24 | 2 | 101 |
Binary | 10100110 | 10100100 | 10100011 | 0 | 1 | 10 | 100011 | 10100 | 10 | 1000001 |
Color Harmonies of #A6A4A3
Complementary color
Monochromatic Colors of #A6A4A3
Black with #A6A4A3
Text Example
Text Example
White with #A6A4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A4A3; }
p { color: rgb(166,164,163); }
H1.HeaderClassName
{
color: #A6A4A3;
}
.AnyTagClassName
{
color: #A6A4A3;
}
</style>
background-color css
<style>
a { background-color: #A6A4A3; }
a { background-color: rgb(166,164,163); }
div.DivClassName
{
background-color: #A6A4A3;
}
.BgClassName
{
background-color: #A6A4A3;
}
</style>
border-color css
<style>
span { border-color: #A6A4A3; }
span { border-color: rgb(166,164,163); }
td.TdClassName
{
border-color: #A6A4A3;
}
.TagClassName
{
border-color: #A6A4A3;
}
</style>