Shades of Tapestry #AB888F
Tints of Tapestry #AB888F
RGB
CMYK
RGB Variations
Color information
#AB888F (or 0xAB888F) is known color: Tapestry. HEX triplet: AB, 88 and 8F. RGB value is (171,136,143). Sum of RGB (Red+Green+Blue) = 171+136+143=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB888F is #547770. Grayscale: #939393. Windows color (decimal): -5535601 or 9406635. OLE color: 9406635.
HSL color Cylindrical-coordinate representation of color #AB888F: hue angle of 348º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB888F is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 143 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.33 |
| HSL | 348º | 0.17% | 0.6% | - |
| HSV(B) | 348º | 0.2% | 0.67% | - |
| XYZ | 30.56 | 28.25 | 29.83 | - |
| YUV | 147.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 143 | 0 | 0.20 | 0.16 | 0.33 | 348 | 0.17 | 0.6 |
| Hex | AB | 88 | 8F | 0 | 14 | 10 | 21 | 15C | 11 | 3C |
| Octal | 253 | 210 | 217 | 0 | 24 | 20 | 41 | 534 | 21 | 74 |
| Binary | 10101011 | 10001000 | 10001111 | 0 | 10100 | 10000 | 100001 | 101011100 | 10001 | 111100 |
Color Harmonies of #AB888F
Complementary color
Monochromatic Colors of #AB888F
Black with #AB888F
Text Example
Text Example
White with #AB888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB888F; }
p { color: rgb(171,136,143); }
H1.HeaderClassName
{
color: #AB888F;
}
.AnyTagClassName
{
color: #AB888F;
}
</style>
background-color css
<style>
a { background-color: #AB888F; }
a { background-color: rgb(171,136,143); }
div.DivClassName
{
background-color: #AB888F;
}
.BgClassName
{
background-color: #AB888F;
}
</style>
border-color css
<style>
span { border-color: #AB888F; }
span { border-color: rgb(171,136,143); }
td.TdClassName
{
border-color: #AB888F;
}
.TagClassName
{
border-color: #AB888F;
}
</style>