Shades of Tapestry #AD697D
Tints of Tapestry #AD697D
RGB
CMYK
RGB Variations
Color information
#AD697D (or 0xAD697D) is known color: Tapestry. HEX triplet: AD, 69 and 7D. RGB value is (173,105,125). Sum of RGB (Red+Green+Blue) = 173+105+125=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697D is #529682. Grayscale: #7F7F7F. Windows color (decimal): -5412483 or 8219053. OLE color: 8219053.
HSL color Cylindrical-coordinate representation of color #AD697D: hue angle of 342.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 #AD697D is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 125 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.32 |
| HSL | 342.35º | 0.29% | 0.55% | - |
| HSV(B) | 342.35º | 0.39% | 0.68% | - |
| XYZ | 25.99 | 20.47 | 21.98 | - |
| YUV | 127.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 125 | 0 | 0.39 | 0.28 | 0.32 | 342.35 | 0.29 | 0.55 |
| Hex | AD | 69 | 7D | 0 | 27 | 1C | 20 | 156 | 1D | 37 |
| Octal | 255 | 151 | 175 | 0 | 47 | 34 | 40 | 526 | 35 | 67 |
| Binary | 10101101 | 1101001 | 1111101 | 0 | 100111 | 11100 | 100000 | 101010110 | 11101 | 110111 |
Color Harmonies of #AD697D
Complementary color
Monochromatic Colors of #AD697D
Black with #AD697D
Text Example
Text Example
White with #AD697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD697D; }
p { color: rgb(173,105,125); }
H1.HeaderClassName
{
color: #AD697D;
}
.AnyTagClassName
{
color: #AD697D;
}
</style>
background-color css
<style>
a { background-color: #AD697D; }
a { background-color: rgb(173,105,125); }
div.DivClassName
{
background-color: #AD697D;
}
.BgClassName
{
background-color: #AD697D;
}
</style>
border-color css
<style>
span { border-color: #AD697D; }
span { border-color: rgb(173,105,125); }
td.TdClassName
{
border-color: #AD697D;
}
.TagClassName
{
border-color: #AD697D;
}
</style>