Shades of Tapestry #AB7883
Tints of Tapestry #AB7883
RGB
CMYK
RGB Variations
Color information
#AB7883 (or 0xAB7883) is known color: Tapestry. HEX triplet: AB, 78 and 83. RGB value is (171,120,131). Sum of RGB (Red+Green+Blue) = 171+120+131=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7883 is #54877C. Grayscale: #888888. Windows color (decimal): -5539709 or 8616107. OLE color: 8616107.
HSL color Cylindrical-coordinate representation of color #AB7883: hue angle of 347.06º 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 #AB7883 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 131 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.33 |
| HSL | 347.06º | 0.23% | 0.57% | - |
| HSV(B) | 347.06º | 0.3% | 0.67% | - |
| XYZ | 27.61 | 23.73 | 24.6 | - |
| YUV | 136.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 131 | 0 | 0.30 | 0.23 | 0.33 | 347.06 | 0.23 | 0.57 |
| Hex | AB | 78 | 83 | 0 | 1E | 17 | 21 | 15B | 17 | 39 |
| Octal | 253 | 170 | 203 | 0 | 36 | 27 | 41 | 533 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10000011 | 0 | 11110 | 10111 | 100001 | 101011011 | 10111 | 111001 |
Color Harmonies of #AB7883
Complementary color
Monochromatic Colors of #AB7883
Black with #AB7883
Text Example
Text Example
White with #AB7883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7883; }
p { color: rgb(171,120,131); }
H1.HeaderClassName
{
color: #AB7883;
}
.AnyTagClassName
{
color: #AB7883;
}
</style>
background-color css
<style>
a { background-color: #AB7883; }
a { background-color: rgb(171,120,131); }
div.DivClassName
{
background-color: #AB7883;
}
.BgClassName
{
background-color: #AB7883;
}
</style>
border-color css
<style>
span { border-color: #AB7883; }
span { border-color: rgb(171,120,131); }
td.TdClassName
{
border-color: #AB7883;
}
.TagClassName
{
border-color: #AB7883;
}
</style>