Shades of Martini #ABA19D
Tints of Martini #ABA19D
RGB
CMYK
RGB Variations
Color information
#ABA19D (or 0xABA19D) is known color: Martini. HEX triplet: AB, A1 and 9D. RGB value is (171,161,157). Sum of RGB (Red+Green+Blue) = 171+161+157=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA19D is #545E62. Grayscale: #A3A3A3. Windows color (decimal): -5529187 or 10330539. OLE color: 10330539.
HSL color Cylindrical-coordinate representation of color #ABA19D: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA19D is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 157 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.33 |
| HSL | 17.14º | 0.08% | 0.64% | - |
| HSV(B) | 17.14º | 0.08% | 0.67% | - |
| XYZ | 35.63 | 36.58 | 37.08 | - |
| YUV | 163.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 157 | 0 | 0.06 | 0.08 | 0.33 | 17.14 | 0.08 | 0.64 |
| Hex | AB | A1 | 9D | 0 | 6 | 8 | 21 | 11 | 8 | 40 |
| Octal | 253 | 241 | 235 | 0 | 6 | 10 | 41 | 21 | 10 | 100 |
| Binary | 10101011 | 10100001 | 10011101 | 0 | 110 | 1000 | 100001 | 10001 | 1000 | 1000000 |
Color Harmonies of #ABA19D
Complementary color
Monochromatic Colors of #ABA19D
Black with #ABA19D
Text Example
Text Example
White with #ABA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA19D; }
p { color: rgb(171,161,157); }
H1.HeaderClassName
{
color: #ABA19D;
}
.AnyTagClassName
{
color: #ABA19D;
}
</style>
background-color css
<style>
a { background-color: #ABA19D; }
a { background-color: rgb(171,161,157); }
div.DivClassName
{
background-color: #ABA19D;
}
.BgClassName
{
background-color: #ABA19D;
}
</style>
border-color css
<style>
span { border-color: #ABA19D; }
span { border-color: rgb(171,161,157); }
td.TdClassName
{
border-color: #ABA19D;
}
.TagClassName
{
border-color: #ABA19D;
}
</style>