Shades of Tapestry #AD6586
Tints of Tapestry #AD6586
RGB
CMYK
RGB Variations
Color information
#AD6586 (or 0xAD6586) is known color: Tapestry. HEX triplet: AD, 65 and 86. RGB value is (173,101,134). Sum of RGB (Red+Green+Blue) = 173+101+134=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6586 is #529A79. Grayscale: #7E7E7E. Windows color (decimal): -5413498 or 8807853. OLE color: 8807853.
HSL color Cylindrical-coordinate representation of color #AD6586: hue angle of 332.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6586 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 134 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.32 |
| HSL | 332.5º | 0.31% | 0.54% | - |
| HSV(B) | 332.5º | 0.42% | 0.68% | - |
| XYZ | 26.19 | 19.91 | 25.02 | - |
| YUV | 126.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 134 | 0 | 0.42 | 0.23 | 0.32 | 332.5 | 0.31 | 0.54 |
| Hex | AD | 65 | 86 | 0 | 2A | 17 | 20 | 14C | 1F | 36 |
| Octal | 255 | 145 | 206 | 0 | 52 | 27 | 40 | 514 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10000110 | 0 | 101010 | 10111 | 100000 | 101001100 | 11111 | 110110 |
Color Harmonies of #AD6586
Complementary color
Monochromatic Colors of #AD6586
Black with #AD6586
Text Example
Text Example
White with #AD6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6586; }
p { color: rgb(173,101,134); }
H1.HeaderClassName
{
color: #AD6586;
}
.AnyTagClassName
{
color: #AD6586;
}
</style>
background-color css
<style>
a { background-color: #AD6586; }
a { background-color: rgb(173,101,134); }
div.DivClassName
{
background-color: #AD6586;
}
.BgClassName
{
background-color: #AD6586;
}
</style>
border-color css
<style>
span { border-color: #AD6586; }
span { border-color: rgb(173,101,134); }
td.TdClassName
{
border-color: #AD6586;
}
.TagClassName
{
border-color: #AD6586;
}
</style>