Shades of Tapestry #AB888D
Tints of Tapestry #AB888D
RGB
CMYK
RGB Variations
Color information
#AB888D (or 0xAB888D) is known color: Tapestry. HEX triplet: AB, 88 and 8D. RGB value is (171,136,141). Sum of RGB (Red+Green+Blue) = 171+136+141=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB888D is #547772. Grayscale: #939393. Windows color (decimal): -5535603 or 9275563. OLE color: 9275563.
HSL color Cylindrical-coordinate representation of color #AB888D: hue angle of 351.43º 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 #AB888D is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 141 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.33 |
| HSL | 351.43º | 0.17% | 0.6% | - |
| HSV(B) | 351.43º | 0.2% | 0.67% | - |
| XYZ | 30.41 | 28.19 | 29.04 | - |
| YUV | 147.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 141 | 0 | 0.20 | 0.18 | 0.33 | 351.43 | 0.17 | 0.6 |
| Hex | AB | 88 | 8D | 0 | 14 | 12 | 21 | 15F | 11 | 3C |
| Octal | 253 | 210 | 215 | 0 | 24 | 22 | 41 | 537 | 21 | 74 |
| Binary | 10101011 | 10001000 | 10001101 | 0 | 10100 | 10010 | 100001 | 101011111 | 10001 | 111100 |
Color Harmonies of #AB888D
Complementary color
Monochromatic Colors of #AB888D
Black with #AB888D
Text Example
Text Example
White with #AB888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB888D; }
p { color: rgb(171,136,141); }
H1.HeaderClassName
{
color: #AB888D;
}
.AnyTagClassName
{
color: #AB888D;
}
</style>
background-color css
<style>
a { background-color: #AB888D; }
a { background-color: rgb(171,136,141); }
div.DivClassName
{
background-color: #AB888D;
}
.BgClassName
{
background-color: #AB888D;
}
</style>
border-color css
<style>
span { border-color: #AB888D; }
span { border-color: rgb(171,136,141); }
td.TdClassName
{
border-color: #AB888D;
}
.TagClassName
{
border-color: #AB888D;
}
</style>