Shades of Tapestry #AD7E8E
Tints of Tapestry #AD7E8E
RGB
CMYK
RGB Variations
Color information
#AD7E8E (or 0xAD7E8E) is known color: Tapestry. HEX triplet: AD, 7E and 8E. RGB value is (173,126,142). Sum of RGB (Red+Green+Blue) = 173+126+142=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E8E is #528171. Grayscale: #8D8D8D. Windows color (decimal): -5407090 or 9338541. OLE color: 9338541.
HSL color Cylindrical-coordinate representation of color #AD7E8E: hue angle of 339.57º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7E8E is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 142 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.32 |
| HSL | 339.57º | 0.22% | 0.59% | - |
| HSV(B) | 339.57º | 0.27% | 0.68% | - |
| XYZ | 29.58 | 25.76 | 29 | - |
| YUV | 141.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 142 | 0 | 0.27 | 0.18 | 0.32 | 339.57 | 0.22 | 0.59 |
| Hex | AD | 7E | 8E | 0 | 1B | 12 | 20 | 154 | 16 | 3B |
| Octal | 255 | 176 | 216 | 0 | 33 | 22 | 40 | 524 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10001110 | 0 | 11011 | 10010 | 100000 | 101010100 | 10110 | 111011 |
Color Harmonies of #AD7E8E
Complementary color
Monochromatic Colors of #AD7E8E
Black with #AD7E8E
Text Example
Text Example
White with #AD7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E8E; }
p { color: rgb(173,126,142); }
H1.HeaderClassName
{
color: #AD7E8E;
}
.AnyTagClassName
{
color: #AD7E8E;
}
</style>
background-color css
<style>
a { background-color: #AD7E8E; }
a { background-color: rgb(173,126,142); }
div.DivClassName
{
background-color: #AD7E8E;
}
.BgClassName
{
background-color: #AD7E8E;
}
</style>
border-color css
<style>
span { border-color: #AD7E8E; }
span { border-color: rgb(173,126,142); }
td.TdClassName
{
border-color: #AD7E8E;
}
.TagClassName
{
border-color: #AD7E8E;
}
</style>