Shades of Tapestry #AD718B
Tints of Tapestry #AD718B
RGB
CMYK
RGB Variations
Color information
#AD718B (or 0xAD718B) is known color: Tapestry. HEX triplet: AD, 71 and 8B. RGB value is (173,113,139). Sum of RGB (Red+Green+Blue) = 173+113+139=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD718B is #528E74. Grayscale: #858585. Windows color (decimal): -5410421 or 9138605. OLE color: 9138605.
HSL color Cylindrical-coordinate representation of color #AD718B: hue angle of 334º 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 #AD718B is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 139 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.32 |
| HSL | 334º | 0.27% | 0.56% | - |
| HSV(B) | 334º | 0.35% | 0.68% | - |
| XYZ | 27.8 | 22.56 | 27.32 | - |
| YUV | 133.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 139 | 0 | 0.35 | 0.20 | 0.32 | 334 | 0.27 | 0.56 |
| Hex | AD | 71 | 8B | 0 | 23 | 14 | 20 | 14E | 1B | 38 |
| Octal | 255 | 161 | 213 | 0 | 43 | 24 | 40 | 516 | 33 | 70 |
| Binary | 10101101 | 1110001 | 10001011 | 0 | 100011 | 10100 | 100000 | 101001110 | 11011 | 111000 |
Color Harmonies of #AD718B
Complementary color
Monochromatic Colors of #AD718B
Black with #AD718B
Text Example
Text Example
White with #AD718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD718B; }
p { color: rgb(173,113,139); }
H1.HeaderClassName
{
color: #AD718B;
}
.AnyTagClassName
{
color: #AD718B;
}
</style>
background-color css
<style>
a { background-color: #AD718B; }
a { background-color: rgb(173,113,139); }
div.DivClassName
{
background-color: #AD718B;
}
.BgClassName
{
background-color: #AD718B;
}
</style>
border-color css
<style>
span { border-color: #AD718B; }
span { border-color: rgb(173,113,139); }
td.TdClassName
{
border-color: #AD718B;
}
.TagClassName
{
border-color: #AD718B;
}
</style>