Shades of Tapestry #AD848E
Tints of Tapestry #AD848E
RGB
CMYK
RGB Variations
Color information
#AD848E (or 0xAD848E) is known color: Tapestry. HEX triplet: AD, 84 and 8E. RGB value is (173,132,142). Sum of RGB (Red+Green+Blue) = 173+132+142=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD848E is #527B71. Grayscale: #919191. Windows color (decimal): -5405554 or 9340077. OLE color: 9340077.
HSL color Cylindrical-coordinate representation of color #AD848E: hue angle of 345.37º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD848E is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 142 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.32 |
| HSL | 345.37º | 0.2% | 0.6% | - |
| HSV(B) | 345.37º | 0.24% | 0.68% | - |
| XYZ | 30.37 | 27.34 | 29.27 | - |
| YUV | 145.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 142 | 0 | 0.24 | 0.18 | 0.32 | 345.37 | 0.2 | 0.6 |
| Hex | AD | 84 | 8E | 0 | 18 | 12 | 20 | 159 | 14 | 3C |
| Octal | 255 | 204 | 216 | 0 | 30 | 22 | 40 | 531 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10001110 | 0 | 11000 | 10010 | 100000 | 101011001 | 10100 | 111100 |
Color Harmonies of #AD848E
Complementary color
Monochromatic Colors of #AD848E
Black with #AD848E
Text Example
Text Example
White with #AD848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD848E; }
p { color: rgb(173,132,142); }
H1.HeaderClassName
{
color: #AD848E;
}
.AnyTagClassName
{
color: #AD848E;
}
</style>
background-color css
<style>
a { background-color: #AD848E; }
a { background-color: rgb(173,132,142); }
div.DivClassName
{
background-color: #AD848E;
}
.BgClassName
{
background-color: #AD848E;
}
</style>
border-color css
<style>
span { border-color: #AD848E; }
span { border-color: rgb(173,132,142); }
td.TdClassName
{
border-color: #AD848E;
}
.TagClassName
{
border-color: #AD848E;
}
</style>