Shades of Tapestry #AB718D
Tints of Tapestry #AB718D
RGB
CMYK
RGB Variations
Color information
#AB718D (or 0xAB718D) is known color: Tapestry. HEX triplet: AB, 71 and 8D. RGB value is (171,113,141). Sum of RGB (Red+Green+Blue) = 171+113+141=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB718D is #548E72. Grayscale: #858585. Windows color (decimal): -5541491 or 9269675. OLE color: 9269675.
HSL color Cylindrical-coordinate representation of color #AB718D: hue angle of 331.03º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB718D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 141 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.33 |
| HSL | 331.03º | 0.26% | 0.56% | - |
| HSV(B) | 331.03º | 0.34% | 0.67% | - |
| XYZ | 27.51 | 22.39 | 28.07 | - |
| YUV | 133.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 141 | 0 | 0.34 | 0.18 | 0.33 | 331.03 | 0.26 | 0.56 |
| Hex | AB | 71 | 8D | 0 | 22 | 12 | 21 | 14B | 1A | 38 |
| Octal | 253 | 161 | 215 | 0 | 42 | 22 | 41 | 513 | 32 | 70 |
| Binary | 10101011 | 1110001 | 10001101 | 0 | 100010 | 10010 | 100001 | 101001011 | 11010 | 111000 |
Color Harmonies of #AB718D
Complementary color
Monochromatic Colors of #AB718D
Black with #AB718D
Text Example
Text Example
White with #AB718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB718D; }
p { color: rgb(171,113,141); }
H1.HeaderClassName
{
color: #AB718D;
}
.AnyTagClassName
{
color: #AB718D;
}
</style>
background-color css
<style>
a { background-color: #AB718D; }
a { background-color: rgb(171,113,141); }
div.DivClassName
{
background-color: #AB718D;
}
.BgClassName
{
background-color: #AB718D;
}
</style>
border-color css
<style>
span { border-color: #AB718D; }
span { border-color: rgb(171,113,141); }
td.TdClassName
{
border-color: #AB718D;
}
.TagClassName
{
border-color: #AB718D;
}
</style>