Shades of Tapestry #AD708C
Tints of Tapestry #AD708C
RGB
CMYK
RGB Variations
Color information
#AD708C (or 0xAD708C) is known color: Tapestry. HEX triplet: AD, 70 and 8C. RGB value is (173,112,140). Sum of RGB (Red+Green+Blue) = 173+112+140=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD708C is #528F73. Grayscale: #858585. Windows color (decimal): -5410676 or 9203885. OLE color: 9203885.
HSL color Cylindrical-coordinate representation of color #AD708C: hue angle of 332.46º 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 #AD708C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 140 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.32 |
| HSL | 332.46º | 0.27% | 0.56% | - |
| HSV(B) | 332.46º | 0.35% | 0.68% | - |
| XYZ | 27.76 | 22.37 | 27.66 | - |
| YUV | 133.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 140 | 0 | 0.35 | 0.19 | 0.32 | 332.46 | 0.27 | 0.56 |
| Hex | AD | 70 | 8C | 0 | 23 | 13 | 20 | 14C | 1B | 38 |
| Octal | 255 | 160 | 214 | 0 | 43 | 23 | 40 | 514 | 33 | 70 |
| Binary | 10101101 | 1110000 | 10001100 | 0 | 100011 | 10011 | 100000 | 101001100 | 11011 | 111000 |
Color Harmonies of #AD708C
Complementary color
Monochromatic Colors of #AD708C
Black with #AD708C
Text Example
Text Example
White with #AD708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD708C; }
p { color: rgb(173,112,140); }
H1.HeaderClassName
{
color: #AD708C;
}
.AnyTagClassName
{
color: #AD708C;
}
</style>
background-color css
<style>
a { background-color: #AD708C; }
a { background-color: rgb(173,112,140); }
div.DivClassName
{
background-color: #AD708C;
}
.BgClassName
{
background-color: #AD708C;
}
</style>
border-color css
<style>
span { border-color: #AD708C; }
span { border-color: rgb(173,112,140); }
td.TdClassName
{
border-color: #AD708C;
}
.TagClassName
{
border-color: #AD708C;
}
</style>