Shades of Tapestry #AD788D
Tints of Tapestry #AD788D
RGB
CMYK
RGB Variations
Color information
#AD788D (or 0xAD788D) is known color: Tapestry. HEX triplet: AD, 78 and 8D. RGB value is (173,120,141). Sum of RGB (Red+Green+Blue) = 173+120+141=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD788D is #528772. Grayscale: #8A8A8A. Windows color (decimal): -5408627 or 9271469. OLE color: 9271469.
HSL color Cylindrical-coordinate representation of color #AD788D: hue angle of 336.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD788D is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 141 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.32 |
| HSL | 336.23º | 0.24% | 0.57% | - |
| HSV(B) | 336.23º | 0.31% | 0.68% | - |
| XYZ | 28.76 | 24.24 | 28.36 | - |
| YUV | 138.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 141 | 0 | 0.31 | 0.18 | 0.32 | 336.23 | 0.24 | 0.57 |
| Hex | AD | 78 | 8D | 0 | 1F | 12 | 20 | 150 | 18 | 39 |
| Octal | 255 | 170 | 215 | 0 | 37 | 22 | 40 | 520 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10001101 | 0 | 11111 | 10010 | 100000 | 101010000 | 11000 | 111001 |
Color Harmonies of #AD788D
Complementary color
Monochromatic Colors of #AD788D
Black with #AD788D
Text Example
Text Example
White with #AD788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD788D; }
p { color: rgb(173,120,141); }
H1.HeaderClassName
{
color: #AD788D;
}
.AnyTagClassName
{
color: #AD788D;
}
</style>
background-color css
<style>
a { background-color: #AD788D; }
a { background-color: rgb(173,120,141); }
div.DivClassName
{
background-color: #AD788D;
}
.BgClassName
{
background-color: #AD788D;
}
</style>
border-color css
<style>
span { border-color: #AD788D; }
span { border-color: rgb(173,120,141); }
td.TdClassName
{
border-color: #AD788D;
}
.TagClassName
{
border-color: #AD788D;
}
</style>