Shades of Martini #A4A09E
Tints of Martini #A4A09E
RGB
CMYK
RGB Variations
Color information
#A4A09E (or 0xA4A09E) is known color: Martini. HEX triplet: A4, A0 and 9E. RGB value is (164,160,158). Sum of RGB (Red+Green+Blue) = 164+160+158=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A09E is #5B5F61. Grayscale: #A0A0A0. Windows color (decimal): -5988194 or 10395812. OLE color: 10395812.
HSL color Cylindrical-coordinate representation of color #A4A09E: hue angle of 20º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A4A09E is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 158 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.36 |
| HSL | 20º | 0.03% | 0.63% | - |
| HSV(B) | 20º | 0.04% | 0.64% | - |
| XYZ | 34.05 | 35.5 | 37.41 | - |
| YUV | 160.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 158 | 0 | 0.02 | 0.04 | 0.36 | 20 | 0.03 | 0.63 |
| Hex | A4 | A0 | 9E | 0 | 2 | 4 | 24 | 14 | 3 | 3F |
| Octal | 244 | 240 | 236 | 0 | 2 | 4 | 44 | 24 | 3 | 77 |
| Binary | 10100100 | 10100000 | 10011110 | 0 | 10 | 100 | 100100 | 10100 | 11 | 111111 |
Color Harmonies of #A4A09E
Complementary color
Monochromatic Colors of #A4A09E
Black with #A4A09E
Text Example
Text Example
White with #A4A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A09E; }
p { color: rgb(164,160,158); }
H1.HeaderClassName
{
color: #A4A09E;
}
.AnyTagClassName
{
color: #A4A09E;
}
</style>
background-color css
<style>
a { background-color: #A4A09E; }
a { background-color: rgb(164,160,158); }
div.DivClassName
{
background-color: #A4A09E;
}
.BgClassName
{
background-color: #A4A09E;
}
</style>
border-color css
<style>
span { border-color: #A4A09E; }
span { border-color: rgb(164,160,158); }
td.TdClassName
{
border-color: #A4A09E;
}
.TagClassName
{
border-color: #A4A09E;
}
</style>