Shades of Tapestry #AB7682
Tints of Tapestry #AB7682
RGB
CMYK
RGB Variations
Color information
#AB7682 (or 0xAB7682) is known color: Tapestry. HEX triplet: AB, 76 and 82. RGB value is (171,118,130). Sum of RGB (Red+Green+Blue) = 171+118+130=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7682 is #54897D. Grayscale: #878787. Windows color (decimal): -5540222 or 8550059. OLE color: 8550059.
HSL color Cylindrical-coordinate representation of color #AB7682: hue angle of 346.42º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB7682 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 130 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.33 |
| HSL | 346.42º | 0.24% | 0.57% | - |
| HSV(B) | 346.42º | 0.31% | 0.67% | - |
| XYZ | 27.3 | 23.23 | 24.16 | - |
| YUV | 135.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 130 | 0 | 0.31 | 0.24 | 0.33 | 346.42 | 0.24 | 0.57 |
| Hex | AB | 76 | 82 | 0 | 1F | 18 | 21 | 15A | 18 | 39 |
| Octal | 253 | 166 | 202 | 0 | 37 | 30 | 41 | 532 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10000010 | 0 | 11111 | 11000 | 100001 | 101011010 | 11000 | 111001 |
Color Harmonies of #AB7682
Complementary color
Monochromatic Colors of #AB7682
Black with #AB7682
Text Example
Text Example
White with #AB7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7682; }
p { color: rgb(171,118,130); }
H1.HeaderClassName
{
color: #AB7682;
}
.AnyTagClassName
{
color: #AB7682;
}
</style>
background-color css
<style>
a { background-color: #AB7682; }
a { background-color: rgb(171,118,130); }
div.DivClassName
{
background-color: #AB7682;
}
.BgClassName
{
background-color: #AB7682;
}
</style>
border-color css
<style>
span { border-color: #AB7682; }
span { border-color: rgb(171,118,130); }
td.TdClassName
{
border-color: #AB7682;
}
.TagClassName
{
border-color: #AB7682;
}
</style>