Shades of Tapestry #AD808C
Tints of Tapestry #AD808C
RGB
CMYK
RGB Variations
Color information
#AD808C (or 0xAD808C) is known color: Tapestry. HEX triplet: AD, 80 and 8C. RGB value is (173,128,140). Sum of RGB (Red+Green+Blue) = 173+128+140=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD808C is #527F73. Grayscale: #8E8E8E. Windows color (decimal): -5406580 or 9207981. OLE color: 9207981.
HSL color Cylindrical-coordinate representation of color #AD808C: hue angle of 344º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD808C is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 140 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.32 |
| HSL | 344º | 0.22% | 0.59% | - |
| HSV(B) | 344º | 0.26% | 0.68% | - |
| XYZ | 29.69 | 26.22 | 28.31 | - |
| YUV | 142.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 140 | 0 | 0.26 | 0.19 | 0.32 | 344 | 0.22 | 0.59 |
| Hex | AD | 80 | 8C | 0 | 1A | 13 | 20 | 158 | 16 | 3B |
| Octal | 255 | 200 | 214 | 0 | 32 | 23 | 40 | 530 | 26 | 73 |
| Binary | 10101101 | 10000000 | 10001100 | 0 | 11010 | 10011 | 100000 | 101011000 | 10110 | 111011 |
Color Harmonies of #AD808C
Complementary color
Monochromatic Colors of #AD808C
Black with #AD808C
Text Example
Text Example
White with #AD808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD808C; }
p { color: rgb(173,128,140); }
H1.HeaderClassName
{
color: #AD808C;
}
.AnyTagClassName
{
color: #AD808C;
}
</style>
background-color css
<style>
a { background-color: #AD808C; }
a { background-color: rgb(173,128,140); }
div.DivClassName
{
background-color: #AD808C;
}
.BgClassName
{
background-color: #AD808C;
}
</style>
border-color css
<style>
span { border-color: #AD808C; }
span { border-color: rgb(173,128,140); }
td.TdClassName
{
border-color: #AD808C;
}
.TagClassName
{
border-color: #AD808C;
}
</style>