Shades of Tapestry #AD728C
Tints of Tapestry #AD728C
RGB
CMYK
RGB Variations
Color information
#AD728C (or 0xAD728C) is known color: Tapestry. HEX triplet: AD, 72 and 8C. RGB value is (173,114,140). Sum of RGB (Red+Green+Blue) = 173+114+140=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD728C is #528D73. Grayscale: #868686. Windows color (decimal): -5410164 or 9204397. OLE color: 9204397.
HSL color Cylindrical-coordinate representation of color #AD728C: hue angle of 333.56º 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 #AD728C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 140 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.32 |
| HSL | 333.56º | 0.26% | 0.56% | - |
| HSV(B) | 333.56º | 0.34% | 0.68% | - |
| XYZ | 27.98 | 22.81 | 27.74 | - |
| YUV | 134.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 140 | 0 | 0.34 | 0.19 | 0.32 | 333.56 | 0.26 | 0.56 |
| Hex | AD | 72 | 8C | 0 | 22 | 13 | 20 | 14E | 1A | 38 |
| Octal | 255 | 162 | 214 | 0 | 42 | 23 | 40 | 516 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10001100 | 0 | 100010 | 10011 | 100000 | 101001110 | 11010 | 111000 |
Color Harmonies of #AD728C
Complementary color
Monochromatic Colors of #AD728C
Black with #AD728C
Text Example
Text Example
White with #AD728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD728C; }
p { color: rgb(173,114,140); }
H1.HeaderClassName
{
color: #AD728C;
}
.AnyTagClassName
{
color: #AD728C;
}
</style>
background-color css
<style>
a { background-color: #AD728C; }
a { background-color: rgb(173,114,140); }
div.DivClassName
{
background-color: #AD728C;
}
.BgClassName
{
background-color: #AD728C;
}
</style>
border-color css
<style>
span { border-color: #AD728C; }
span { border-color: rgb(173,114,140); }
td.TdClassName
{
border-color: #AD728C;
}
.TagClassName
{
border-color: #AD728C;
}
</style>