Shades of Tapestry #AB6782
Tints of Tapestry #AB6782
RGB
CMYK
RGB Variations
Color information
#AB6782 (or 0xAB6782) is known color: Tapestry. HEX triplet: AB, 67 and 82. RGB value is (171,103,130). Sum of RGB (Red+Green+Blue) = 171+103+130=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6782 is #54987D. Grayscale: #7E7E7E. Windows color (decimal): -5544062 or 8546219. OLE color: 8546219.
HSL color Cylindrical-coordinate representation of color #AB6782: hue angle of 336.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6782 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 130 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.33 |
| HSL | 336.18º | 0.29% | 0.54% | - |
| HSV(B) | 336.18º | 0.4% | 0.67% | - |
| XYZ | 25.67 | 19.97 | 23.62 | - |
| YUV | 126.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 130 | 0 | 0.40 | 0.24 | 0.33 | 336.18 | 0.29 | 0.54 |
| Hex | AB | 67 | 82 | 0 | 28 | 18 | 21 | 150 | 1D | 36 |
| Octal | 253 | 147 | 202 | 0 | 50 | 30 | 41 | 520 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10000010 | 0 | 101000 | 11000 | 100001 | 101010000 | 11101 | 110110 |
Color Harmonies of #AB6782
Complementary color
Monochromatic Colors of #AB6782
Black with #AB6782
Text Example
Text Example
White with #AB6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6782; }
p { color: rgb(171,103,130); }
H1.HeaderClassName
{
color: #AB6782;
}
.AnyTagClassName
{
color: #AB6782;
}
</style>
background-color css
<style>
a { background-color: #AB6782; }
a { background-color: rgb(171,103,130); }
div.DivClassName
{
background-color: #AB6782;
}
.BgClassName
{
background-color: #AB6782;
}
</style>
border-color css
<style>
span { border-color: #AB6782; }
span { border-color: rgb(171,103,130); }
td.TdClassName
{
border-color: #AB6782;
}
.TagClassName
{
border-color: #AB6782;
}
</style>