Shades of Tapestry #AB7D8F
Tints of Tapestry #AB7D8F
RGB
CMYK
RGB Variations
Color information
#AB7D8F (or 0xAB7D8F) is known color: Tapestry. HEX triplet: AB, 7D and 8F. RGB value is (171,125,143). Sum of RGB (Red+Green+Blue) = 171+125+143=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D8F is #548270. Grayscale: #8C8C8C. Windows color (decimal): -5538417 or 9403819. OLE color: 9403819.
HSL color Cylindrical-coordinate representation of color #AB7D8F: hue angle of 336.52º degrees, saturation: 0.21, 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 #AB7D8F is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 143 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.33 |
| HSL | 336.52º | 0.21% | 0.58% | - |
| HSV(B) | 336.52º | 0.27% | 0.67% | - |
| XYZ | 29.09 | 25.31 | 29.34 | - |
| YUV | 140.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 143 | 0 | 0.27 | 0.16 | 0.33 | 336.52 | 0.21 | 0.58 |
| Hex | AB | 7D | 8F | 0 | 1B | 10 | 21 | 151 | 15 | 3A |
| Octal | 253 | 175 | 217 | 0 | 33 | 20 | 41 | 521 | 25 | 72 |
| Binary | 10101011 | 1111101 | 10001111 | 0 | 11011 | 10000 | 100001 | 101010001 | 10101 | 111010 |
Color Harmonies of #AB7D8F
Complementary color
Monochromatic Colors of #AB7D8F
Black with #AB7D8F
Text Example
Text Example
White with #AB7D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D8F; }
p { color: rgb(171,125,143); }
H1.HeaderClassName
{
color: #AB7D8F;
}
.AnyTagClassName
{
color: #AB7D8F;
}
</style>
background-color css
<style>
a { background-color: #AB7D8F; }
a { background-color: rgb(171,125,143); }
div.DivClassName
{
background-color: #AB7D8F;
}
.BgClassName
{
background-color: #AB7D8F;
}
</style>
border-color css
<style>
span { border-color: #AB7D8F; }
span { border-color: rgb(171,125,143); }
td.TdClassName
{
border-color: #AB7D8F;
}
.TagClassName
{
border-color: #AB7D8F;
}
</style>