Shades of Martini #A19F9E
Tints of Martini #A19F9E
RGB
CMYK
RGB Variations
Color information
#A19F9E (or 0xA19F9E) is known color: Martini. HEX triplet: A1, 9F and 9E. RGB value is (161,159,158). Sum of RGB (Red+Green+Blue) = 161+159+158=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F9E is #5E6061. Grayscale: #9F9F9F. Windows color (decimal): -6185058 or 10395553. OLE color: 10395553.
HSL color Cylindrical-coordinate representation of color #A19F9E: hue angle of 20º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A19F9E is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
RGB | 161 | 159 | 158 | - |
CMYK | 0 | 0.01 | 0.02 | 0.37 |
HSL | 20º | 0.02% | 0.63% | - |
HSV(B) | 20º | 0.02% | 0.63% | - |
XYZ | 33.27 | 34.84 | 37.32 | - |
YUV | 159.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 159 | 158 | 0 | 0.01 | 0.02 | 0.37 | 20 | 0.02 | 0.63 |
Hex | A1 | 9F | 9E | 0 | 1 | 2 | 25 | 14 | 2 | 3F |
Octal | 241 | 237 | 236 | 0 | 1 | 2 | 45 | 24 | 2 | 77 |
Binary | 10100001 | 10011111 | 10011110 | 0 | 1 | 10 | 100101 | 10100 | 10 | 111111 |
Color Harmonies of #A19F9E
Complementary color
Monochromatic Colors of #A19F9E
Black with #A19F9E
Text Example
Text Example
White with #A19F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F9E; }
p { color: rgb(161,159,158); }
H1.HeaderClassName
{
color: #A19F9E;
}
.AnyTagClassName
{
color: #A19F9E;
}
</style>
background-color css
<style>
a { background-color: #A19F9E; }
a { background-color: rgb(161,159,158); }
div.DivClassName
{
background-color: #A19F9E;
}
.BgClassName
{
background-color: #A19F9E;
}
</style>
border-color css
<style>
span { border-color: #A19F9E; }
span { border-color: rgb(161,159,158); }
td.TdClassName
{
border-color: #A19F9E;
}
.TagClassName
{
border-color: #A19F9E;
}
</style>