Shades of Tapestry #AD708D
Tints of Tapestry #AD708D
RGB
CMYK
RGB Variations
Color information
#AD708D (or 0xAD708D) is known color: Tapestry. HEX triplet: AD, 70 and 8D. RGB value is (173,112,141). Sum of RGB (Red+Green+Blue) = 173+112+141=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD708D is #528F72. Grayscale: #858585. Windows color (decimal): -5410675 or 9269421. OLE color: 9269421.
HSL color Cylindrical-coordinate representation of color #AD708D: hue angle of 331.48º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD708D is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 141 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.32 |
| HSL | 331.48º | 0.27% | 0.56% | - |
| HSV(B) | 331.48º | 0.35% | 0.68% | - |
| XYZ | 27.84 | 22.4 | 28.06 | - |
| YUV | 133.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 141 | 0 | 0.35 | 0.18 | 0.32 | 331.48 | 0.27 | 0.56 |
| Hex | AD | 70 | 8D | 0 | 23 | 12 | 20 | 14B | 1B | 38 |
| Octal | 255 | 160 | 215 | 0 | 43 | 22 | 40 | 513 | 33 | 70 |
| Binary | 10101101 | 1110000 | 10001101 | 0 | 100011 | 10010 | 100000 | 101001011 | 11011 | 111000 |
Color Harmonies of #AD708D
Complementary color
Monochromatic Colors of #AD708D
Black with #AD708D
Text Example
Text Example
White with #AD708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD708D; }
p { color: rgb(173,112,141); }
H1.HeaderClassName
{
color: #AD708D;
}
.AnyTagClassName
{
color: #AD708D;
}
</style>
background-color css
<style>
a { background-color: #AD708D; }
a { background-color: rgb(173,112,141); }
div.DivClassName
{
background-color: #AD708D;
}
.BgClassName
{
background-color: #AD708D;
}
</style>
border-color css
<style>
span { border-color: #AD708D; }
span { border-color: rgb(173,112,141); }
td.TdClassName
{
border-color: #AD708D;
}
.TagClassName
{
border-color: #AD708D;
}
</style>