Shades of Tapestry #AB898C
Tints of Tapestry #AB898C
RGB
CMYK
RGB Variations
Color information
#AB898C (or 0xAB898C) is known color: Tapestry. HEX triplet: AB, 89 and 8C. RGB value is (171,137,140). Sum of RGB (Red+Green+Blue) = 171+137+140=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB898C is #547673. Grayscale: #939393. Windows color (decimal): -5535348 or 9210283. OLE color: 9210283.
HSL color Cylindrical-coordinate representation of color #AB898C: hue angle of 354.71º 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 #AB898C is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 140 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.33 |
| HSL | 354.71º | 0.17% | 0.6% | - |
| HSV(B) | 354.71º | 0.2% | 0.67% | - |
| XYZ | 30.47 | 28.44 | 28.69 | - |
| YUV | 147.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 140 | 0 | 0.20 | 0.18 | 0.33 | 354.71 | 0.17 | 0.6 |
| Hex | AB | 89 | 8C | 0 | 14 | 12 | 21 | 163 | 11 | 3C |
| Octal | 253 | 211 | 214 | 0 | 24 | 22 | 41 | 543 | 21 | 74 |
| Binary | 10101011 | 10001001 | 10001100 | 0 | 10100 | 10010 | 100001 | 101100011 | 10001 | 111100 |
Color Harmonies of #AB898C
Complementary color
Monochromatic Colors of #AB898C
Black with #AB898C
Text Example
Text Example
White with #AB898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB898C; }
p { color: rgb(171,137,140); }
H1.HeaderClassName
{
color: #AB898C;
}
.AnyTagClassName
{
color: #AB898C;
}
</style>
background-color css
<style>
a { background-color: #AB898C; }
a { background-color: rgb(171,137,140); }
div.DivClassName
{
background-color: #AB898C;
}
.BgClassName
{
background-color: #AB898C;
}
</style>
border-color css
<style>
span { border-color: #AB898C; }
span { border-color: rgb(171,137,140); }
td.TdClassName
{
border-color: #AB898C;
}
.TagClassName
{
border-color: #AB898C;
}
</style>