Shades of Tapestry #AB7186
Tints of Tapestry #AB7186
RGB
CMYK
RGB Variations
Color information
#AB7186 (or 0xAB7186) is known color: Tapestry. HEX triplet: AB, 71 and 86. RGB value is (171,113,134). Sum of RGB (Red+Green+Blue) = 171+113+134=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7186 is #548E79. Grayscale: #848484. Windows color (decimal): -5541498 or 8810923. OLE color: 8810923.
HSL color Cylindrical-coordinate representation of color #AB7186: hue angle of 338.28º 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 #AB7186 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 134 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.33 |
| HSL | 338.28º | 0.26% | 0.56% | - |
| HSV(B) | 338.28º | 0.34% | 0.67% | - |
| XYZ | 27 | 22.19 | 25.41 | - |
| YUV | 132.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 134 | 0 | 0.34 | 0.22 | 0.33 | 338.28 | 0.26 | 0.56 |
| Hex | AB | 71 | 86 | 0 | 22 | 16 | 21 | 152 | 1A | 38 |
| Octal | 253 | 161 | 206 | 0 | 42 | 26 | 41 | 522 | 32 | 70 |
| Binary | 10101011 | 1110001 | 10000110 | 0 | 100010 | 10110 | 100001 | 101010010 | 11010 | 111000 |
Color Harmonies of #AB7186
Complementary color
Monochromatic Colors of #AB7186
Black with #AB7186
Text Example
Text Example
White with #AB7186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7186; }
p { color: rgb(171,113,134); }
H1.HeaderClassName
{
color: #AB7186;
}
.AnyTagClassName
{
color: #AB7186;
}
</style>
background-color css
<style>
a { background-color: #AB7186; }
a { background-color: rgb(171,113,134); }
div.DivClassName
{
background-color: #AB7186;
}
.BgClassName
{
background-color: #AB7186;
}
</style>
border-color css
<style>
span { border-color: #AB7186; }
span { border-color: rgb(171,113,134); }
td.TdClassName
{
border-color: #AB7186;
}
.TagClassName
{
border-color: #AB7186;
}
</style>