Shades of Tapestry #AD748E
Tints of Tapestry #AD748E
RGB
CMYK
RGB Variations
Color information
#AD748E (or 0xAD748E) is known color: Tapestry. HEX triplet: AD, 74 and 8E. RGB value is (173,116,142). Sum of RGB (Red+Green+Blue) = 173+116+142=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD748E is #528B71. Grayscale: #878787. Windows color (decimal): -5409650 or 9335981. OLE color: 9335981.
HSL color Cylindrical-coordinate representation of color #AD748E: hue angle of 332.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD748E is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 142 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.32 |
| HSL | 332.63º | 0.26% | 0.57% | - |
| HSV(B) | 332.63º | 0.33% | 0.68% | - |
| XYZ | 28.36 | 23.33 | 28.6 | - |
| YUV | 136.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 142 | 0 | 0.33 | 0.18 | 0.32 | 332.63 | 0.26 | 0.57 |
| Hex | AD | 74 | 8E | 0 | 21 | 12 | 20 | 14D | 1A | 39 |
| Octal | 255 | 164 | 216 | 0 | 41 | 22 | 40 | 515 | 32 | 71 |
| Binary | 10101101 | 1110100 | 10001110 | 0 | 100001 | 10010 | 100000 | 101001101 | 11010 | 111001 |
Color Harmonies of #AD748E
Complementary color
Monochromatic Colors of #AD748E
Black with #AD748E
Text Example
Text Example
White with #AD748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD748E; }
p { color: rgb(173,116,142); }
H1.HeaderClassName
{
color: #AD748E;
}
.AnyTagClassName
{
color: #AD748E;
}
</style>
background-color css
<style>
a { background-color: #AD748E; }
a { background-color: rgb(173,116,142); }
div.DivClassName
{
background-color: #AD748E;
}
.BgClassName
{
background-color: #AD748E;
}
</style>
border-color css
<style>
span { border-color: #AD748E; }
span { border-color: rgb(173,116,142); }
td.TdClassName
{
border-color: #AD748E;
}
.TagClassName
{
border-color: #AD748E;
}
</style>