Shades of Tapestry #AD697A
Tints of Tapestry #AD697A
RGB
CMYK
RGB Variations
Color information
#AD697A (or 0xAD697A) is known color: Tapestry. HEX triplet: AD, 69 and 7A. RGB value is (173,105,122). Sum of RGB (Red+Green+Blue) = 173+105+122=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697A is #529685. Grayscale: #7F7F7F. Windows color (decimal): -5412486 or 8022445. OLE color: 8022445.
HSL color Cylindrical-coordinate representation of color #AD697A: hue angle of 345º 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 #AD697A is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 122 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.32 |
| HSL | 345º | 0.29% | 0.55% | - |
| HSV(B) | 345º | 0.39% | 0.68% | - |
| XYZ | 25.8 | 20.39 | 20.99 | - |
| YUV | 127.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 122 | 0 | 0.39 | 0.29 | 0.32 | 345 | 0.29 | 0.55 |
| Hex | AD | 69 | 7A | 0 | 27 | 1D | 20 | 159 | 1D | 37 |
| Octal | 255 | 151 | 172 | 0 | 47 | 35 | 40 | 531 | 35 | 67 |
| Binary | 10101101 | 1101001 | 1111010 | 0 | 100111 | 11101 | 100000 | 101011001 | 11101 | 110111 |
Color Harmonies of #AD697A
Complementary color
Monochromatic Colors of #AD697A
Black with #AD697A
Text Example
Text Example
White with #AD697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD697A; }
p { color: rgb(173,105,122); }
H1.HeaderClassName
{
color: #AD697A;
}
.AnyTagClassName
{
color: #AD697A;
}
</style>
background-color css
<style>
a { background-color: #AD697A; }
a { background-color: rgb(173,105,122); }
div.DivClassName
{
background-color: #AD697A;
}
.BgClassName
{
background-color: #AD697A;
}
</style>
border-color css
<style>
span { border-color: #AD697A; }
span { border-color: rgb(173,105,122); }
td.TdClassName
{
border-color: #AD697A;
}
.TagClassName
{
border-color: #AD697A;
}
</style>