Shades of Tapestry #AD6480
Tints of Tapestry #AD6480
RGB
CMYK
RGB Variations
Color information
#AD6480 (or 0xAD6480) is known color: Tapestry. HEX triplet: AD, 64 and 80. RGB value is (173,100,128). Sum of RGB (Red+Green+Blue) = 173+100+128=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6480 is #529B7F. Grayscale: #7C7C7C. Windows color (decimal): -5413760 or 8414381. OLE color: 8414381.
HSL color Cylindrical-coordinate representation of color #AD6480: hue angle of 336.99º 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 #AD6480 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 128 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.32 |
| HSL | 336.99º | 0.31% | 0.54% | - |
| HSV(B) | 336.99º | 0.42% | 0.68% | - |
| XYZ | 25.69 | 19.56 | 22.84 | - |
| YUV | 125.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 128 | 0 | 0.42 | 0.26 | 0.32 | 336.99 | 0.31 | 0.54 |
| Hex | AD | 64 | 80 | 0 | 2A | 1A | 20 | 151 | 1F | 36 |
| Octal | 255 | 144 | 200 | 0 | 52 | 32 | 40 | 521 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10000000 | 0 | 101010 | 11010 | 100000 | 101010001 | 11111 | 110110 |
Color Harmonies of #AD6480
Complementary color
Monochromatic Colors of #AD6480
Black with #AD6480
Text Example
Text Example
White with #AD6480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6480; }
p { color: rgb(173,100,128); }
H1.HeaderClassName
{
color: #AD6480;
}
.AnyTagClassName
{
color: #AD6480;
}
</style>
background-color css
<style>
a { background-color: #AD6480; }
a { background-color: rgb(173,100,128); }
div.DivClassName
{
background-color: #AD6480;
}
.BgClassName
{
background-color: #AD6480;
}
</style>
border-color css
<style>
span { border-color: #AD6480; }
span { border-color: rgb(173,100,128); }
td.TdClassName
{
border-color: #AD6480;
}
.TagClassName
{
border-color: #AD6480;
}
</style>