Shades of Tapestry #AB7487
Tints of Tapestry #AB7487
RGB
CMYK
RGB Variations
Color information
#AB7487 (or 0xAB7487) is known color: Tapestry. HEX triplet: AB, 74 and 87. RGB value is (171,116,135). Sum of RGB (Red+Green+Blue) = 171+116+135=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7487 is #548B78. Grayscale: #868686. Windows color (decimal): -5540729 or 8877227. OLE color: 8877227.
HSL color Cylindrical-coordinate representation of color #AB7487: hue angle of 339.27º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7487 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 135 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.33 |
| HSL | 339.27º | 0.25% | 0.56% | - |
| HSV(B) | 339.27º | 0.32% | 0.67% | - |
| XYZ | 27.41 | 22.9 | 25.9 | - |
| YUV | 134.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 135 | 0 | 0.32 | 0.21 | 0.33 | 339.27 | 0.25 | 0.56 |
| Hex | AB | 74 | 87 | 0 | 20 | 15 | 21 | 153 | 19 | 38 |
| Octal | 253 | 164 | 207 | 0 | 40 | 25 | 41 | 523 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10000111 | 0 | 100000 | 10101 | 100001 | 101010011 | 11001 | 111000 |
Color Harmonies of #AB7487
Complementary color
Monochromatic Colors of #AB7487
Black with #AB7487
Text Example
Text Example
White with #AB7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7487; }
p { color: rgb(171,116,135); }
H1.HeaderClassName
{
color: #AB7487;
}
.AnyTagClassName
{
color: #AB7487;
}
</style>
background-color css
<style>
a { background-color: #AB7487; }
a { background-color: rgb(171,116,135); }
div.DivClassName
{
background-color: #AB7487;
}
.BgClassName
{
background-color: #AB7487;
}
</style>
border-color css
<style>
span { border-color: #AB7487; }
span { border-color: rgb(171,116,135); }
td.TdClassName
{
border-color: #AB7487;
}
.TagClassName
{
border-color: #AB7487;
}
</style>