Shades of Tapestry #AB888E
Tints of Tapestry #AB888E
RGB
CMYK
RGB Variations
Color information
#AB888E (or 0xAB888E) is known color: Tapestry. HEX triplet: AB, 88 and 8E. RGB value is (171,136,142). Sum of RGB (Red+Green+Blue) = 171+136+142=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB888E is #547771. Grayscale: #939393. Windows color (decimal): -5535602 or 9341099. OLE color: 9341099.
HSL color Cylindrical-coordinate representation of color #AB888E: hue angle of 349.71º 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 #AB888E is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 142 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.33 |
| HSL | 349.71º | 0.17% | 0.6% | - |
| HSV(B) | 349.71º | 0.2% | 0.67% | - |
| XYZ | 30.48 | 28.22 | 29.43 | - |
| YUV | 147.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 142 | 0 | 0.20 | 0.17 | 0.33 | 349.71 | 0.17 | 0.6 |
| Hex | AB | 88 | 8E | 0 | 14 | 11 | 21 | 15E | 11 | 3C |
| Octal | 253 | 210 | 216 | 0 | 24 | 21 | 41 | 536 | 21 | 74 |
| Binary | 10101011 | 10001000 | 10001110 | 0 | 10100 | 10001 | 100001 | 101011110 | 10001 | 111100 |
Color Harmonies of #AB888E
Complementary color
Monochromatic Colors of #AB888E
Black with #AB888E
Text Example
Text Example
White with #AB888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB888E; }
p { color: rgb(171,136,142); }
H1.HeaderClassName
{
color: #AB888E;
}
.AnyTagClassName
{
color: #AB888E;
}
</style>
background-color css
<style>
a { background-color: #AB888E; }
a { background-color: rgb(171,136,142); }
div.DivClassName
{
background-color: #AB888E;
}
.BgClassName
{
background-color: #AB888E;
}
</style>
border-color css
<style>
span { border-color: #AB888E; }
span { border-color: rgb(171,136,142); }
td.TdClassName
{
border-color: #AB888E;
}
.TagClassName
{
border-color: #AB888E;
}
</style>