Shades of Tapestry #AD697B
Tints of Tapestry #AD697B
RGB
CMYK
RGB Variations
Color information
#AD697B (or 0xAD697B) is known color: Tapestry. HEX triplet: AD, 69 and 7B. RGB value is (173,105,123). Sum of RGB (Red+Green+Blue) = 173+105+123=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697B is #529684. Grayscale: #7F7F7F. Windows color (decimal): -5412485 or 8087981. OLE color: 8087981.
HSL color Cylindrical-coordinate representation of color #AD697B: hue angle of 344.12º 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 #AD697B is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 123 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.32 |
| HSL | 344.12º | 0.29% | 0.55% | - |
| HSV(B) | 344.12º | 0.39% | 0.68% | - |
| XYZ | 25.86 | 20.42 | 21.32 | - |
| YUV | 127.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 123 | 0 | 0.39 | 0.29 | 0.32 | 344.12 | 0.29 | 0.55 |
| Hex | AD | 69 | 7B | 0 | 27 | 1D | 20 | 158 | 1D | 37 |
| Octal | 255 | 151 | 173 | 0 | 47 | 35 | 40 | 530 | 35 | 67 |
| Binary | 10101101 | 1101001 | 1111011 | 0 | 100111 | 11101 | 100000 | 101011000 | 11101 | 110111 |
Color Harmonies of #AD697B
Complementary color
Monochromatic Colors of #AD697B
Black with #AD697B
Text Example
Text Example
White with #AD697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD697B; }
p { color: rgb(173,105,123); }
H1.HeaderClassName
{
color: #AD697B;
}
.AnyTagClassName
{
color: #AD697B;
}
</style>
background-color css
<style>
a { background-color: #AD697B; }
a { background-color: rgb(173,105,123); }
div.DivClassName
{
background-color: #AD697B;
}
.BgClassName
{
background-color: #AD697B;
}
</style>
border-color css
<style>
span { border-color: #AD697B; }
span { border-color: rgb(173,105,123); }
td.TdClassName
{
border-color: #AD697B;
}
.TagClassName
{
border-color: #AD697B;
}
</style>