Shades of Tapestry #AB7881
Tints of Tapestry #AB7881
RGB
CMYK
RGB Variations
Color information
#AB7881 (or 0xAB7881) is known color: Tapestry. HEX triplet: AB, 78 and 81. RGB value is (171,120,129). Sum of RGB (Red+Green+Blue) = 171+120+129=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7881 is #54877E. Grayscale: #888888. Windows color (decimal): -5539711 or 8485035. OLE color: 8485035.
HSL color Cylindrical-coordinate representation of color #AB7881: hue angle of 349.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7881 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 129 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.33 |
| HSL | 349.41º | 0.23% | 0.57% | - |
| HSV(B) | 349.41º | 0.3% | 0.67% | - |
| XYZ | 27.47 | 23.68 | 23.89 | - |
| YUV | 136.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 129 | 0 | 0.30 | 0.25 | 0.33 | 349.41 | 0.23 | 0.57 |
| Hex | AB | 78 | 81 | 0 | 1E | 19 | 21 | 15D | 17 | 39 |
| Octal | 253 | 170 | 201 | 0 | 36 | 31 | 41 | 535 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10000001 | 0 | 11110 | 11001 | 100001 | 101011101 | 10111 | 111001 |
Color Harmonies of #AB7881
Complementary color
Monochromatic Colors of #AB7881
Black with #AB7881
Text Example
Text Example
White with #AB7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7881; }
p { color: rgb(171,120,129); }
H1.HeaderClassName
{
color: #AB7881;
}
.AnyTagClassName
{
color: #AB7881;
}
</style>
background-color css
<style>
a { background-color: #AB7881; }
a { background-color: rgb(171,120,129); }
div.DivClassName
{
background-color: #AB7881;
}
.BgClassName
{
background-color: #AB7881;
}
</style>
border-color css
<style>
span { border-color: #AB7881; }
span { border-color: rgb(171,120,129); }
td.TdClassName
{
border-color: #AB7881;
}
.TagClassName
{
border-color: #AB7881;
}
</style>