Shades of Tapestry #AB7089
Tints of Tapestry #AB7089
RGB
CMYK
RGB Variations
Color information
#AB7089 (or 0xAB7089) is known color: Tapestry. HEX triplet: AB, 70 and 89. RGB value is (171,112,137). Sum of RGB (Red+Green+Blue) = 171+112+137=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7089 is #548F76. Grayscale: #848484. Windows color (decimal): -5541751 or 9007275. OLE color: 9007275.
HSL color Cylindrical-coordinate representation of color #AB7089: hue angle of 334.58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7089 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 137 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.33 |
| HSL | 334.58º | 0.26% | 0.55% | - |
| HSV(B) | 334.58º | 0.35% | 0.67% | - |
| XYZ | 27.1 | 22.05 | 26.49 | - |
| YUV | 132.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 137 | 0 | 0.35 | 0.20 | 0.33 | 334.58 | 0.26 | 0.55 |
| Hex | AB | 70 | 89 | 0 | 23 | 14 | 21 | 14F | 1A | 37 |
| Octal | 253 | 160 | 211 | 0 | 43 | 24 | 41 | 517 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10001001 | 0 | 100011 | 10100 | 100001 | 101001111 | 11010 | 110111 |
Color Harmonies of #AB7089
Complementary color
Monochromatic Colors of #AB7089
Black with #AB7089
Text Example
Text Example
White with #AB7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7089; }
p { color: rgb(171,112,137); }
H1.HeaderClassName
{
color: #AB7089;
}
.AnyTagClassName
{
color: #AB7089;
}
</style>
background-color css
<style>
a { background-color: #AB7089; }
a { background-color: rgb(171,112,137); }
div.DivClassName
{
background-color: #AB7089;
}
.BgClassName
{
background-color: #AB7089;
}
</style>
border-color css
<style>
span { border-color: #AB7089; }
span { border-color: rgb(171,112,137); }
td.TdClassName
{
border-color: #AB7089;
}
.TagClassName
{
border-color: #AB7089;
}
</style>