Shades of Tapestry #AB6784
Tints of Tapestry #AB6784
RGB
CMYK
RGB Variations
Color information
#AB6784 (or 0xAB6784) is known color: Tapestry. HEX triplet: AB, 67 and 84. RGB value is (171,103,132). Sum of RGB (Red+Green+Blue) = 171+103+132=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6784 is #54987B. Grayscale: #7E7E7E. Windows color (decimal): -5544060 or 8677291. OLE color: 8677291.
HSL color Cylindrical-coordinate representation of color #AB6784: hue angle of 334.41º 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 #AB6784 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 132 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.33 |
| HSL | 334.41º | 0.29% | 0.54% | - |
| HSV(B) | 334.41º | 0.4% | 0.67% | - |
| XYZ | 25.81 | 20.02 | 24.33 | - |
| YUV | 126.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 132 | 0 | 0.40 | 0.23 | 0.33 | 334.41 | 0.29 | 0.54 |
| Hex | AB | 67 | 84 | 0 | 28 | 17 | 21 | 14E | 1D | 36 |
| Octal | 253 | 147 | 204 | 0 | 50 | 27 | 41 | 516 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10000100 | 0 | 101000 | 10111 | 100001 | 101001110 | 11101 | 110110 |
Color Harmonies of #AB6784
Complementary color
Monochromatic Colors of #AB6784
Black with #AB6784
Text Example
Text Example
White with #AB6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6784; }
p { color: rgb(171,103,132); }
H1.HeaderClassName
{
color: #AB6784;
}
.AnyTagClassName
{
color: #AB6784;
}
</style>
background-color css
<style>
a { background-color: #AB6784; }
a { background-color: rgb(171,103,132); }
div.DivClassName
{
background-color: #AB6784;
}
.BgClassName
{
background-color: #AB6784;
}
</style>
border-color css
<style>
span { border-color: #AB6784; }
span { border-color: rgb(171,103,132); }
td.TdClassName
{
border-color: #AB6784;
}
.TagClassName
{
border-color: #AB6784;
}
</style>