Shades of Tapestry #AB7D8D
Tints of Tapestry #AB7D8D
RGB
CMYK
RGB Variations
Color information
#AB7D8D (or 0xAB7D8D) is known color: Tapestry. HEX triplet: AB, 7D and 8D. RGB value is (171,125,141). Sum of RGB (Red+Green+Blue) = 171+125+141=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D8D is #548272. Grayscale: #8C8C8C. Windows color (decimal): -5538419 or 9272747. OLE color: 9272747.
HSL color Cylindrical-coordinate representation of color #AB7D8D: hue angle of 339.13º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7D8D is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 141 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.33 |
| HSL | 339.13º | 0.21% | 0.58% | - |
| HSV(B) | 339.13º | 0.27% | 0.67% | - |
| XYZ | 28.94 | 25.25 | 28.55 | - |
| YUV | 140.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 141 | 0 | 0.27 | 0.18 | 0.33 | 339.13 | 0.21 | 0.58 |
| Hex | AB | 7D | 8D | 0 | 1B | 12 | 21 | 153 | 15 | 3A |
| Octal | 253 | 175 | 215 | 0 | 33 | 22 | 41 | 523 | 25 | 72 |
| Binary | 10101011 | 1111101 | 10001101 | 0 | 11011 | 10010 | 100001 | 101010011 | 10101 | 111010 |
Color Harmonies of #AB7D8D
Complementary color
Monochromatic Colors of #AB7D8D
Black with #AB7D8D
Text Example
Text Example
White with #AB7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D8D; }
p { color: rgb(171,125,141); }
H1.HeaderClassName
{
color: #AB7D8D;
}
.AnyTagClassName
{
color: #AB7D8D;
}
</style>
background-color css
<style>
a { background-color: #AB7D8D; }
a { background-color: rgb(171,125,141); }
div.DivClassName
{
background-color: #AB7D8D;
}
.BgClassName
{
background-color: #AB7D8D;
}
</style>
border-color css
<style>
span { border-color: #AB7D8D; }
span { border-color: rgb(171,125,141); }
td.TdClassName
{
border-color: #AB7D8D;
}
.TagClassName
{
border-color: #AB7D8D;
}
</style>