Shades of Tapestry #AD728E
Tints of Tapestry #AD728E
RGB
CMYK
RGB Variations
Color information
#AD728E (or 0xAD728E) is known color: Tapestry. HEX triplet: AD, 72 and 8E. RGB value is (173,114,142). Sum of RGB (Red+Green+Blue) = 173+114+142=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD728E is #528D71. Grayscale: #868686. Windows color (decimal): -5410162 or 9335469. OLE color: 9335469.
HSL color Cylindrical-coordinate representation of color #AD728E: hue angle of 331.53º 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 #AD728E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 142 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.32 |
| HSL | 331.53º | 0.26% | 0.56% | - |
| HSV(B) | 331.53º | 0.34% | 0.68% | - |
| XYZ | 28.13 | 22.87 | 28.52 | - |
| YUV | 134.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 142 | 0 | 0.34 | 0.18 | 0.32 | 331.53 | 0.26 | 0.56 |
| Hex | AD | 72 | 8E | 0 | 22 | 12 | 20 | 14C | 1A | 38 |
| Octal | 255 | 162 | 216 | 0 | 42 | 22 | 40 | 514 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10001110 | 0 | 100010 | 10010 | 100000 | 101001100 | 11010 | 111000 |
Color Harmonies of #AD728E
Complementary color
Monochromatic Colors of #AD728E
Black with #AD728E
Text Example
Text Example
White with #AD728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD728E; }
p { color: rgb(173,114,142); }
H1.HeaderClassName
{
color: #AD728E;
}
.AnyTagClassName
{
color: #AD728E;
}
</style>
background-color css
<style>
a { background-color: #AD728E; }
a { background-color: rgb(173,114,142); }
div.DivClassName
{
background-color: #AD728E;
}
.BgClassName
{
background-color: #AD728E;
}
</style>
border-color css
<style>
span { border-color: #AD728E; }
span { border-color: rgb(173,114,142); }
td.TdClassName
{
border-color: #AD728E;
}
.TagClassName
{
border-color: #AD728E;
}
</style>