Shades of Tapestry #AB718A
Tints of Tapestry #AB718A
RGB
CMYK
RGB Variations
Color information
#AB718A (or 0xAB718A) is known color: Tapestry. HEX triplet: AB, 71 and 8A. RGB value is (171,113,138). Sum of RGB (Red+Green+Blue) = 171+113+138=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB718A is #548E75. Grayscale: #858585. Windows color (decimal): -5541494 or 9073067. OLE color: 9073067.
HSL color Cylindrical-coordinate representation of color #AB718A: hue angle of 334.14º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB718A is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 138 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.33 |
| HSL | 334.14º | 0.26% | 0.56% | - |
| HSV(B) | 334.14º | 0.34% | 0.67% | - |
| XYZ | 27.29 | 22.3 | 26.91 | - |
| YUV | 133.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 138 | 0 | 0.34 | 0.19 | 0.33 | 334.14 | 0.26 | 0.56 |
| Hex | AB | 71 | 8A | 0 | 22 | 13 | 21 | 14E | 1A | 38 |
| Octal | 253 | 161 | 212 | 0 | 42 | 23 | 41 | 516 | 32 | 70 |
| Binary | 10101011 | 1110001 | 10001010 | 0 | 100010 | 10011 | 100001 | 101001110 | 11010 | 111000 |
Color Harmonies of #AB718A
Complementary color
Monochromatic Colors of #AB718A
Black with #AB718A
Text Example
Text Example
White with #AB718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB718A; }
p { color: rgb(171,113,138); }
H1.HeaderClassName
{
color: #AB718A;
}
.AnyTagClassName
{
color: #AB718A;
}
</style>
background-color css
<style>
a { background-color: #AB718A; }
a { background-color: rgb(171,113,138); }
div.DivClassName
{
background-color: #AB718A;
}
.BgClassName
{
background-color: #AB718A;
}
</style>
border-color css
<style>
span { border-color: #AB718A; }
span { border-color: rgb(171,113,138); }
td.TdClassName
{
border-color: #AB718A;
}
.TagClassName
{
border-color: #AB718A;
}
</style>