Shades of Tapestry #AD6485
Tints of Tapestry #AD6485
RGB
CMYK
RGB Variations
Color information
#AD6485 (or 0xAD6485) is known color: Tapestry. HEX triplet: AD, 64 and 85. RGB value is (173,100,133). Sum of RGB (Red+Green+Blue) = 173+100+133=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6485 is #529B7A. Grayscale: #7D7D7D. Windows color (decimal): -5413755 or 8742061. OLE color: 8742061.
HSL color Cylindrical-coordinate representation of color #AD6485: hue angle of 332.88º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6485 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 133 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.32 |
| HSL | 332.88º | 0.31% | 0.54% | - |
| HSV(B) | 332.88º | 0.42% | 0.68% | - |
| XYZ | 26.02 | 19.69 | 24.62 | - |
| YUV | 125.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 133 | 0 | 0.42 | 0.23 | 0.32 | 332.88 | 0.31 | 0.54 |
| Hex | AD | 64 | 85 | 0 | 2A | 17 | 20 | 14D | 1F | 36 |
| Octal | 255 | 144 | 205 | 0 | 52 | 27 | 40 | 515 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10000101 | 0 | 101010 | 10111 | 100000 | 101001101 | 11111 | 110110 |
Color Harmonies of #AD6485
Complementary color
Monochromatic Colors of #AD6485
Black with #AD6485
Text Example
Text Example
White with #AD6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6485; }
p { color: rgb(173,100,133); }
H1.HeaderClassName
{
color: #AD6485;
}
.AnyTagClassName
{
color: #AD6485;
}
</style>
background-color css
<style>
a { background-color: #AD6485; }
a { background-color: rgb(173,100,133); }
div.DivClassName
{
background-color: #AD6485;
}
.BgClassName
{
background-color: #AD6485;
}
</style>
border-color css
<style>
span { border-color: #AD6485; }
span { border-color: rgb(173,100,133); }
td.TdClassName
{
border-color: #AD6485;
}
.TagClassName
{
border-color: #AD6485;
}
</style>