Shades of Tapestry #AD7E8C
Tints of Tapestry #AD7E8C
RGB
CMYK
RGB Variations
Color information
#AD7E8C (or 0xAD7E8C) is known color: Tapestry. HEX triplet: AD, 7E and 8C. RGB value is (173,126,140). Sum of RGB (Red+Green+Blue) = 173+126+140=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E8C is #528173. Grayscale: #8D8D8D. Windows color (decimal): -5407092 or 9207469. OLE color: 9207469.
HSL color Cylindrical-coordinate representation of color #AD7E8C: hue angle of 342.13º 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 #AD7E8C is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 140 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.32 |
| HSL | 342.13º | 0.22% | 0.59% | - |
| HSV(B) | 342.13º | 0.27% | 0.68% | - |
| XYZ | 29.43 | 25.7 | 28.22 | - |
| YUV | 141.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 140 | 0 | 0.27 | 0.19 | 0.32 | 342.13 | 0.22 | 0.59 |
| Hex | AD | 7E | 8C | 0 | 1B | 13 | 20 | 156 | 16 | 3B |
| Octal | 255 | 176 | 214 | 0 | 33 | 23 | 40 | 526 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10001100 | 0 | 11011 | 10011 | 100000 | 101010110 | 10110 | 111011 |
Color Harmonies of #AD7E8C
Complementary color
Monochromatic Colors of #AD7E8C
Black with #AD7E8C
Text Example
Text Example
White with #AD7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E8C; }
p { color: rgb(173,126,140); }
H1.HeaderClassName
{
color: #AD7E8C;
}
.AnyTagClassName
{
color: #AD7E8C;
}
</style>
background-color css
<style>
a { background-color: #AD7E8C; }
a { background-color: rgb(173,126,140); }
div.DivClassName
{
background-color: #AD7E8C;
}
.BgClassName
{
background-color: #AD7E8C;
}
</style>
border-color css
<style>
span { border-color: #AD7E8C; }
span { border-color: rgb(173,126,140); }
td.TdClassName
{
border-color: #AD7E8C;
}
.TagClassName
{
border-color: #AD7E8C;
}
</style>