Shades of Martini #ABA19E
Tints of Martini #ABA19E
RGB
CMYK
RGB Variations
Color information
#ABA19E (or 0xABA19E) is known color: Martini. HEX triplet: AB, A1 and 9E. RGB value is (171,161,158). Sum of RGB (Red+Green+Blue) = 171+161+158=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA19E is #545E61. Grayscale: #A3A3A3. Windows color (decimal): -5529186 or 10396075. OLE color: 10396075.
HSL color Cylindrical-coordinate representation of color #ABA19E: hue angle of 13.85º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA19E is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 158 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.33 |
| HSL | 13.85º | 0.07% | 0.65% | - |
| HSV(B) | 13.85º | 0.08% | 0.67% | - |
| XYZ | 35.71 | 36.62 | 37.53 | - |
| YUV | 163.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 158 | 0 | 0.06 | 0.08 | 0.33 | 13.85 | 0.07 | 0.65 |
| Hex | AB | A1 | 9E | 0 | 6 | 8 | 21 | E | 7 | 41 |
| Octal | 253 | 241 | 236 | 0 | 6 | 10 | 41 | 16 | 7 | 101 |
| Binary | 10101011 | 10100001 | 10011110 | 0 | 110 | 1000 | 100001 | 1110 | 111 | 1000001 |
Color Harmonies of #ABA19E
Complementary color
Monochromatic Colors of #ABA19E
Black with #ABA19E
Text Example
Text Example
White with #ABA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA19E; }
p { color: rgb(171,161,158); }
H1.HeaderClassName
{
color: #ABA19E;
}
.AnyTagClassName
{
color: #ABA19E;
}
</style>
background-color css
<style>
a { background-color: #ABA19E; }
a { background-color: rgb(171,161,158); }
div.DivClassName
{
background-color: #ABA19E;
}
.BgClassName
{
background-color: #ABA19E;
}
</style>
border-color css
<style>
span { border-color: #ABA19E; }
span { border-color: rgb(171,161,158); }
td.TdClassName
{
border-color: #ABA19E;
}
.TagClassName
{
border-color: #ABA19E;
}
</style>