Shades of Tapestry #AD6D8F
Tints of Tapestry #AD6D8F
RGB
CMYK
RGB Variations
Color information
#AD6D8F (or 0xAD6D8F) is known color: Tapestry. HEX triplet: AD, 6D and 8F. RGB value is (173,109,143). Sum of RGB (Red+Green+Blue) = 173+109+143=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D8F is #529270. Grayscale: #838383. Windows color (decimal): -5411441 or 9399725. OLE color: 9399725.
HSL color Cylindrical-coordinate representation of color #AD6D8F: hue angle of 328.12º 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 #AD6D8F is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 143 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.32 |
| HSL | 328.13º | 0.28% | 0.55% | - |
| HSV(B) | 328.13º | 0.37% | 0.68% | - |
| XYZ | 27.66 | 21.8 | 28.74 | - |
| YUV | 132.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 143 | 0 | 0.37 | 0.17 | 0.32 | 328.13 | 0.28 | 0.55 |
| Hex | AD | 6D | 8F | 0 | 25 | 11 | 20 | 148 | 1C | 37 |
| Octal | 255 | 155 | 217 | 0 | 45 | 21 | 40 | 510 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10001111 | 0 | 100101 | 10001 | 100000 | 101001000 | 11100 | 110111 |
Color Harmonies of #AD6D8F
Complementary color
Monochromatic Colors of #AD6D8F
Black with #AD6D8F
Text Example
Text Example
White with #AD6D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D8F; }
p { color: rgb(173,109,143); }
H1.HeaderClassName
{
color: #AD6D8F;
}
.AnyTagClassName
{
color: #AD6D8F;
}
</style>
background-color css
<style>
a { background-color: #AD6D8F; }
a { background-color: rgb(173,109,143); }
div.DivClassName
{
background-color: #AD6D8F;
}
.BgClassName
{
background-color: #AD6D8F;
}
</style>
border-color css
<style>
span { border-color: #AD6D8F; }
span { border-color: rgb(173,109,143); }
td.TdClassName
{
border-color: #AD6D8F;
}
.TagClassName
{
border-color: #AD6D8F;
}
</style>