Shades of Tapestry #AD698E
Tints of Tapestry #AD698E
RGB
CMYK
RGB Variations
Color information
#AD698E (or 0xAD698E) is known color: Tapestry. HEX triplet: AD, 69 and 8E. RGB value is (173,105,142). Sum of RGB (Red+Green+Blue) = 173+105+142=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD698E is #529671. Grayscale: #818181. Windows color (decimal): -5412466 or 9333165. OLE color: 9333165.
HSL color Cylindrical-coordinate representation of color #AD698E: hue angle of 327.35º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD698E is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 142 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.32 |
| HSL | 327.35º | 0.29% | 0.55% | - |
| HSV(B) | 327.35º | 0.39% | 0.68% | - |
| XYZ | 27.17 | 20.94 | 28.2 | - |
| YUV | 129.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 142 | 0 | 0.39 | 0.18 | 0.32 | 327.35 | 0.29 | 0.55 |
| Hex | AD | 69 | 8E | 0 | 27 | 12 | 20 | 147 | 1D | 37 |
| Octal | 255 | 151 | 216 | 0 | 47 | 22 | 40 | 507 | 35 | 67 |
| Binary | 10101101 | 1101001 | 10001110 | 0 | 100111 | 10010 | 100000 | 101000111 | 11101 | 110111 |
Color Harmonies of #AD698E
Complementary color
Monochromatic Colors of #AD698E
Black with #AD698E
Text Example
Text Example
White with #AD698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD698E; }
p { color: rgb(173,105,142); }
H1.HeaderClassName
{
color: #AD698E;
}
.AnyTagClassName
{
color: #AD698E;
}
</style>
background-color css
<style>
a { background-color: #AD698E; }
a { background-color: rgb(173,105,142); }
div.DivClassName
{
background-color: #AD698E;
}
.BgClassName
{
background-color: #AD698E;
}
</style>
border-color css
<style>
span { border-color: #AD698E; }
span { border-color: rgb(173,105,142); }
td.TdClassName
{
border-color: #AD698E;
}
.TagClassName
{
border-color: #AD698E;
}
</style>