Shades of Martini #ABA29E
Tints of Martini #ABA29E
RGB
CMYK
RGB Variations
Color information
#ABA29E (or 0xABA29E) is known color: Martini. HEX triplet: AB, A2 and 9E. RGB value is (171,162,158). Sum of RGB (Red+Green+Blue) = 171+162+158=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29E is #545D61. Grayscale: #A4A4A4. Windows color (decimal): -5528930 or 10396331. OLE color: 10396331.
HSL color Cylindrical-coordinate representation of color #ABA29E: hue angle of 18.46º 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 #ABA29E is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 158 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.33 |
| HSL | 18.46º | 0.07% | 0.65% | - |
| HSV(B) | 18.46º | 0.08% | 0.67% | - |
| XYZ | 35.89 | 36.97 | 37.59 | - |
| YUV | 164.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 158 | 0 | 0.05 | 0.08 | 0.33 | 18.46 | 0.07 | 0.65 |
| Hex | AB | A2 | 9E | 0 | 5 | 8 | 21 | 12 | 7 | 41 |
| Octal | 253 | 242 | 236 | 0 | 5 | 10 | 41 | 22 | 7 | 101 |
| Binary | 10101011 | 10100010 | 10011110 | 0 | 101 | 1000 | 100001 | 10010 | 111 | 1000001 |
Color Harmonies of #ABA29E
Complementary color
Monochromatic Colors of #ABA29E
Black with #ABA29E
Text Example
Text Example
White with #ABA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA29E; }
p { color: rgb(171,162,158); }
H1.HeaderClassName
{
color: #ABA29E;
}
.AnyTagClassName
{
color: #ABA29E;
}
</style>
background-color css
<style>
a { background-color: #ABA29E; }
a { background-color: rgb(171,162,158); }
div.DivClassName
{
background-color: #ABA29E;
}
.BgClassName
{
background-color: #ABA29E;
}
</style>
border-color css
<style>
span { border-color: #ABA29E; }
span { border-color: rgb(171,162,158); }
td.TdClassName
{
border-color: #ABA29E;
}
.TagClassName
{
border-color: #ABA29E;
}
</style>