Shades of Tapestry #AB8990
Tints of Tapestry #AB8990
RGB
CMYK
RGB Variations
Color information
#AB8990 (or 0xAB8990) is known color: Tapestry. HEX triplet: AB, 89 and 90. RGB value is (171,137,144). Sum of RGB (Red+Green+Blue) = 171+137+144=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8990 is #54766F. Grayscale: #939393. Windows color (decimal): -5535344 or 9472427. OLE color: 9472427.
HSL color Cylindrical-coordinate representation of color #AB8990: hue angle of 347.65º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8990 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 144 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.33 |
| HSL | 347.65º | 0.17% | 0.6% | - |
| HSV(B) | 347.65º | 0.2% | 0.67% | - |
| XYZ | 30.77 | 28.56 | 30.28 | - |
| YUV | 147.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 144 | 0 | 0.20 | 0.16 | 0.33 | 347.65 | 0.17 | 0.6 |
| Hex | AB | 89 | 90 | 0 | 14 | 10 | 21 | 15C | 11 | 3C |
| Octal | 253 | 211 | 220 | 0 | 24 | 20 | 41 | 534 | 21 | 74 |
| Binary | 10101011 | 10001001 | 10010000 | 0 | 10100 | 10000 | 100001 | 101011100 | 10001 | 111100 |
Color Harmonies of #AB8990
Complementary color
Monochromatic Colors of #AB8990
Black with #AB8990
Text Example
Text Example
White with #AB8990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8990; }
p { color: rgb(171,137,144); }
H1.HeaderClassName
{
color: #AB8990;
}
.AnyTagClassName
{
color: #AB8990;
}
</style>
background-color css
<style>
a { background-color: #AB8990; }
a { background-color: rgb(171,137,144); }
div.DivClassName
{
background-color: #AB8990;
}
.BgClassName
{
background-color: #AB8990;
}
</style>
border-color css
<style>
span { border-color: #AB8990; }
span { border-color: rgb(171,137,144); }
td.TdClassName
{
border-color: #AB8990;
}
.TagClassName
{
border-color: #AB8990;
}
</style>