Shades of Tapestry #AB848F
Tints of Tapestry #AB848F
RGB
CMYK
RGB Variations
Color information
#AB848F (or 0xAB848F) is known color: Tapestry. HEX triplet: AB, 84 and 8F. RGB value is (171,132,143). Sum of RGB (Red+Green+Blue) = 171+132+143=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB848F is #547B70. Grayscale: #909090. Windows color (decimal): -5536625 or 9405611. OLE color: 9405611.
HSL color Cylindrical-coordinate representation of color #AB848F: hue angle of 343.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB848F is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 143 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.33 |
| HSL | 343.08º | 0.19% | 0.59% | - |
| HSV(B) | 343.08º | 0.23% | 0.67% | - |
| XYZ | 30 | 27.14 | 29.64 | - |
| YUV | 144.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 143 | 0 | 0.23 | 0.16 | 0.33 | 343.08 | 0.19 | 0.59 |
| Hex | AB | 84 | 8F | 0 | 17 | 10 | 21 | 157 | 13 | 3B |
| Octal | 253 | 204 | 217 | 0 | 27 | 20 | 41 | 527 | 23 | 73 |
| Binary | 10101011 | 10000100 | 10001111 | 0 | 10111 | 10000 | 100001 | 101010111 | 10011 | 111011 |
Color Harmonies of #AB848F
Complementary color
Monochromatic Colors of #AB848F
Black with #AB848F
Text Example
Text Example
White with #AB848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB848F; }
p { color: rgb(171,132,143); }
H1.HeaderClassName
{
color: #AB848F;
}
.AnyTagClassName
{
color: #AB848F;
}
</style>
background-color css
<style>
a { background-color: #AB848F; }
a { background-color: rgb(171,132,143); }
div.DivClassName
{
background-color: #AB848F;
}
.BgClassName
{
background-color: #AB848F;
}
</style>
border-color css
<style>
span { border-color: #AB848F; }
span { border-color: rgb(171,132,143); }
td.TdClassName
{
border-color: #AB848F;
}
.TagClassName
{
border-color: #AB848F;
}
</style>