Shades of Tapestry #AD7F8C
Tints of Tapestry #AD7F8C
RGB
CMYK
RGB Variations
Color information
#AD7F8C (or 0xAD7F8C) is known color: Tapestry. HEX triplet: AD, 7F and 8C. RGB value is (173,127,140). Sum of RGB (Red+Green+Blue) = 173+127+140=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F8C is #528073. Grayscale: #8E8E8E. Windows color (decimal): -5406836 or 9207725. OLE color: 9207725.
HSL color Cylindrical-coordinate representation of color #AD7F8C: hue angle of 343.04º 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 #AD7F8C is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 140 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.32 |
| HSL | 343.04º | 0.22% | 0.59% | - |
| HSV(B) | 343.04º | 0.27% | 0.68% | - |
| XYZ | 29.56 | 25.96 | 28.26 | - |
| YUV | 142.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 140 | 0 | 0.27 | 0.19 | 0.32 | 343.04 | 0.22 | 0.59 |
| Hex | AD | 7F | 8C | 0 | 1B | 13 | 20 | 157 | 16 | 3B |
| Octal | 255 | 177 | 214 | 0 | 33 | 23 | 40 | 527 | 26 | 73 |
| Binary | 10101101 | 1111111 | 10001100 | 0 | 11011 | 10011 | 100000 | 101010111 | 10110 | 111011 |
Color Harmonies of #AD7F8C
Complementary color
Monochromatic Colors of #AD7F8C
Black with #AD7F8C
Text Example
Text Example
White with #AD7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F8C; }
p { color: rgb(173,127,140); }
H1.HeaderClassName
{
color: #AD7F8C;
}
.AnyTagClassName
{
color: #AD7F8C;
}
</style>
background-color css
<style>
a { background-color: #AD7F8C; }
a { background-color: rgb(173,127,140); }
div.DivClassName
{
background-color: #AD7F8C;
}
.BgClassName
{
background-color: #AD7F8C;
}
</style>
border-color css
<style>
span { border-color: #AD7F8C; }
span { border-color: rgb(173,127,140); }
td.TdClassName
{
border-color: #AD7F8C;
}
.TagClassName
{
border-color: #AD7F8C;
}
</style>