Shades of Martini #ABA09C
Tints of Martini #ABA09C
RGB
CMYK
RGB Variations
Color information
#ABA09C (or 0xABA09C) is known color: Martini. HEX triplet: AB, A0 and 9C. RGB value is (171,160,156). Sum of RGB (Red+Green+Blue) = 171+160+156=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA09C is #545F63. Grayscale: #A2A2A2. Windows color (decimal): -5529444 or 10264747. OLE color: 10264747.
HSL color Cylindrical-coordinate representation of color #ABA09C: 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 #ABA09C is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 156 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.33 |
| HSL | 16º | 0.08% | 0.64% | - |
| HSV(B) | 16º | 0.09% | 0.67% | - |
| XYZ | 35.37 | 36.2 | 36.58 | - |
| YUV | 162.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 156 | 0 | 0.06 | 0.09 | 0.33 | 16 | 0.08 | 0.64 |
| Hex | AB | A0 | 9C | 0 | 6 | 9 | 21 | 10 | 8 | 40 |
| Octal | 253 | 240 | 234 | 0 | 6 | 11 | 41 | 20 | 10 | 100 |
| Binary | 10101011 | 10100000 | 10011100 | 0 | 110 | 1001 | 100001 | 10000 | 1000 | 1000000 |
Color Harmonies of #ABA09C
Complementary color
Monochromatic Colors of #ABA09C
Black with #ABA09C
Text Example
Text Example
White with #ABA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA09C; }
p { color: rgb(171,160,156); }
H1.HeaderClassName
{
color: #ABA09C;
}
.AnyTagClassName
{
color: #ABA09C;
}
</style>
background-color css
<style>
a { background-color: #ABA09C; }
a { background-color: rgb(171,160,156); }
div.DivClassName
{
background-color: #ABA09C;
}
.BgClassName
{
background-color: #ABA09C;
}
</style>
border-color css
<style>
span { border-color: #ABA09C; }
span { border-color: rgb(171,160,156); }
td.TdClassName
{
border-color: #ABA09C;
}
.TagClassName
{
border-color: #ABA09C;
}
</style>