Shades of Tapestry #AB7885
Tints of Tapestry #AB7885
RGB
CMYK
RGB Variations
Color information
#AB7885 (or 0xAB7885) is known color: Tapestry. HEX triplet: AB, 78 and 85. RGB value is (171,120,133). Sum of RGB (Red+Green+Blue) = 171+120+133=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7885 is #54877A. Grayscale: #888888. Windows color (decimal): -5539707 or 8747179. OLE color: 8747179.
HSL color Cylindrical-coordinate representation of color #AB7885: hue angle of 344.71º 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 #AB7885 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 133 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.33 |
| HSL | 344.71º | 0.23% | 0.57% | - |
| HSV(B) | 344.71º | 0.3% | 0.67% | - |
| XYZ | 27.74 | 23.78 | 25.32 | - |
| YUV | 136.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 133 | 0 | 0.30 | 0.22 | 0.33 | 344.71 | 0.23 | 0.57 |
| Hex | AB | 78 | 85 | 0 | 1E | 16 | 21 | 159 | 17 | 39 |
| Octal | 253 | 170 | 205 | 0 | 36 | 26 | 41 | 531 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10000101 | 0 | 11110 | 10110 | 100001 | 101011001 | 10111 | 111001 |
Color Harmonies of #AB7885
Complementary color
Monochromatic Colors of #AB7885
Black with #AB7885
Text Example
Text Example
White with #AB7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7885; }
p { color: rgb(171,120,133); }
H1.HeaderClassName
{
color: #AB7885;
}
.AnyTagClassName
{
color: #AB7885;
}
</style>
background-color css
<style>
a { background-color: #AB7885; }
a { background-color: rgb(171,120,133); }
div.DivClassName
{
background-color: #AB7885;
}
.BgClassName
{
background-color: #AB7885;
}
</style>
border-color css
<style>
span { border-color: #AB7885; }
span { border-color: rgb(171,120,133); }
td.TdClassName
{
border-color: #AB7885;
}
.TagClassName
{
border-color: #AB7885;
}
</style>