Shades of Tapestry #AB7486
Tints of Tapestry #AB7486
RGB
CMYK
RGB Variations
Color information
#AB7486 (or 0xAB7486) is known color: Tapestry. HEX triplet: AB, 74 and 86. RGB value is (171,116,134). Sum of RGB (Red+Green+Blue) = 171+116+134=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7486 is #548B79. Grayscale: #868686. Windows color (decimal): -5540730 or 8811691. OLE color: 8811691.
HSL color Cylindrical-coordinate representation of color #AB7486: hue angle of 340.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7486 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 134 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.33 |
| HSL | 340.36º | 0.25% | 0.56% | - |
| HSV(B) | 340.36º | 0.32% | 0.67% | - |
| XYZ | 27.34 | 22.87 | 25.53 | - |
| YUV | 134.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 134 | 0 | 0.32 | 0.22 | 0.33 | 340.36 | 0.25 | 0.56 |
| Hex | AB | 74 | 86 | 0 | 20 | 16 | 21 | 154 | 19 | 38 |
| Octal | 253 | 164 | 206 | 0 | 40 | 26 | 41 | 524 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10000110 | 0 | 100000 | 10110 | 100001 | 101010100 | 11001 | 111000 |
Color Harmonies of #AB7486
Complementary color
Monochromatic Colors of #AB7486
Black with #AB7486
Text Example
Text Example
White with #AB7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7486; }
p { color: rgb(171,116,134); }
H1.HeaderClassName
{
color: #AB7486;
}
.AnyTagClassName
{
color: #AB7486;
}
</style>
background-color css
<style>
a { background-color: #AB7486; }
a { background-color: rgb(171,116,134); }
div.DivClassName
{
background-color: #AB7486;
}
.BgClassName
{
background-color: #AB7486;
}
</style>
border-color css
<style>
span { border-color: #AB7486; }
span { border-color: rgb(171,116,134); }
td.TdClassName
{
border-color: #AB7486;
}
.TagClassName
{
border-color: #AB7486;
}
</style>