Shades of Tapestry #AD6082
Tints of Tapestry #AD6082
RGB
CMYK
RGB Variations
Color information
#AD6082 (or 0xAD6082) is known color: Tapestry. HEX triplet: AD, 60 and 82. RGB value is (173,96,130). Sum of RGB (Red+Green+Blue) = 173+96+130=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6082 is #529F7D. Grayscale: #7A7A7A. Windows color (decimal): -5414782 or 8544429. OLE color: 8544429.
HSL color Cylindrical-coordinate representation of color #AD6082: hue angle of 333.51º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6082 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 130 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.32 |
| HSL | 333.51º | 0.32% | 0.53% | - |
| HSV(B) | 333.51º | 0.45% | 0.68% | - |
| XYZ | 25.45 | 18.86 | 23.42 | - |
| YUV | 122.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 130 | 0 | 0.45 | 0.25 | 0.32 | 333.51 | 0.32 | 0.53 |
| Hex | AD | 60 | 82 | 0 | 2D | 19 | 20 | 14E | 20 | 35 |
| Octal | 255 | 140 | 202 | 0 | 55 | 31 | 40 | 516 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10000010 | 0 | 101101 | 11001 | 100000 | 101001110 | 100000 | 110101 |
Color Harmonies of #AD6082
Complementary color
Monochromatic Colors of #AD6082
Black with #AD6082
Text Example
Text Example
White with #AD6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6082; }
p { color: rgb(173,96,130); }
H1.HeaderClassName
{
color: #AD6082;
}
.AnyTagClassName
{
color: #AD6082;
}
</style>
background-color css
<style>
a { background-color: #AD6082; }
a { background-color: rgb(173,96,130); }
div.DivClassName
{
background-color: #AD6082;
}
.BgClassName
{
background-color: #AD6082;
}
</style>
border-color css
<style>
span { border-color: #AD6082; }
span { border-color: rgb(173,96,130); }
td.TdClassName
{
border-color: #AD6082;
}
.TagClassName
{
border-color: #AD6082;
}
</style>