Shades of Tapestry #AD748D
Tints of Tapestry #AD748D
RGB
CMYK
RGB Variations
Color information
#AD748D (or 0xAD748D) is known color: Tapestry. HEX triplet: AD, 74 and 8D. RGB value is (173,116,141). Sum of RGB (Red+Green+Blue) = 173+116+141=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD748D is #528B72. Grayscale: #878787. Windows color (decimal): -5409651 or 9270445. OLE color: 9270445.
HSL color Cylindrical-coordinate representation of color #AD748D: hue angle of 333.68º 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 #AD748D is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 141 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.32 |
| HSL | 333.68º | 0.26% | 0.57% | - |
| HSV(B) | 333.68º | 0.33% | 0.68% | - |
| XYZ | 28.29 | 23.3 | 28.21 | - |
| YUV | 135.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 141 | 0 | 0.33 | 0.18 | 0.32 | 333.68 | 0.26 | 0.57 |
| Hex | AD | 74 | 8D | 0 | 21 | 12 | 20 | 14E | 1A | 39 |
| Octal | 255 | 164 | 215 | 0 | 41 | 22 | 40 | 516 | 32 | 71 |
| Binary | 10101101 | 1110100 | 10001101 | 0 | 100001 | 10010 | 100000 | 101001110 | 11010 | 111001 |
Color Harmonies of #AD748D
Complementary color
Monochromatic Colors of #AD748D
Black with #AD748D
Text Example
Text Example
White with #AD748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD748D; }
p { color: rgb(173,116,141); }
H1.HeaderClassName
{
color: #AD748D;
}
.AnyTagClassName
{
color: #AD748D;
}
</style>
background-color css
<style>
a { background-color: #AD748D; }
a { background-color: rgb(173,116,141); }
div.DivClassName
{
background-color: #AD748D;
}
.BgClassName
{
background-color: #AD748D;
}
</style>
border-color css
<style>
span { border-color: #AD748D; }
span { border-color: rgb(173,116,141); }
td.TdClassName
{
border-color: #AD748D;
}
.TagClassName
{
border-color: #AD748D;
}
</style>