Shades of Tapestry #AD697C
Tints of Tapestry #AD697C
RGB
CMYK
RGB Variations
Color information
#AD697C (or 0xAD697C) is known color: Tapestry. HEX triplet: AD, 69 and 7C. RGB value is (173,105,124). Sum of RGB (Red+Green+Blue) = 173+105+124=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697C is #529683. Grayscale: #7F7F7F. Windows color (decimal): -5412484 or 8153517. OLE color: 8153517.
HSL color Cylindrical-coordinate representation of color #AD697C: hue angle of 343.24º 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 #AD697C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 124 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.32 |
| HSL | 343.24º | 0.29% | 0.55% | - |
| HSV(B) | 343.24º | 0.39% | 0.68% | - |
| XYZ | 25.92 | 20.44 | 21.65 | - |
| YUV | 127.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 124 | 0 | 0.39 | 0.28 | 0.32 | 343.24 | 0.29 | 0.55 |
| Hex | AD | 69 | 7C | 0 | 27 | 1C | 20 | 157 | 1D | 37 |
| Octal | 255 | 151 | 174 | 0 | 47 | 34 | 40 | 527 | 35 | 67 |
| Binary | 10101101 | 1101001 | 1111100 | 0 | 100111 | 11100 | 100000 | 101010111 | 11101 | 110111 |
Color Harmonies of #AD697C
Complementary color
Monochromatic Colors of #AD697C
Black with #AD697C
Text Example
Text Example
White with #AD697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD697C; }
p { color: rgb(173,105,124); }
H1.HeaderClassName
{
color: #AD697C;
}
.AnyTagClassName
{
color: #AD697C;
}
</style>
background-color css
<style>
a { background-color: #AD697C; }
a { background-color: rgb(173,105,124); }
div.DivClassName
{
background-color: #AD697C;
}
.BgClassName
{
background-color: #AD697C;
}
</style>
border-color css
<style>
span { border-color: #AD697C; }
span { border-color: rgb(173,105,124); }
td.TdClassName
{
border-color: #AD697C;
}
.TagClassName
{
border-color: #AD697C;
}
</style>