Shades of Tapestry #AD7489
Tints of Tapestry #AD7489
RGB
CMYK
RGB Variations
Color information
#AD7489 (or 0xAD7489) is known color: Tapestry. HEX triplet: AD, 74 and 89. RGB value is (173,116,137). Sum of RGB (Red+Green+Blue) = 173+116+137=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7489 is #528B76. Grayscale: #878787. Windows color (decimal): -5409655 or 9008301. OLE color: 9008301.
HSL color Cylindrical-coordinate representation of color #AD7489: hue angle of 337.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7489 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 137 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.32 |
| HSL | 337.89º | 0.26% | 0.57% | - |
| HSV(B) | 337.89º | 0.33% | 0.68% | - |
| XYZ | 27.99 | 23.18 | 26.67 | - |
| YUV | 135.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 137 | 0 | 0.33 | 0.21 | 0.32 | 337.89 | 0.26 | 0.57 |
| Hex | AD | 74 | 89 | 0 | 21 | 15 | 20 | 152 | 1A | 39 |
| Octal | 255 | 164 | 211 | 0 | 41 | 25 | 40 | 522 | 32 | 71 |
| Binary | 10101101 | 1110100 | 10001001 | 0 | 100001 | 10101 | 100000 | 101010010 | 11010 | 111001 |
Color Harmonies of #AD7489
Complementary color
Monochromatic Colors of #AD7489
Black with #AD7489
Text Example
Text Example
White with #AD7489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7489; }
p { color: rgb(173,116,137); }
H1.HeaderClassName
{
color: #AD7489;
}
.AnyTagClassName
{
color: #AD7489;
}
</style>
background-color css
<style>
a { background-color: #AD7489; }
a { background-color: rgb(173,116,137); }
div.DivClassName
{
background-color: #AD7489;
}
.BgClassName
{
background-color: #AD7489;
}
</style>
border-color css
<style>
span { border-color: #AD7489; }
span { border-color: rgb(173,116,137); }
td.TdClassName
{
border-color: #AD7489;
}
.TagClassName
{
border-color: #AD7489;
}
</style>