Shades of Tapestry #AD688D
Tints of Tapestry #AD688D
RGB
CMYK
RGB Variations
Color information
#AD688D (or 0xAD688D) is known color: Tapestry. HEX triplet: AD, 68 and 8D. RGB value is (173,104,141). Sum of RGB (Red+Green+Blue) = 173+104+141=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD688D is #529772. Grayscale: #808080. Windows color (decimal): -5412723 or 9267373. OLE color: 9267373.
HSL color Cylindrical-coordinate representation of color #AD688D: hue angle of 327.83º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD688D is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 141 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.32 |
| HSL | 327.83º | 0.3% | 0.54% | - |
| HSV(B) | 327.83º | 0.4% | 0.68% | - |
| XYZ | 26.99 | 20.71 | 27.77 | - |
| YUV | 128.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 141 | 0 | 0.40 | 0.18 | 0.32 | 327.83 | 0.3 | 0.54 |
| Hex | AD | 68 | 8D | 0 | 28 | 12 | 20 | 148 | 1E | 36 |
| Octal | 255 | 150 | 215 | 0 | 50 | 22 | 40 | 510 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10001101 | 0 | 101000 | 10010 | 100000 | 101001000 | 11110 | 110110 |
Color Harmonies of #AD688D
Complementary color
Monochromatic Colors of #AD688D
Black with #AD688D
Text Example
Text Example
White with #AD688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD688D; }
p { color: rgb(173,104,141); }
H1.HeaderClassName
{
color: #AD688D;
}
.AnyTagClassName
{
color: #AD688D;
}
</style>
background-color css
<style>
a { background-color: #AD688D; }
a { background-color: rgb(173,104,141); }
div.DivClassName
{
background-color: #AD688D;
}
.BgClassName
{
background-color: #AD688D;
}
</style>
border-color css
<style>
span { border-color: #AD688D; }
span { border-color: rgb(173,104,141); }
td.TdClassName
{
border-color: #AD688D;
}
.TagClassName
{
border-color: #AD688D;
}
</style>