Shades of Martini #ABA6A3
Tints of Martini #ABA6A3
RGB
CMYK
RGB Variations
Color information
#ABA6A3 (or 0xABA6A3) is known color: Martini. HEX triplet: AB, A6 and A3. RGB value is (171,166,163). Sum of RGB (Red+Green+Blue) = 171+166+163=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6A3 is #54595C. Grayscale: #A7A7A7. Windows color (decimal): -5527901 or 10725035. OLE color: 10725035.
HSL color Cylindrical-coordinate representation of color #ABA6A3: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABA6A3 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 163 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.33 |
| HSL | 22.5º | 0.05% | 0.65% | - |
| HSV(B) | 22.5º | 0.05% | 0.67% | - |
| XYZ | 37.04 | 38.57 | 40.14 | - |
| YUV | 167.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 163 | 0 | 0.03 | 0.05 | 0.33 | 22.5 | 0.05 | 0.65 |
| Hex | AB | A6 | A3 | 0 | 3 | 5 | 21 | 16 | 5 | 41 |
| Octal | 253 | 246 | 243 | 0 | 3 | 5 | 41 | 26 | 5 | 101 |
| Binary | 10101011 | 10100110 | 10100011 | 0 | 11 | 101 | 100001 | 10110 | 101 | 1000001 |
Color Harmonies of #ABA6A3
Complementary color
Monochromatic Colors of #ABA6A3
Black with #ABA6A3
Text Example
Text Example
White with #ABA6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6A3; }
p { color: rgb(171,166,163); }
H1.HeaderClassName
{
color: #ABA6A3;
}
.AnyTagClassName
{
color: #ABA6A3;
}
</style>
background-color css
<style>
a { background-color: #ABA6A3; }
a { background-color: rgb(171,166,163); }
div.DivClassName
{
background-color: #ABA6A3;
}
.BgClassName
{
background-color: #ABA6A3;
}
</style>
border-color css
<style>
span { border-color: #ABA6A3; }
span { border-color: rgb(171,166,163); }
td.TdClassName
{
border-color: #ABA6A3;
}
.TagClassName
{
border-color: #ABA6A3;
}
</style>