Shades of Tapestry #AD6D8D
Tints of Tapestry #AD6D8D
RGB
CMYK
RGB Variations
Color information
#AD6D8D (or 0xAD6D8D) is known color: Tapestry. HEX triplet: AD, 6D and 8D. RGB value is (173,109,141). Sum of RGB (Red+Green+Blue) = 173+109+141=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D8D is #529272. Grayscale: #838383. Windows color (decimal): -5411443 or 9268653. OLE color: 9268653.
HSL color Cylindrical-coordinate representation of color #AD6D8D: hue angle of 330º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D8D is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 141 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.32 |
| HSL | 330º | 0.28% | 0.55% | - |
| HSV(B) | 330º | 0.37% | 0.68% | - |
| XYZ | 27.51 | 21.74 | 27.95 | - |
| YUV | 131.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 141 | 0 | 0.37 | 0.18 | 0.32 | 330 | 0.28 | 0.55 |
| Hex | AD | 6D | 8D | 0 | 25 | 12 | 20 | 14A | 1C | 37 |
| Octal | 255 | 155 | 215 | 0 | 45 | 22 | 40 | 512 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10001101 | 0 | 100101 | 10010 | 100000 | 101001010 | 11100 | 110111 |
Color Harmonies of #AD6D8D
Complementary color
Monochromatic Colors of #AD6D8D
Black with #AD6D8D
Text Example
Text Example
White with #AD6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D8D; }
p { color: rgb(173,109,141); }
H1.HeaderClassName
{
color: #AD6D8D;
}
.AnyTagClassName
{
color: #AD6D8D;
}
</style>
background-color css
<style>
a { background-color: #AD6D8D; }
a { background-color: rgb(173,109,141); }
div.DivClassName
{
background-color: #AD6D8D;
}
.BgClassName
{
background-color: #AD6D8D;
}
</style>
border-color css
<style>
span { border-color: #AD6D8D; }
span { border-color: rgb(173,109,141); }
td.TdClassName
{
border-color: #AD6D8D;
}
.TagClassName
{
border-color: #AD6D8D;
}
</style>