Shades of Tapestry #AB848C
Tints of Tapestry #AB848C
RGB
CMYK
RGB Variations
Color information
#AB848C (or 0xAB848C) is known color: Tapestry. HEX triplet: AB, 84 and 8C. RGB value is (171,132,140). Sum of RGB (Red+Green+Blue) = 171+132+140=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB848C is #547B73. Grayscale: #909090. Windows color (decimal): -5536628 or 9209003. OLE color: 9209003.
HSL color Cylindrical-coordinate representation of color #AB848C: hue angle of 347.69º 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 #AB848C is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 140 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.33 |
| HSL | 347.69º | 0.19% | 0.59% | - |
| HSV(B) | 347.69º | 0.23% | 0.67% | - |
| XYZ | 29.78 | 27.05 | 28.46 | - |
| YUV | 144.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 140 | 0 | 0.23 | 0.18 | 0.33 | 347.69 | 0.19 | 0.59 |
| Hex | AB | 84 | 8C | 0 | 17 | 12 | 21 | 15C | 13 | 3B |
| Octal | 253 | 204 | 214 | 0 | 27 | 22 | 41 | 534 | 23 | 73 |
| Binary | 10101011 | 10000100 | 10001100 | 0 | 10111 | 10010 | 100001 | 101011100 | 10011 | 111011 |
Color Harmonies of #AB848C
Complementary color
Monochromatic Colors of #AB848C
Black with #AB848C
Text Example
Text Example
White with #AB848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB848C; }
p { color: rgb(171,132,140); }
H1.HeaderClassName
{
color: #AB848C;
}
.AnyTagClassName
{
color: #AB848C;
}
</style>
background-color css
<style>
a { background-color: #AB848C; }
a { background-color: rgb(171,132,140); }
div.DivClassName
{
background-color: #AB848C;
}
.BgClassName
{
background-color: #AB848C;
}
</style>
border-color css
<style>
span { border-color: #AB848C; }
span { border-color: rgb(171,132,140); }
td.TdClassName
{
border-color: #AB848C;
}
.TagClassName
{
border-color: #AB848C;
}
</style>