Shades of Tapestry #AB898D
Tints of Tapestry #AB898D
RGB
CMYK
RGB Variations
Color information
#AB898D (or 0xAB898D) is known color: Tapestry. HEX triplet: AB, 89 and 8D. RGB value is (171,137,141). Sum of RGB (Red+Green+Blue) = 171+137+141=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB898D is #547672. Grayscale: #939393. Windows color (decimal): -5535347 or 9275819. OLE color: 9275819.
HSL color Cylindrical-coordinate representation of color #AB898D: hue angle of 352.94º 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 #AB898D is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 141 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.33 |
| HSL | 352.94º | 0.17% | 0.6% | - |
| HSV(B) | 352.94º | 0.2% | 0.67% | - |
| XYZ | 30.55 | 28.47 | 29.08 | - |
| YUV | 147.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 141 | 0 | 0.20 | 0.18 | 0.33 | 352.94 | 0.17 | 0.6 |
| Hex | AB | 89 | 8D | 0 | 14 | 12 | 21 | 161 | 11 | 3C |
| Octal | 253 | 211 | 215 | 0 | 24 | 22 | 41 | 541 | 21 | 74 |
| Binary | 10101011 | 10001001 | 10001101 | 0 | 10100 | 10010 | 100001 | 101100001 | 10001 | 111100 |
Color Harmonies of #AB898D
Complementary color
Monochromatic Colors of #AB898D
Black with #AB898D
Text Example
Text Example
White with #AB898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB898D; }
p { color: rgb(171,137,141); }
H1.HeaderClassName
{
color: #AB898D;
}
.AnyTagClassName
{
color: #AB898D;
}
</style>
background-color css
<style>
a { background-color: #AB898D; }
a { background-color: rgb(171,137,141); }
div.DivClassName
{
background-color: #AB898D;
}
.BgClassName
{
background-color: #AB898D;
}
</style>
border-color css
<style>
span { border-color: #AB898D; }
span { border-color: rgb(171,137,141); }
td.TdClassName
{
border-color: #AB898D;
}
.TagClassName
{
border-color: #AB898D;
}
</style>