Shades of Tapestry #AB6785
Tints of Tapestry #AB6785
RGB
CMYK
RGB Variations
Color information
#AB6785 (or 0xAB6785) is known color: Tapestry. HEX triplet: AB, 67 and 85. RGB value is (171,103,133). Sum of RGB (Red+Green+Blue) = 171+103+133=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6785 is #54987A. Grayscale: #7E7E7E. Windows color (decimal): -5544059 or 8742827. OLE color: 8742827.
HSL color Cylindrical-coordinate representation of color #AB6785: hue angle of 333.53º 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 #AB6785 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 133 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.33 |
| HSL | 333.53º | 0.29% | 0.54% | - |
| HSV(B) | 333.53º | 0.4% | 0.67% | - |
| XYZ | 25.88 | 20.05 | 24.7 | - |
| YUV | 126.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 133 | 0 | 0.40 | 0.22 | 0.33 | 333.53 | 0.29 | 0.54 |
| Hex | AB | 67 | 85 | 0 | 28 | 16 | 21 | 14E | 1D | 36 |
| Octal | 253 | 147 | 205 | 0 | 50 | 26 | 41 | 516 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10000101 | 0 | 101000 | 10110 | 100001 | 101001110 | 11101 | 110110 |
Color Harmonies of #AB6785
Complementary color
Monochromatic Colors of #AB6785
Black with #AB6785
Text Example
Text Example
White with #AB6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6785; }
p { color: rgb(171,103,133); }
H1.HeaderClassName
{
color: #AB6785;
}
.AnyTagClassName
{
color: #AB6785;
}
</style>
background-color css
<style>
a { background-color: #AB6785; }
a { background-color: rgb(171,103,133); }
div.DivClassName
{
background-color: #AB6785;
}
.BgClassName
{
background-color: #AB6785;
}
</style>
border-color css
<style>
span { border-color: #AB6785; }
span { border-color: rgb(171,103,133); }
td.TdClassName
{
border-color: #AB6785;
}
.TagClassName
{
border-color: #AB6785;
}
</style>