Shades of Tapestry #AD718C
Tints of Tapestry #AD718C
RGB
CMYK
RGB Variations
Color information
#AD718C (or 0xAD718C) is known color: Tapestry. HEX triplet: AD, 71 and 8C. RGB value is (173,113,140). Sum of RGB (Red+Green+Blue) = 173+113+140=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD718C is #528E73. Grayscale: #858585. Windows color (decimal): -5410420 or 9204141. OLE color: 9204141.
HSL color Cylindrical-coordinate representation of color #AD718C: hue angle of 333º 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 #AD718C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 140 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.32 |
| HSL | 333º | 0.27% | 0.56% | - |
| HSV(B) | 333º | 0.35% | 0.68% | - |
| XYZ | 27.87 | 22.59 | 27.7 | - |
| YUV | 134.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 140 | 0 | 0.35 | 0.19 | 0.32 | 333 | 0.27 | 0.56 |
| Hex | AD | 71 | 8C | 0 | 23 | 13 | 20 | 14D | 1B | 38 |
| Octal | 255 | 161 | 214 | 0 | 43 | 23 | 40 | 515 | 33 | 70 |
| Binary | 10101101 | 1110001 | 10001100 | 0 | 100011 | 10011 | 100000 | 101001101 | 11011 | 111000 |
Color Harmonies of #AD718C
Complementary color
Monochromatic Colors of #AD718C
Black with #AD718C
Text Example
Text Example
White with #AD718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD718C; }
p { color: rgb(173,113,140); }
H1.HeaderClassName
{
color: #AD718C;
}
.AnyTagClassName
{
color: #AD718C;
}
</style>
background-color css
<style>
a { background-color: #AD718C; }
a { background-color: rgb(173,113,140); }
div.DivClassName
{
background-color: #AD718C;
}
.BgClassName
{
background-color: #AD718C;
}
</style>
border-color css
<style>
span { border-color: #AD718C; }
span { border-color: rgb(173,113,140); }
td.TdClassName
{
border-color: #AD718C;
}
.TagClassName
{
border-color: #AD718C;
}
</style>