Shades of Martini #AA9F9B
Tints of Martini #AA9F9B
RGB
CMYK
RGB Variations
Color information
#AA9F9B (or 0xAA9F9B) is known color: Martini. HEX triplet: AA, 9F and 9B. RGB value is (170,159,155). Sum of RGB (Red+Green+Blue) = 170+159+155=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F9B is #556064. Grayscale: #A1A1A1. Windows color (decimal): -5595237 or 10198954. OLE color: 10198954.
HSL color Cylindrical-coordinate representation of color #AA9F9B: hue angle of 16º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9F9B is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 155 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.33 |
| HSL | 16º | 0.08% | 0.64% | - |
| HSV(B) | 16º | 0.09% | 0.67% | - |
| XYZ | 34.89 | 35.71 | 36.06 | - |
| YUV | 161.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 155 | 0 | 0.06 | 0.09 | 0.33 | 16 | 0.08 | 0.64 |
| Hex | AA | 9F | 9B | 0 | 6 | 9 | 21 | 10 | 8 | 40 |
| Octal | 252 | 237 | 233 | 0 | 6 | 11 | 41 | 20 | 10 | 100 |
| Binary | 10101010 | 10011111 | 10011011 | 0 | 110 | 1001 | 100001 | 10000 | 1000 | 1000000 |
Color Harmonies of #AA9F9B
Complementary color
Monochromatic Colors of #AA9F9B
Black with #AA9F9B
Text Example
Text Example
White with #AA9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F9B; }
p { color: rgb(170,159,155); }
H1.HeaderClassName
{
color: #AA9F9B;
}
.AnyTagClassName
{
color: #AA9F9B;
}
</style>
background-color css
<style>
a { background-color: #AA9F9B; }
a { background-color: rgb(170,159,155); }
div.DivClassName
{
background-color: #AA9F9B;
}
.BgClassName
{
background-color: #AA9F9B;
}
</style>
border-color css
<style>
span { border-color: #AA9F9B; }
span { border-color: rgb(170,159,155); }
td.TdClassName
{
border-color: #AA9F9B;
}
.TagClassName
{
border-color: #AA9F9B;
}
</style>