Shades of Tapestry #AD818E
Tints of Tapestry #AD818E
RGB
CMYK
RGB Variations
Color information
#AD818E (or 0xAD818E) is known color: Tapestry. HEX triplet: AD, 81 and 8E. RGB value is (173,129,142). Sum of RGB (Red+Green+Blue) = 173+129+142=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD818E is #527E71. Grayscale: #8F8F8F. Windows color (decimal): -5406322 or 9339309. OLE color: 9339309.
HSL color Cylindrical-coordinate representation of color #AD818E: hue angle of 342.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD818E is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 142 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.32 |
| HSL | 342.27º | 0.21% | 0.59% | - |
| HSV(B) | 342.27º | 0.25% | 0.68% | - |
| XYZ | 29.97 | 26.54 | 29.13 | - |
| YUV | 143.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 142 | 0 | 0.25 | 0.18 | 0.32 | 342.27 | 0.21 | 0.59 |
| Hex | AD | 81 | 8E | 0 | 19 | 12 | 20 | 156 | 15 | 3B |
| Octal | 255 | 201 | 216 | 0 | 31 | 22 | 40 | 526 | 25 | 73 |
| Binary | 10101101 | 10000001 | 10001110 | 0 | 11001 | 10010 | 100000 | 101010110 | 10101 | 111011 |
Color Harmonies of #AD818E
Complementary color
Monochromatic Colors of #AD818E
Black with #AD818E
Text Example
Text Example
White with #AD818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD818E; }
p { color: rgb(173,129,142); }
H1.HeaderClassName
{
color: #AD818E;
}
.AnyTagClassName
{
color: #AD818E;
}
</style>
background-color css
<style>
a { background-color: #AD818E; }
a { background-color: rgb(173,129,142); }
div.DivClassName
{
background-color: #AD818E;
}
.BgClassName
{
background-color: #AD818E;
}
</style>
border-color css
<style>
span { border-color: #AD818E; }
span { border-color: rgb(173,129,142); }
td.TdClassName
{
border-color: #AD818E;
}
.TagClassName
{
border-color: #AD818E;
}
</style>