Shades of Tapestry #AB708D
Tints of Tapestry #AB708D
RGB
CMYK
RGB Variations
Color information
#AB708D (or 0xAB708D) is known color: Tapestry. HEX triplet: AB, 70 and 8D. RGB value is (171,112,141). Sum of RGB (Red+Green+Blue) = 171+112+141=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB708D is #548F72. Grayscale: #848484. Windows color (decimal): -5541747 or 9269419. OLE color: 9269419.
HSL color Cylindrical-coordinate representation of color #AB708D: hue angle of 330.51º 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 #AB708D is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 141 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.33 |
| HSL | 330.51º | 0.26% | 0.55% | - |
| HSV(B) | 330.51º | 0.35% | 0.67% | - |
| XYZ | 27.4 | 22.17 | 28.03 | - |
| YUV | 132.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 141 | 0 | 0.35 | 0.18 | 0.33 | 330.51 | 0.26 | 0.55 |
| Hex | AB | 70 | 8D | 0 | 23 | 12 | 21 | 14B | 1A | 37 |
| Octal | 253 | 160 | 215 | 0 | 43 | 22 | 41 | 513 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10001101 | 0 | 100011 | 10010 | 100001 | 101001011 | 11010 | 110111 |
Color Harmonies of #AB708D
Complementary color
Monochromatic Colors of #AB708D
Black with #AB708D
Text Example
Text Example
White with #AB708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB708D; }
p { color: rgb(171,112,141); }
H1.HeaderClassName
{
color: #AB708D;
}
.AnyTagClassName
{
color: #AB708D;
}
</style>
background-color css
<style>
a { background-color: #AB708D; }
a { background-color: rgb(171,112,141); }
div.DivClassName
{
background-color: #AB708D;
}
.BgClassName
{
background-color: #AB708D;
}
</style>
border-color css
<style>
span { border-color: #AB708D; }
span { border-color: rgb(171,112,141); }
td.TdClassName
{
border-color: #AB708D;
}
.TagClassName
{
border-color: #AB708D;
}
</style>