Shades of Tapestry #AB7888
Tints of Tapestry #AB7888
RGB
CMYK
RGB Variations
Color information
#AB7888 (or 0xAB7888) is known color: Tapestry. HEX triplet: AB, 78 and 88. RGB value is (171,120,136). Sum of RGB (Red+Green+Blue) = 171+120+136=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7888 is #548777. Grayscale: #898989. Windows color (decimal): -5539704 or 8943787. OLE color: 8943787.
HSL color Cylindrical-coordinate representation of color #AB7888: hue angle of 341.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7888 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 136 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.33 |
| HSL | 341.18º | 0.23% | 0.57% | - |
| HSV(B) | 341.18º | 0.3% | 0.67% | - |
| XYZ | 27.95 | 23.87 | 26.43 | - |
| YUV | 137.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 136 | 0 | 0.30 | 0.20 | 0.33 | 341.18 | 0.23 | 0.57 |
| Hex | AB | 78 | 88 | 0 | 1E | 14 | 21 | 155 | 17 | 39 |
| Octal | 253 | 170 | 210 | 0 | 36 | 24 | 41 | 525 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10001000 | 0 | 11110 | 10100 | 100001 | 101010101 | 10111 | 111001 |
Color Harmonies of #AB7888
Complementary color
Monochromatic Colors of #AB7888
Black with #AB7888
Text Example
Text Example
White with #AB7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7888; }
p { color: rgb(171,120,136); }
H1.HeaderClassName
{
color: #AB7888;
}
.AnyTagClassName
{
color: #AB7888;
}
</style>
background-color css
<style>
a { background-color: #AB7888; }
a { background-color: rgb(171,120,136); }
div.DivClassName
{
background-color: #AB7888;
}
.BgClassName
{
background-color: #AB7888;
}
</style>
border-color css
<style>
span { border-color: #AB7888; }
span { border-color: rgb(171,120,136); }
td.TdClassName
{
border-color: #AB7888;
}
.TagClassName
{
border-color: #AB7888;
}
</style>