Shades of Tapestry #AD7C8F
Tints of Tapestry #AD7C8F
RGB
CMYK
RGB Variations
Color information
#AD7C8F (or 0xAD7C8F) is known color: Tapestry. HEX triplet: AD, 7C and 8F. RGB value is (173,124,143). Sum of RGB (Red+Green+Blue) = 173+124+143=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7C8F is #528370. Grayscale: #8C8C8C. Windows color (decimal): -5407601 or 9403565. OLE color: 9403565.
HSL color Cylindrical-coordinate representation of color #AD7C8F: hue angle of 336.73º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7C8F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 143 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.32 |
| HSL | 336.73º | 0.23% | 0.58% | - |
| HSV(B) | 336.73º | 0.28% | 0.68% | - |
| XYZ | 29.4 | 25.28 | 29.32 | - |
| YUV | 140.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 143 | 0 | 0.28 | 0.17 | 0.32 | 336.73 | 0.23 | 0.58 |
| Hex | AD | 7C | 8F | 0 | 1C | 11 | 20 | 151 | 17 | 3A |
| Octal | 255 | 174 | 217 | 0 | 34 | 21 | 40 | 521 | 27 | 72 |
| Binary | 10101101 | 1111100 | 10001111 | 0 | 11100 | 10001 | 100000 | 101010001 | 10111 | 111010 |
Color Harmonies of #AD7C8F
Complementary color
Monochromatic Colors of #AD7C8F
Black with #AD7C8F
Text Example
Text Example
White with #AD7C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C8F; }
p { color: rgb(173,124,143); }
H1.HeaderClassName
{
color: #AD7C8F;
}
.AnyTagClassName
{
color: #AD7C8F;
}
</style>
background-color css
<style>
a { background-color: #AD7C8F; }
a { background-color: rgb(173,124,143); }
div.DivClassName
{
background-color: #AD7C8F;
}
.BgClassName
{
background-color: #AD7C8F;
}
</style>
border-color css
<style>
span { border-color: #AD7C8F; }
span { border-color: rgb(173,124,143); }
td.TdClassName
{
border-color: #AD7C8F;
}
.TagClassName
{
border-color: #AD7C8F;
}
</style>