Shades of Martini #AA9F9C
Tints of Martini #AA9F9C
RGB
CMYK
RGB Variations
Color information
#AA9F9C (or 0xAA9F9C) is known color: Martini. HEX triplet: AA, 9F and 9C. RGB value is (170,159,156). Sum of RGB (Red+Green+Blue) = 170+159+156=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F9C is #556063. Grayscale: #A1A1A1. Windows color (decimal): -5595236 or 10264490. OLE color: 10264490.
HSL color Cylindrical-coordinate representation of color #AA9F9C: hue angle of 12.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9F9C is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 156 | - |
CMYK | 0 | 0.06 | 0.08 | 0.33 |
HSL | 12.86º | 0.08% | 0.64% | - |
HSV(B) | 12.86º | 0.08% | 0.67% | - |
XYZ | 34.98 | 35.74 | 36.51 | - |
YUV | 161.95 | 124.64 | 133.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 156 | 0 | 0.06 | 0.08 | 0.33 | 12.86 | 0.08 | 0.64 |
Hex | AA | 9F | 9C | 0 | 6 | 8 | 21 | D | 8 | 40 |
Octal | 252 | 237 | 234 | 0 | 6 | 10 | 41 | 15 | 10 | 100 |
Binary | 10101010 | 10011111 | 10011100 | 0 | 110 | 1000 | 100001 | 1101 | 1000 | 1000000 |
Color Harmonies of #AA9F9C
Complementary color
Monochromatic Colors of #AA9F9C
Black with #AA9F9C
Text Example
Text Example
White with #AA9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F9C; }
p { color: rgb(170,159,156); }
H1.HeaderClassName
{
color: #AA9F9C;
}
.AnyTagClassName
{
color: #AA9F9C;
}
</style>
background-color css
<style>
a { background-color: #AA9F9C; }
a { background-color: rgb(170,159,156); }
div.DivClassName
{
background-color: #AA9F9C;
}
.BgClassName
{
background-color: #AA9F9C;
}
</style>
border-color css
<style>
span { border-color: #AA9F9C; }
span { border-color: rgb(170,159,156); }
td.TdClassName
{
border-color: #AA9F9C;
}
.TagClassName
{
border-color: #AA9F9C;
}
</style>