Shades of Tapestry #AD718F
Tints of Tapestry #AD718F
RGB
CMYK
RGB Variations
Color information
#AD718F (or 0xAD718F) is known color: Tapestry. HEX triplet: AD, 71 and 8F. RGB value is (173,113,143). Sum of RGB (Red+Green+Blue) = 173+113+143=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD718F is #528E70. Grayscale: #868686. Windows color (decimal): -5410417 or 9400749. OLE color: 9400749.
HSL color Cylindrical-coordinate representation of color #AD718F: hue angle of 330º 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 #AD718F is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 143 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.32 |
| HSL | 330º | 0.27% | 0.56% | - |
| HSV(B) | 330º | 0.35% | 0.68% | - |
| XYZ | 28.1 | 22.68 | 28.88 | - |
| YUV | 134.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 143 | 0 | 0.35 | 0.17 | 0.32 | 330 | 0.27 | 0.56 |
| Hex | AD | 71 | 8F | 0 | 23 | 11 | 20 | 14A | 1B | 38 |
| Octal | 255 | 161 | 217 | 0 | 43 | 21 | 40 | 512 | 33 | 70 |
| Binary | 10101101 | 1110001 | 10001111 | 0 | 100011 | 10001 | 100000 | 101001010 | 11011 | 111000 |
Color Harmonies of #AD718F
Complementary color
Monochromatic Colors of #AD718F
Black with #AD718F
Text Example
Text Example
White with #AD718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD718F; }
p { color: rgb(173,113,143); }
H1.HeaderClassName
{
color: #AD718F;
}
.AnyTagClassName
{
color: #AD718F;
}
</style>
background-color css
<style>
a { background-color: #AD718F; }
a { background-color: rgb(173,113,143); }
div.DivClassName
{
background-color: #AD718F;
}
.BgClassName
{
background-color: #AD718F;
}
</style>
border-color css
<style>
span { border-color: #AD718F; }
span { border-color: rgb(173,113,143); }
td.TdClassName
{
border-color: #AD718F;
}
.TagClassName
{
border-color: #AD718F;
}
</style>