Shades of Tapestry #AD6E85
Tints of Tapestry #AD6E85
RGB
CMYK
RGB Variations
Color information
#AD6E85 (or 0xAD6E85) is known color: Tapestry. HEX triplet: AD, 6E and 85. RGB value is (173,110,133). Sum of RGB (Red+Green+Blue) = 173+110+133=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E85 is #52917A. Grayscale: #838383. Windows color (decimal): -5411195 or 8744621. OLE color: 8744621.
HSL color Cylindrical-coordinate representation of color #AD6E85: hue angle of 338.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6E85 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 133 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.32 |
| HSL | 338.1º | 0.28% | 0.55% | - |
| HSV(B) | 338.1º | 0.36% | 0.68% | - |
| XYZ | 27.04 | 21.73 | 24.96 | - |
| YUV | 131.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 133 | 0 | 0.36 | 0.23 | 0.32 | 338.1 | 0.28 | 0.55 |
| Hex | AD | 6E | 85 | 0 | 24 | 17 | 20 | 152 | 1C | 37 |
| Octal | 255 | 156 | 205 | 0 | 44 | 27 | 40 | 522 | 34 | 67 |
| Binary | 10101101 | 1101110 | 10000101 | 0 | 100100 | 10111 | 100000 | 101010010 | 11100 | 110111 |
Color Harmonies of #AD6E85
Complementary color
Monochromatic Colors of #AD6E85
Black with #AD6E85
Text Example
Text Example
White with #AD6E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E85; }
p { color: rgb(173,110,133); }
H1.HeaderClassName
{
color: #AD6E85;
}
.AnyTagClassName
{
color: #AD6E85;
}
</style>
background-color css
<style>
a { background-color: #AD6E85; }
a { background-color: rgb(173,110,133); }
div.DivClassName
{
background-color: #AD6E85;
}
.BgClassName
{
background-color: #AD6E85;
}
</style>
border-color css
<style>
span { border-color: #AD6E85; }
span { border-color: rgb(173,110,133); }
td.TdClassName
{
border-color: #AD6E85;
}
.TagClassName
{
border-color: #AD6E85;
}
</style>