Shades of Tapestry #AD697E
Tints of Tapestry #AD697E
RGB
CMYK
RGB Variations
Color information
#AD697E (or 0xAD697E) is known color: Tapestry. HEX triplet: AD, 69 and 7E. RGB value is (173,105,126). Sum of RGB (Red+Green+Blue) = 173+105+126=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697E is #529681. Grayscale: #7F7F7F. Windows color (decimal): -5412482 or 8284589. OLE color: 8284589.
HSL color Cylindrical-coordinate representation of color #AD697E: hue angle of 341.47º 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 #AD697E is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 126 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.32 |
| HSL | 341.47º | 0.29% | 0.55% | - |
| HSV(B) | 341.47º | 0.39% | 0.68% | - |
| XYZ | 26.05 | 20.49 | 22.32 | - |
| YUV | 127.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 126 | 0 | 0.39 | 0.27 | 0.32 | 341.47 | 0.29 | 0.55 |
| Hex | AD | 69 | 7E | 0 | 27 | 1B | 20 | 155 | 1D | 37 |
| Octal | 255 | 151 | 176 | 0 | 47 | 33 | 40 | 525 | 35 | 67 |
| Binary | 10101101 | 1101001 | 1111110 | 0 | 100111 | 11011 | 100000 | 101010101 | 11101 | 110111 |
Color Harmonies of #AD697E
Complementary color
Monochromatic Colors of #AD697E
Black with #AD697E
Text Example
Text Example
White with #AD697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD697E; }
p { color: rgb(173,105,126); }
H1.HeaderClassName
{
color: #AD697E;
}
.AnyTagClassName
{
color: #AD697E;
}
</style>
background-color css
<style>
a { background-color: #AD697E; }
a { background-color: rgb(173,105,126); }
div.DivClassName
{
background-color: #AD697E;
}
.BgClassName
{
background-color: #AD697E;
}
</style>
border-color css
<style>
span { border-color: #AD697E; }
span { border-color: rgb(173,105,126); }
td.TdClassName
{
border-color: #AD697E;
}
.TagClassName
{
border-color: #AD697E;
}
</style>