Shades of Tapestry #AD688F
Tints of Tapestry #AD688F
RGB
CMYK
RGB Variations
Color information
#AD688F (or 0xAD688F) is known color: Tapestry. HEX triplet: AD, 68 and 8F. RGB value is (173,104,143). Sum of RGB (Red+Green+Blue) = 173+104+143=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD688F is #529770. Grayscale: #808080. Windows color (decimal): -5412721 or 9398445. OLE color: 9398445.
HSL color Cylindrical-coordinate representation of color #AD688F: hue angle of 326.09º 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 #AD688F is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 143 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.32 |
| HSL | 326.09º | 0.3% | 0.54% | - |
| HSV(B) | 326.09º | 0.4% | 0.68% | - |
| XYZ | 27.14 | 20.77 | 28.56 | - |
| YUV | 129.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 143 | 0 | 0.40 | 0.17 | 0.32 | 326.09 | 0.3 | 0.54 |
| Hex | AD | 68 | 8F | 0 | 28 | 11 | 20 | 146 | 1E | 36 |
| Octal | 255 | 150 | 217 | 0 | 50 | 21 | 40 | 506 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10001111 | 0 | 101000 | 10001 | 100000 | 101000110 | 11110 | 110110 |
Color Harmonies of #AD688F
Complementary color
Monochromatic Colors of #AD688F
Black with #AD688F
Text Example
Text Example
White with #AD688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD688F; }
p { color: rgb(173,104,143); }
H1.HeaderClassName
{
color: #AD688F;
}
.AnyTagClassName
{
color: #AD688F;
}
</style>
background-color css
<style>
a { background-color: #AD688F; }
a { background-color: rgb(173,104,143); }
div.DivClassName
{
background-color: #AD688F;
}
.BgClassName
{
background-color: #AD688F;
}
</style>
border-color css
<style>
span { border-color: #AD688F; }
span { border-color: rgb(173,104,143); }
td.TdClassName
{
border-color: #AD688F;
}
.TagClassName
{
border-color: #AD688F;
}
</style>