Shades of Martini #A2A09F
Tints of Martini #A2A09F
RGB
CMYK
RGB Variations
Color information
#A2A09F (or 0xA2A09F) is known color: Martini. HEX triplet: A2, A0 and 9F. RGB value is (162,160,159). Sum of RGB (Red+Green+Blue) = 162+160+159=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A09F is #5D5F60. Grayscale: #A0A0A0. Windows color (decimal): -6119265 or 10461346. OLE color: 10461346.
HSL color Cylindrical-coordinate representation of color #A2A09F: hue angle of 20º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A2A09F is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 160 | 159 | - |
CMYK | 0 | 0.01 | 0.02 | 0.36 |
HSL | 20º | 0.02% | 0.63% | - |
HSV(B) | 20º | 0.02% | 0.64% | - |
XYZ | 33.73 | 35.33 | 37.84 | - |
YUV | 160.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 160 | 159 | 0 | 0.01 | 0.02 | 0.36 | 20 | 0.02 | 0.63 |
Hex | A2 | A0 | 9F | 0 | 1 | 2 | 24 | 14 | 2 | 3F |
Octal | 242 | 240 | 237 | 0 | 1 | 2 | 44 | 24 | 2 | 77 |
Binary | 10100010 | 10100000 | 10011111 | 0 | 1 | 10 | 100100 | 10100 | 10 | 111111 |
Color Harmonies of #A2A09F
Complementary color
Monochromatic Colors of #A2A09F
Black with #A2A09F
Text Example
Text Example
White with #A2A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A09F; }
p { color: rgb(162,160,159); }
H1.HeaderClassName
{
color: #A2A09F;
}
.AnyTagClassName
{
color: #A2A09F;
}
</style>
background-color css
<style>
a { background-color: #A2A09F; }
a { background-color: rgb(162,160,159); }
div.DivClassName
{
background-color: #A2A09F;
}
.BgClassName
{
background-color: #A2A09F;
}
</style>
border-color css
<style>
span { border-color: #A2A09F; }
span { border-color: rgb(162,160,159); }
td.TdClassName
{
border-color: #A2A09F;
}
.TagClassName
{
border-color: #A2A09F;
}
</style>