Shades of Tapestry #AD6280
Tints of Tapestry #AD6280
RGB
CMYK
RGB Variations
Color information
#AD6280 (or 0xAD6280) is known color: Tapestry. HEX triplet: AD, 62 and 80. RGB value is (173,98,128). Sum of RGB (Red+Green+Blue) = 173+98+128=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6280 is #529D7F. Grayscale: #7B7B7B. Windows color (decimal): -5414272 or 8413869. OLE color: 8413869.
HSL color Cylindrical-coordinate representation of color #AD6280: hue angle of 336º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6280 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 128 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.32 |
| HSL | 336º | 0.31% | 0.53% | - |
| HSV(B) | 336º | 0.43% | 0.68% | - |
| XYZ | 25.5 | 19.18 | 22.78 | - |
| YUV | 123.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 128 | 0 | 0.43 | 0.26 | 0.32 | 336 | 0.31 | 0.53 |
| Hex | AD | 62 | 80 | 0 | 2B | 1A | 20 | 150 | 1F | 35 |
| Octal | 255 | 142 | 200 | 0 | 53 | 32 | 40 | 520 | 37 | 65 |
| Binary | 10101101 | 1100010 | 10000000 | 0 | 101011 | 11010 | 100000 | 101010000 | 11111 | 110101 |
Color Harmonies of #AD6280
Complementary color
Monochromatic Colors of #AD6280
Black with #AD6280
Text Example
Text Example
White with #AD6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6280; }
p { color: rgb(173,98,128); }
H1.HeaderClassName
{
color: #AD6280;
}
.AnyTagClassName
{
color: #AD6280;
}
</style>
background-color css
<style>
a { background-color: #AD6280; }
a { background-color: rgb(173,98,128); }
div.DivClassName
{
background-color: #AD6280;
}
.BgClassName
{
background-color: #AD6280;
}
</style>
border-color css
<style>
span { border-color: #AD6280; }
span { border-color: rgb(173,98,128); }
td.TdClassName
{
border-color: #AD6280;
}
.TagClassName
{
border-color: #AD6280;
}
</style>