Shades of Tapestry #AD668E
Tints of Tapestry #AD668E
RGB
CMYK
RGB Variations
Color information
#AD668E (or 0xAD668E) is known color: Tapestry. HEX triplet: AD, 66 and 8E. RGB value is (173,102,142). Sum of RGB (Red+Green+Blue) = 173+102+142=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD668E is #529971. Grayscale: #7F7F7F. Windows color (decimal): -5413234 or 9332397. OLE color: 9332397.
HSL color Cylindrical-coordinate representation of color #AD668E: hue angle of 326.2º 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 #AD668E is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 142 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.32 |
| HSL | 326.2º | 0.3% | 0.54% | - |
| HSV(B) | 326.2º | 0.41% | 0.68% | - |
| XYZ | 26.87 | 20.34 | 28.1 | - |
| YUV | 127.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 142 | 0 | 0.41 | 0.18 | 0.32 | 326.2 | 0.3 | 0.54 |
| Hex | AD | 66 | 8E | 0 | 29 | 12 | 20 | 146 | 1E | 36 |
| Octal | 255 | 146 | 216 | 0 | 51 | 22 | 40 | 506 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10001110 | 0 | 101001 | 10010 | 100000 | 101000110 | 11110 | 110110 |
Color Harmonies of #AD668E
Complementary color
Monochromatic Colors of #AD668E
Black with #AD668E
Text Example
Text Example
White with #AD668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD668E; }
p { color: rgb(173,102,142); }
H1.HeaderClassName
{
color: #AD668E;
}
.AnyTagClassName
{
color: #AD668E;
}
</style>
background-color css
<style>
a { background-color: #AD668E; }
a { background-color: rgb(173,102,142); }
div.DivClassName
{
background-color: #AD668E;
}
.BgClassName
{
background-color: #AD668E;
}
</style>
border-color css
<style>
span { border-color: #AD668E; }
span { border-color: rgb(173,102,142); }
td.TdClassName
{
border-color: #AD668E;
}
.TagClassName
{
border-color: #AD668E;
}
</style>