Shades of Tapestry #AB7E88
Tints of Tapestry #AB7E88
RGB
CMYK
RGB Variations
Color information
#AB7E88 (or 0xAB7E88) is known color: Tapestry. HEX triplet: AB, 7E and 88. RGB value is (171,126,136). Sum of RGB (Red+Green+Blue) = 171+126+136=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E88 is #548177. Grayscale: #8C8C8C. Windows color (decimal): -5538168 or 8945323. OLE color: 8945323.
HSL color Cylindrical-coordinate representation of color #AB7E88: hue angle of 346.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7E88 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 136 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.33 |
| HSL | 346.67º | 0.21% | 0.58% | - |
| HSV(B) | 346.67º | 0.26% | 0.67% | - |
| XYZ | 28.7 | 25.36 | 26.67 | - |
| YUV | 140.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 136 | 0 | 0.26 | 0.20 | 0.33 | 346.67 | 0.21 | 0.58 |
| Hex | AB | 7E | 88 | 0 | 1A | 14 | 21 | 15B | 15 | 3A |
| Octal | 253 | 176 | 210 | 0 | 32 | 24 | 41 | 533 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10001000 | 0 | 11010 | 10100 | 100001 | 101011011 | 10101 | 111010 |
Color Harmonies of #AB7E88
Complementary color
Monochromatic Colors of #AB7E88
Black with #AB7E88
Text Example
Text Example
White with #AB7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E88; }
p { color: rgb(171,126,136); }
H1.HeaderClassName
{
color: #AB7E88;
}
.AnyTagClassName
{
color: #AB7E88;
}
</style>
background-color css
<style>
a { background-color: #AB7E88; }
a { background-color: rgb(171,126,136); }
div.DivClassName
{
background-color: #AB7E88;
}
.BgClassName
{
background-color: #AB7E88;
}
</style>
border-color css
<style>
span { border-color: #AB7E88; }
span { border-color: rgb(171,126,136); }
td.TdClassName
{
border-color: #AB7E88;
}
.TagClassName
{
border-color: #AB7E88;
}
</style>