Shades of Tapestry #AD7584
Tints of Tapestry #AD7584
RGB
CMYK
RGB Variations
Color information
#AD7584 (or 0xAD7584) is known color: Tapestry. HEX triplet: AD, 75 and 84. RGB value is (173,117,132). Sum of RGB (Red+Green+Blue) = 173+117+132=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7584 is #528A7B. Grayscale: #878787. Windows color (decimal): -5409404 or 8680877. OLE color: 8680877.
HSL color Cylindrical-coordinate representation of color #AD7584: hue angle of 343.93º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7584 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 132 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.32 |
| HSL | 343.93º | 0.25% | 0.57% | - |
| HSV(B) | 343.93º | 0.32% | 0.68% | - |
| XYZ | 27.76 | 23.27 | 24.86 | - |
| YUV | 135.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 132 | 0 | 0.32 | 0.24 | 0.32 | 343.93 | 0.25 | 0.57 |
| Hex | AD | 75 | 84 | 0 | 20 | 18 | 20 | 158 | 19 | 39 |
| Octal | 255 | 165 | 204 | 0 | 40 | 30 | 40 | 530 | 31 | 71 |
| Binary | 10101101 | 1110101 | 10000100 | 0 | 100000 | 11000 | 100000 | 101011000 | 11001 | 111001 |
Color Harmonies of #AD7584
Complementary color
Monochromatic Colors of #AD7584
Black with #AD7584
Text Example
Text Example
White with #AD7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7584; }
p { color: rgb(173,117,132); }
H1.HeaderClassName
{
color: #AD7584;
}
.AnyTagClassName
{
color: #AD7584;
}
</style>
background-color css
<style>
a { background-color: #AD7584; }
a { background-color: rgb(173,117,132); }
div.DivClassName
{
background-color: #AD7584;
}
.BgClassName
{
background-color: #AD7584;
}
</style>
border-color css
<style>
span { border-color: #AD7584; }
span { border-color: rgb(173,117,132); }
td.TdClassName
{
border-color: #AD7584;
}
.TagClassName
{
border-color: #AD7584;
}
</style>