Shades of Martini #ABA09B
Tints of Martini #ABA09B
RGB
CMYK
RGB Variations
Color information
#ABA09B (or 0xABA09B) is known color: Martini. HEX triplet: AB, A0 and 9B. RGB value is (171,160,155). Sum of RGB (Red+Green+Blue) = 171+160+155=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA09B is #545F64. Grayscale: #A2A2A2. Windows color (decimal): -5529445 or 10199211. OLE color: 10199211.
HSL color Cylindrical-coordinate representation of color #ABA09B: hue angle of 18.75º degrees, saturation: 0.09, 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 #ABA09B is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 155 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.33 |
| HSL | 18.75º | 0.09% | 0.64% | - |
| HSV(B) | 18.75º | 0.09% | 0.67% | - |
| XYZ | 35.28 | 36.17 | 36.13 | - |
| YUV | 162.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 155 | 0 | 0.06 | 0.09 | 0.33 | 18.75 | 0.09 | 0.64 |
| Hex | AB | A0 | 9B | 0 | 6 | 9 | 21 | 13 | 9 | 40 |
| Octal | 253 | 240 | 233 | 0 | 6 | 11 | 41 | 23 | 11 | 100 |
| Binary | 10101011 | 10100000 | 10011011 | 0 | 110 | 1001 | 100001 | 10011 | 1001 | 1000000 |
Color Harmonies of #ABA09B
Complementary color
Monochromatic Colors of #ABA09B
Black with #ABA09B
Text Example
Text Example
White with #ABA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA09B; }
p { color: rgb(171,160,155); }
H1.HeaderClassName
{
color: #ABA09B;
}
.AnyTagClassName
{
color: #ABA09B;
}
</style>
background-color css
<style>
a { background-color: #ABA09B; }
a { background-color: rgb(171,160,155); }
div.DivClassName
{
background-color: #ABA09B;
}
.BgClassName
{
background-color: #ABA09B;
}
</style>
border-color css
<style>
span { border-color: #ABA09B; }
span { border-color: rgb(171,160,155); }
td.TdClassName
{
border-color: #ABA09B;
}
.TagClassName
{
border-color: #ABA09B;
}
</style>