Shades of Tapestry #AB7087
Tints of Tapestry #AB7087
RGB
CMYK
RGB Variations
Color information
#AB7087 (or 0xAB7087) is known color: Tapestry. HEX triplet: AB, 70 and 87. RGB value is (171,112,135). Sum of RGB (Red+Green+Blue) = 171+112+135=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7087 is #548F78. Grayscale: #848484. Windows color (decimal): -5541753 or 8876203. OLE color: 8876203.
HSL color Cylindrical-coordinate representation of color #AB7087: hue angle of 336.61º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7087 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 135 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.33 |
| HSL | 336.61º | 0.26% | 0.55% | - |
| HSV(B) | 336.61º | 0.35% | 0.67% | - |
| XYZ | 26.96 | 22 | 25.75 | - |
| YUV | 132.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 135 | 0 | 0.35 | 0.21 | 0.33 | 336.61 | 0.26 | 0.55 |
| Hex | AB | 70 | 87 | 0 | 23 | 15 | 21 | 151 | 1A | 37 |
| Octal | 253 | 160 | 207 | 0 | 43 | 25 | 41 | 521 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10000111 | 0 | 100011 | 10101 | 100001 | 101010001 | 11010 | 110111 |
Color Harmonies of #AB7087
Complementary color
Monochromatic Colors of #AB7087
Black with #AB7087
Text Example
Text Example
White with #AB7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7087; }
p { color: rgb(171,112,135); }
H1.HeaderClassName
{
color: #AB7087;
}
.AnyTagClassName
{
color: #AB7087;
}
</style>
background-color css
<style>
a { background-color: #AB7087; }
a { background-color: rgb(171,112,135); }
div.DivClassName
{
background-color: #AB7087;
}
.BgClassName
{
background-color: #AB7087;
}
</style>
border-color css
<style>
span { border-color: #AB7087; }
span { border-color: rgb(171,112,135); }
td.TdClassName
{
border-color: #AB7087;
}
.TagClassName
{
border-color: #AB7087;
}
</style>