Shades of Tapestry #AD7289
Tints of Tapestry #AD7289
RGB
CMYK
RGB Variations
Color information
#AD7289 (or 0xAD7289) is known color: Tapestry. HEX triplet: AD, 72 and 89. RGB value is (173,114,137). Sum of RGB (Red+Green+Blue) = 173+114+137=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7289 is #528D76. Grayscale: #868686. Windows color (decimal): -5410167 or 9007789. OLE color: 9007789.
HSL color Cylindrical-coordinate representation of color #AD7289: hue angle of 336.61º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7289 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 137 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.32 |
| HSL | 336.61º | 0.26% | 0.56% | - |
| HSV(B) | 336.61º | 0.34% | 0.68% | - |
| XYZ | 27.77 | 22.73 | 26.59 | - |
| YUV | 134.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 137 | 0 | 0.34 | 0.21 | 0.32 | 336.61 | 0.26 | 0.56 |
| Hex | AD | 72 | 89 | 0 | 22 | 15 | 20 | 151 | 1A | 38 |
| Octal | 255 | 162 | 211 | 0 | 42 | 25 | 40 | 521 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10001001 | 0 | 100010 | 10101 | 100000 | 101010001 | 11010 | 111000 |
Color Harmonies of #AD7289
Complementary color
Monochromatic Colors of #AD7289
Black with #AD7289
Text Example
Text Example
White with #AD7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7289; }
p { color: rgb(173,114,137); }
H1.HeaderClassName
{
color: #AD7289;
}
.AnyTagClassName
{
color: #AD7289;
}
</style>
background-color css
<style>
a { background-color: #AD7289; }
a { background-color: rgb(173,114,137); }
div.DivClassName
{
background-color: #AD7289;
}
.BgClassName
{
background-color: #AD7289;
}
</style>
border-color css
<style>
span { border-color: #AD7289; }
span { border-color: rgb(173,114,137); }
td.TdClassName
{
border-color: #AD7289;
}
.TagClassName
{
border-color: #AD7289;
}
</style>