Shades of Tapestry #AB7E8C
Tints of Tapestry #AB7E8C
RGB
CMYK
RGB Variations
Color information
#AB7E8C (or 0xAB7E8C) is known color: Tapestry. HEX triplet: AB, 7E and 8C. RGB value is (171,126,140). Sum of RGB (Red+Green+Blue) = 171+126+140=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E8C is #548173. Grayscale: #8D8D8D. Windows color (decimal): -5538164 or 9207467. OLE color: 9207467.
HSL color Cylindrical-coordinate representation of color #AB7E8C: hue angle of 341.33º 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 #AB7E8C is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 140 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.33 |
| HSL | 341.33º | 0.21% | 0.58% | - |
| HSV(B) | 341.33º | 0.26% | 0.67% | - |
| XYZ | 28.99 | 25.47 | 28.2 | - |
| YUV | 141.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 140 | 0 | 0.26 | 0.18 | 0.33 | 341.33 | 0.21 | 0.58 |
| Hex | AB | 7E | 8C | 0 | 1A | 12 | 21 | 155 | 15 | 3A |
| Octal | 253 | 176 | 214 | 0 | 32 | 22 | 41 | 525 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10001100 | 0 | 11010 | 10010 | 100001 | 101010101 | 10101 | 111010 |
Color Harmonies of #AB7E8C
Complementary color
Monochromatic Colors of #AB7E8C
Black with #AB7E8C
Text Example
Text Example
White with #AB7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E8C; }
p { color: rgb(171,126,140); }
H1.HeaderClassName
{
color: #AB7E8C;
}
.AnyTagClassName
{
color: #AB7E8C;
}
</style>
background-color css
<style>
a { background-color: #AB7E8C; }
a { background-color: rgb(171,126,140); }
div.DivClassName
{
background-color: #AB7E8C;
}
.BgClassName
{
background-color: #AB7E8C;
}
</style>
border-color css
<style>
span { border-color: #AB7E8C; }
span { border-color: rgb(171,126,140); }
td.TdClassName
{
border-color: #AB7E8C;
}
.TagClassName
{
border-color: #AB7E8C;
}
</style>