Shades of Tapestry #AD858E
Tints of Tapestry #AD858E
RGB
CMYK
RGB Variations
Color information
#AD858E (or 0xAD858E) is known color: Tapestry. HEX triplet: AD, 85 and 8E. RGB value is (173,133,142). Sum of RGB (Red+Green+Blue) = 173+133+142=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD858E is #527A71. Grayscale: #919191. Windows color (decimal): -5405298 or 9340333. OLE color: 9340333.
HSL color Cylindrical-coordinate representation of color #AD858E: hue angle of 346.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD858E is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 142 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.32 |
| HSL | 346.5º | 0.2% | 0.6% | - |
| HSV(B) | 346.5º | 0.23% | 0.68% | - |
| XYZ | 30.5 | 27.61 | 29.31 | - |
| YUV | 145.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 142 | 0 | 0.23 | 0.18 | 0.32 | 346.5 | 0.2 | 0.6 |
| Hex | AD | 85 | 8E | 0 | 17 | 12 | 20 | 15A | 14 | 3C |
| Octal | 255 | 205 | 216 | 0 | 27 | 22 | 40 | 532 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10001110 | 0 | 10111 | 10010 | 100000 | 101011010 | 10100 | 111100 |
Color Harmonies of #AD858E
Complementary color
Monochromatic Colors of #AD858E
Black with #AD858E
Text Example
Text Example
White with #AD858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD858E; }
p { color: rgb(173,133,142); }
H1.HeaderClassName
{
color: #AD858E;
}
.AnyTagClassName
{
color: #AD858E;
}
</style>
background-color css
<style>
a { background-color: #AD858E; }
a { background-color: rgb(173,133,142); }
div.DivClassName
{
background-color: #AD858E;
}
.BgClassName
{
background-color: #AD858E;
}
</style>
border-color css
<style>
span { border-color: #AD858E; }
span { border-color: rgb(173,133,142); }
td.TdClassName
{
border-color: #AD858E;
}
.TagClassName
{
border-color: #AD858E;
}
</style>