Shades of Tapestry #AB7C8F
Tints of Tapestry #AB7C8F
RGB
CMYK
RGB Variations
Color information
#AB7C8F (or 0xAB7C8F) is known color: Tapestry. HEX triplet: AB, 7C and 8F. RGB value is (171,124,143). Sum of RGB (Red+Green+Blue) = 171+124+143=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7C8F is #548370. Grayscale: #8C8C8C. Windows color (decimal): -5538673 or 9403563. OLE color: 9403563.
HSL color Cylindrical-coordinate representation of color #AB7C8F: hue angle of 335.74º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7C8F is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 143 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.33 |
| HSL | 335.74º | 0.22% | 0.58% | - |
| HSV(B) | 335.74º | 0.27% | 0.67% | - |
| XYZ | 28.96 | 25.06 | 29.3 | - |
| YUV | 140.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 143 | 0 | 0.27 | 0.16 | 0.33 | 335.74 | 0.22 | 0.58 |
| Hex | AB | 7C | 8F | 0 | 1B | 10 | 21 | 150 | 16 | 3A |
| Octal | 253 | 174 | 217 | 0 | 33 | 20 | 41 | 520 | 26 | 72 |
| Binary | 10101011 | 1111100 | 10001111 | 0 | 11011 | 10000 | 100001 | 101010000 | 10110 | 111010 |
Color Harmonies of #AB7C8F
Complementary color
Monochromatic Colors of #AB7C8F
Black with #AB7C8F
Text Example
Text Example
White with #AB7C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C8F; }
p { color: rgb(171,124,143); }
H1.HeaderClassName
{
color: #AB7C8F;
}
.AnyTagClassName
{
color: #AB7C8F;
}
</style>
background-color css
<style>
a { background-color: #AB7C8F; }
a { background-color: rgb(171,124,143); }
div.DivClassName
{
background-color: #AB7C8F;
}
.BgClassName
{
background-color: #AB7C8F;
}
</style>
border-color css
<style>
span { border-color: #AB7C8F; }
span { border-color: rgb(171,124,143); }
td.TdClassName
{
border-color: #AB7C8F;
}
.TagClassName
{
border-color: #AB7C8F;
}
</style>