Shades of Martini #ABA19C
Tints of Martini #ABA19C
RGB
CMYK
RGB Variations
Color information
#ABA19C (or 0xABA19C) is known color: Martini. HEX triplet: AB, A1 and 9C. RGB value is (171,161,156). Sum of RGB (Red+Green+Blue) = 171+161+156=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA19C is #545E63. Grayscale: #A3A3A3. Windows color (decimal): -5529188 or 10265003. OLE color: 10265003.
HSL color Cylindrical-coordinate representation of color #ABA19C: hue angle of 20º degrees, saturation: 0.08, 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 #ABA19C is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 156 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.33 |
| HSL | 20º | 0.08% | 0.64% | - |
| HSV(B) | 20º | 0.09% | 0.67% | - |
| XYZ | 35.54 | 36.55 | 36.63 | - |
| YUV | 163.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 156 | 0 | 0.06 | 0.09 | 0.33 | 20 | 0.08 | 0.64 |
| Hex | AB | A1 | 9C | 0 | 6 | 9 | 21 | 14 | 8 | 40 |
| Octal | 253 | 241 | 234 | 0 | 6 | 11 | 41 | 24 | 10 | 100 |
| Binary | 10101011 | 10100001 | 10011100 | 0 | 110 | 1001 | 100001 | 10100 | 1000 | 1000000 |
Color Harmonies of #ABA19C
Complementary color
Monochromatic Colors of #ABA19C
Black with #ABA19C
Text Example
Text Example
White with #ABA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA19C; }
p { color: rgb(171,161,156); }
H1.HeaderClassName
{
color: #ABA19C;
}
.AnyTagClassName
{
color: #ABA19C;
}
</style>
background-color css
<style>
a { background-color: #ABA19C; }
a { background-color: rgb(171,161,156); }
div.DivClassName
{
background-color: #ABA19C;
}
.BgClassName
{
background-color: #ABA19C;
}
</style>
border-color css
<style>
span { border-color: #ABA19C; }
span { border-color: rgb(171,161,156); }
td.TdClassName
{
border-color: #ABA19C;
}
.TagClassName
{
border-color: #ABA19C;
}
</style>