Shades of Tapestry #AB898E
Tints of Tapestry #AB898E
RGB
CMYK
RGB Variations
Color information
#AB898E (or 0xAB898E) is known color: Tapestry. HEX triplet: AB, 89 and 8E. RGB value is (171,137,142). Sum of RGB (Red+Green+Blue) = 171+137+142=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB898E is #547671. Grayscale: #939393. Windows color (decimal): -5535346 or 9341355. OLE color: 9341355.
HSL color Cylindrical-coordinate representation of color #AB898E: hue angle of 351.18º 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 #AB898E is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 142 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.33 |
| HSL | 351.18º | 0.17% | 0.6% | - |
| HSV(B) | 351.18º | 0.2% | 0.67% | - |
| XYZ | 30.62 | 28.5 | 29.48 | - |
| YUV | 147.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 142 | 0 | 0.20 | 0.17 | 0.33 | 351.18 | 0.17 | 0.6 |
| Hex | AB | 89 | 8E | 0 | 14 | 11 | 21 | 15F | 11 | 3C |
| Octal | 253 | 211 | 216 | 0 | 24 | 21 | 41 | 537 | 21 | 74 |
| Binary | 10101011 | 10001001 | 10001110 | 0 | 10100 | 10001 | 100001 | 101011111 | 10001 | 111100 |
Color Harmonies of #AB898E
Complementary color
Monochromatic Colors of #AB898E
Black with #AB898E
Text Example
Text Example
White with #AB898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB898E; }
p { color: rgb(171,137,142); }
H1.HeaderClassName
{
color: #AB898E;
}
.AnyTagClassName
{
color: #AB898E;
}
</style>
background-color css
<style>
a { background-color: #AB898E; }
a { background-color: rgb(171,137,142); }
div.DivClassName
{
background-color: #AB898E;
}
.BgClassName
{
background-color: #AB898E;
}
</style>
border-color css
<style>
span { border-color: #AB898E; }
span { border-color: rgb(171,137,142); }
td.TdClassName
{
border-color: #AB898E;
}
.TagClassName
{
border-color: #AB898E;
}
</style>