Shades of Tapestry #AD728D
Tints of Tapestry #AD728D
RGB
CMYK
RGB Variations
Color information
#AD728D (or 0xAD728D) is known color: Tapestry. HEX triplet: AD, 72 and 8D. RGB value is (173,114,141). Sum of RGB (Red+Green+Blue) = 173+114+141=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD728D is #528D72. Grayscale: #868686. Windows color (decimal): -5410163 or 9269933. OLE color: 9269933.
HSL color Cylindrical-coordinate representation of color #AD728D: hue angle of 332.54º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD728D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 141 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.32 |
| HSL | 332.54º | 0.26% | 0.56% | - |
| HSV(B) | 332.54º | 0.34% | 0.68% | - |
| XYZ | 28.06 | 22.84 | 28.13 | - |
| YUV | 134.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 141 | 0 | 0.34 | 0.18 | 0.32 | 332.54 | 0.26 | 0.56 |
| Hex | AD | 72 | 8D | 0 | 22 | 12 | 20 | 14D | 1A | 38 |
| Octal | 255 | 162 | 215 | 0 | 42 | 22 | 40 | 515 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10001101 | 0 | 100010 | 10010 | 100000 | 101001101 | 11010 | 111000 |
Color Harmonies of #AD728D
Complementary color
Monochromatic Colors of #AD728D
Black with #AD728D
Text Example
Text Example
White with #AD728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD728D; }
p { color: rgb(173,114,141); }
H1.HeaderClassName
{
color: #AD728D;
}
.AnyTagClassName
{
color: #AD728D;
}
</style>
background-color css
<style>
a { background-color: #AD728D; }
a { background-color: rgb(173,114,141); }
div.DivClassName
{
background-color: #AD728D;
}
.BgClassName
{
background-color: #AD728D;
}
</style>
border-color css
<style>
span { border-color: #AD728D; }
span { border-color: rgb(173,114,141); }
td.TdClassName
{
border-color: #AD728D;
}
.TagClassName
{
border-color: #AD728D;
}
</style>