Shades of Tapestry #AD6484
Tints of Tapestry #AD6484
RGB
CMYK
RGB Variations
Color information
#AD6484 (or 0xAD6484) is known color: Tapestry. HEX triplet: AD, 64 and 84. RGB value is (173,100,132). Sum of RGB (Red+Green+Blue) = 173+100+132=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6484 is #529B7B. Grayscale: #7D7D7D. Windows color (decimal): -5413756 or 8676525. OLE color: 8676525.
HSL color Cylindrical-coordinate representation of color #AD6484: hue angle of 333.7º 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 #AD6484 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 132 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.32 |
| HSL | 333.7º | 0.31% | 0.54% | - |
| HSV(B) | 333.7º | 0.42% | 0.68% | - |
| XYZ | 25.96 | 19.66 | 24.26 | - |
| YUV | 125.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 132 | 0 | 0.42 | 0.24 | 0.32 | 333.7 | 0.31 | 0.54 |
| Hex | AD | 64 | 84 | 0 | 2A | 18 | 20 | 14E | 1F | 36 |
| Octal | 255 | 144 | 204 | 0 | 52 | 30 | 40 | 516 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10000100 | 0 | 101010 | 11000 | 100000 | 101001110 | 11111 | 110110 |
Color Harmonies of #AD6484
Complementary color
Monochromatic Colors of #AD6484
Black with #AD6484
Text Example
Text Example
White with #AD6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6484; }
p { color: rgb(173,100,132); }
H1.HeaderClassName
{
color: #AD6484;
}
.AnyTagClassName
{
color: #AD6484;
}
</style>
background-color css
<style>
a { background-color: #AD6484; }
a { background-color: rgb(173,100,132); }
div.DivClassName
{
background-color: #AD6484;
}
.BgClassName
{
background-color: #AD6484;
}
</style>
border-color css
<style>
span { border-color: #AD6484; }
span { border-color: rgb(173,100,132); }
td.TdClassName
{
border-color: #AD6484;
}
.TagClassName
{
border-color: #AD6484;
}
</style>