Shades of Martini #ABA3A0
Tints of Martini #ABA3A0
RGB
CMYK
RGB Variations
Color information
#ABA3A0 (or 0xABA3A0) is known color: Martini. HEX triplet: AB, A3 and A0. RGB value is (171,163,160). Sum of RGB (Red+Green+Blue) = 171+163+160=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA3A0 is #545C5F. Grayscale: #A5A5A5. Windows color (decimal): -5528672 or 10527659. OLE color: 10527659.
HSL color Cylindrical-coordinate representation of color #ABA3A0: hue angle of 16.36º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABA3A0 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 163 | 160 | - |
CMYK | 0 | 0.05 | 0.06 | 0.33 |
HSL | 16.36º | 0.06% | 0.65% | - |
HSV(B) | 16.36º | 0.06% | 0.67% | - |
XYZ | 36.24 | 37.39 | 38.56 | - |
YUV | 165.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 163 | 160 | 0 | 0.05 | 0.06 | 0.33 | 16.36 | 0.06 | 0.65 |
Hex | AB | A3 | A0 | 0 | 5 | 6 | 21 | 10 | 6 | 41 |
Octal | 253 | 243 | 240 | 0 | 5 | 6 | 41 | 20 | 6 | 101 |
Binary | 10101011 | 10100011 | 10100000 | 0 | 101 | 110 | 100001 | 10000 | 110 | 1000001 |
Color Harmonies of #ABA3A0
Complementary color
Monochromatic Colors of #ABA3A0
Black with #ABA3A0
Text Example
Text Example
White with #ABA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3A0; }
p { color: rgb(171,163,160); }
H1.HeaderClassName
{
color: #ABA3A0;
}
.AnyTagClassName
{
color: #ABA3A0;
}
</style>
background-color css
<style>
a { background-color: #ABA3A0; }
a { background-color: rgb(171,163,160); }
div.DivClassName
{
background-color: #ABA3A0;
}
.BgClassName
{
background-color: #ABA3A0;
}
</style>
border-color css
<style>
span { border-color: #ABA3A0; }
span { border-color: rgb(171,163,160); }
td.TdClassName
{
border-color: #ABA3A0;
}
.TagClassName
{
border-color: #ABA3A0;
}
</style>