Shades of Martini #A9A19F
Tints of Martini #A9A19F
RGB
CMYK
RGB Variations
Color information
#A9A19F (or 0xA9A19F) is known color: Martini. HEX triplet: A9, A1 and 9F. RGB value is (169,161,159). Sum of RGB (Red+Green+Blue) = 169+161+159=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A19F is #565E60. Grayscale: #A3A3A3. Windows color (decimal): -5660257 or 10461609. OLE color: 10461609.
HSL color Cylindrical-coordinate representation of color #A9A19F: hue angle of 12º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9A19F is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 161 | 159 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.34 |
| HSL | 12º | 0.05% | 0.64% | - |
| HSV(B) | 12º | 0.06% | 0.66% | - |
| XYZ | 35.37 | 36.43 | 37.97 | - |
| YUV | 163.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 159 | 0 | 0.05 | 0.06 | 0.34 | 12 | 0.05 | 0.64 |
| Hex | A9 | A1 | 9F | 0 | 5 | 6 | 22 | C | 5 | 40 |
| Octal | 251 | 241 | 237 | 0 | 5 | 6 | 42 | 14 | 5 | 100 |
| Binary | 10101001 | 10100001 | 10011111 | 0 | 101 | 110 | 100010 | 1100 | 101 | 1000000 |
Color Harmonies of #A9A19F
Complementary color
Monochromatic Colors of #A9A19F
Black with #A9A19F
Text Example
Text Example
White with #A9A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A19F; }
p { color: rgb(169,161,159); }
H1.HeaderClassName
{
color: #A9A19F;
}
.AnyTagClassName
{
color: #A9A19F;
}
</style>
background-color css
<style>
a { background-color: #A9A19F; }
a { background-color: rgb(169,161,159); }
div.DivClassName
{
background-color: #A9A19F;
}
.BgClassName
{
background-color: #A9A19F;
}
</style>
border-color css
<style>
span { border-color: #A9A19F; }
span { border-color: rgb(169,161,159); }
td.TdClassName
{
border-color: #A9A19F;
}
.TagClassName
{
border-color: #A9A19F;
}
</style>