Shades of Tapestry #AD668D
Tints of Tapestry #AD668D
RGB
CMYK
RGB Variations
Color information
#AD668D (or 0xAD668D) is known color: Tapestry. HEX triplet: AD, 66 and 8D. RGB value is (173,102,141). Sum of RGB (Red+Green+Blue) = 173+102+141=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD668D is #529972. Grayscale: #7F7F7F. Windows color (decimal): -5413235 or 9266861. OLE color: 9266861.
HSL color Cylindrical-coordinate representation of color #AD668D: hue angle of 327.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD668D is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 141 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.32 |
| HSL | 327.04º | 0.3% | 0.54% | - |
| HSV(B) | 327.04º | 0.41% | 0.68% | - |
| XYZ | 26.79 | 20.31 | 27.71 | - |
| YUV | 127.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 141 | 0 | 0.41 | 0.18 | 0.32 | 327.04 | 0.3 | 0.54 |
| Hex | AD | 66 | 8D | 0 | 29 | 12 | 20 | 147 | 1E | 36 |
| Octal | 255 | 146 | 215 | 0 | 51 | 22 | 40 | 507 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10001101 | 0 | 101001 | 10010 | 100000 | 101000111 | 11110 | 110110 |
Color Harmonies of #AD668D
Complementary color
Monochromatic Colors of #AD668D
Black with #AD668D
Text Example
Text Example
White with #AD668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD668D; }
p { color: rgb(173,102,141); }
H1.HeaderClassName
{
color: #AD668D;
}
.AnyTagClassName
{
color: #AD668D;
}
</style>
background-color css
<style>
a { background-color: #AD668D; }
a { background-color: rgb(173,102,141); }
div.DivClassName
{
background-color: #AD668D;
}
.BgClassName
{
background-color: #AD668D;
}
</style>
border-color css
<style>
span { border-color: #AD668D; }
span { border-color: rgb(173,102,141); }
td.TdClassName
{
border-color: #AD668D;
}
.TagClassName
{
border-color: #AD668D;
}
</style>