Shades of Martini #AB9F9C
Tints of Martini #AB9F9C
RGB
CMYK
RGB Variations
Color information
#AB9F9C (or 0xAB9F9C) is known color: Martini. HEX triplet: AB, 9F and 9C. RGB value is (171,159,156). Sum of RGB (Red+Green+Blue) = 171+159+156=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F9C is #546063. Grayscale: #A2A2A2. Windows color (decimal): -5529700 or 10264491. OLE color: 10264491.
HSL color Cylindrical-coordinate representation of color #AB9F9C: hue angle of 12º 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 #AB9F9C is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 159 | 156 | - |
CMYK | 0 | 0.07 | 0.09 | 0.33 |
HSL | 12º | 0.08% | 0.64% | - |
HSV(B) | 12º | 0.09% | 0.67% | - |
XYZ | 35.19 | 35.85 | 36.52 | - |
YUV | 162.25 | 124.48 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 159 | 156 | 0 | 0.07 | 0.09 | 0.33 | 12 | 0.08 | 0.64 |
Hex | AB | 9F | 9C | 0 | 7 | 9 | 21 | C | 8 | 40 |
Octal | 253 | 237 | 234 | 0 | 7 | 11 | 41 | 14 | 10 | 100 |
Binary | 10101011 | 10011111 | 10011100 | 0 | 111 | 1001 | 100001 | 1100 | 1000 | 1000000 |
Color Harmonies of #AB9F9C
Complementary color
Monochromatic Colors of #AB9F9C
Black with #AB9F9C
Text Example
Text Example
White with #AB9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F9C; }
p { color: rgb(171,159,156); }
H1.HeaderClassName
{
color: #AB9F9C;
}
.AnyTagClassName
{
color: #AB9F9C;
}
</style>
background-color css
<style>
a { background-color: #AB9F9C; }
a { background-color: rgb(171,159,156); }
div.DivClassName
{
background-color: #AB9F9C;
}
.BgClassName
{
background-color: #AB9F9C;
}
</style>
border-color css
<style>
span { border-color: #AB9F9C; }
span { border-color: rgb(171,159,156); }
td.TdClassName
{
border-color: #AB9F9C;
}
.TagClassName
{
border-color: #AB9F9C;
}
</style>