Shades of Tapestry #AD6985
Tints of Tapestry #AD6985
RGB
CMYK
RGB Variations
Color information
#AD6985 (or 0xAD6985) is known color: Tapestry. HEX triplet: AD, 69 and 85. RGB value is (173,105,133). Sum of RGB (Red+Green+Blue) = 173+105+133=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6985 is #52967A. Grayscale: #808080. Windows color (decimal): -5412475 or 8743341. OLE color: 8743341.
HSL color Cylindrical-coordinate representation of color #AD6985: hue angle of 335.29º 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 #AD6985 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 133 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.32 |
| HSL | 335.29º | 0.29% | 0.55% | - |
| HSV(B) | 335.29º | 0.39% | 0.68% | - |
| XYZ | 26.52 | 20.68 | 24.78 | - |
| YUV | 128.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 133 | 0 | 0.39 | 0.23 | 0.32 | 335.29 | 0.29 | 0.55 |
| Hex | AD | 69 | 85 | 0 | 27 | 17 | 20 | 14F | 1D | 37 |
| Octal | 255 | 151 | 205 | 0 | 47 | 27 | 40 | 517 | 35 | 67 |
| Binary | 10101101 | 1101001 | 10000101 | 0 | 100111 | 10111 | 100000 | 101001111 | 11101 | 110111 |
Color Harmonies of #AD6985
Complementary color
Monochromatic Colors of #AD6985
Black with #AD6985
Text Example
Text Example
White with #AD6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6985; }
p { color: rgb(173,105,133); }
H1.HeaderClassName
{
color: #AD6985;
}
.AnyTagClassName
{
color: #AD6985;
}
</style>
background-color css
<style>
a { background-color: #AD6985; }
a { background-color: rgb(173,105,133); }
div.DivClassName
{
background-color: #AD6985;
}
.BgClassName
{
background-color: #AD6985;
}
</style>
border-color css
<style>
span { border-color: #AD6985; }
span { border-color: rgb(173,105,133); }
td.TdClassName
{
border-color: #AD6985;
}
.TagClassName
{
border-color: #AD6985;
}
</style>