Shades of Martini #A9A29F
Tints of Martini #A9A29F
RGB
CMYK
RGB Variations
Color information
#A9A29F (or 0xA9A29F) is known color: Martini. HEX triplet: A9, A2 and 9F. RGB value is (169,162,159). Sum of RGB (Red+Green+Blue) = 169+162+159=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A29F is #565D60. Grayscale: #A3A3A3. Windows color (decimal): -5660001 or 10461865. OLE color: 10461865.
HSL color Cylindrical-coordinate representation of color #A9A29F: hue angle of 18º 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 #A9A29F is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 159 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.34 |
| HSL | 18º | 0.05% | 0.64% | - |
| HSV(B) | 18º | 0.06% | 0.66% | - |
| XYZ | 35.54 | 36.78 | 38.03 | - |
| YUV | 163.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 159 | 0 | 0.04 | 0.06 | 0.34 | 18 | 0.05 | 0.64 |
| Hex | A9 | A2 | 9F | 0 | 4 | 6 | 22 | 12 | 5 | 40 |
| Octal | 251 | 242 | 237 | 0 | 4 | 6 | 42 | 22 | 5 | 100 |
| Binary | 10101001 | 10100010 | 10011111 | 0 | 100 | 110 | 100010 | 10010 | 101 | 1000000 |
Color Harmonies of #A9A29F
Complementary color
Monochromatic Colors of #A9A29F
Black with #A9A29F
Text Example
Text Example
White with #A9A29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A29F; }
p { color: rgb(169,162,159); }
H1.HeaderClassName
{
color: #A9A29F;
}
.AnyTagClassName
{
color: #A9A29F;
}
</style>
background-color css
<style>
a { background-color: #A9A29F; }
a { background-color: rgb(169,162,159); }
div.DivClassName
{
background-color: #A9A29F;
}
.BgClassName
{
background-color: #A9A29F;
}
</style>
border-color css
<style>
span { border-color: #A9A29F; }
span { border-color: rgb(169,162,159); }
td.TdClassName
{
border-color: #A9A29F;
}
.TagClassName
{
border-color: #A9A29F;
}
</style>