Shades of Tapestry #AB7588
Tints of Tapestry #AB7588
RGB
CMYK
RGB Variations
Color information
#AB7588 (or 0xAB7588) is known color: Tapestry. HEX triplet: AB, 75 and 88. RGB value is (171,117,136). Sum of RGB (Red+Green+Blue) = 171+117+136=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7588 is #548A77. Grayscale: #878787. Windows color (decimal): -5540472 or 8943019. OLE color: 8943019.
HSL color Cylindrical-coordinate representation of color #AB7588: hue angle of 338.89º degrees, saturation: 0.24, 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 #AB7588 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 136 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.33 |
| HSL | 338.89º | 0.24% | 0.56% | - |
| HSV(B) | 338.89º | 0.32% | 0.67% | - |
| XYZ | 27.6 | 23.16 | 26.31 | - |
| YUV | 135.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 136 | 0 | 0.32 | 0.20 | 0.33 | 338.89 | 0.24 | 0.56 |
| Hex | AB | 75 | 88 | 0 | 20 | 14 | 21 | 153 | 18 | 38 |
| Octal | 253 | 165 | 210 | 0 | 40 | 24 | 41 | 523 | 30 | 70 |
| Binary | 10101011 | 1110101 | 10001000 | 0 | 100000 | 10100 | 100001 | 101010011 | 11000 | 111000 |
Color Harmonies of #AB7588
Complementary color
Monochromatic Colors of #AB7588
Black with #AB7588
Text Example
Text Example
White with #AB7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7588; }
p { color: rgb(171,117,136); }
H1.HeaderClassName
{
color: #AB7588;
}
.AnyTagClassName
{
color: #AB7588;
}
</style>
background-color css
<style>
a { background-color: #AB7588; }
a { background-color: rgb(171,117,136); }
div.DivClassName
{
background-color: #AB7588;
}
.BgClassName
{
background-color: #AB7588;
}
</style>
border-color css
<style>
span { border-color: #AB7588; }
span { border-color: rgb(171,117,136); }
td.TdClassName
{
border-color: #AB7588;
}
.TagClassName
{
border-color: #AB7588;
}
</style>