Shades of Tapestry #AD858B
Tints of Tapestry #AD858B
RGB
CMYK
RGB Variations
Color information
#AD858B (or 0xAD858B) is known color: Tapestry. HEX triplet: AD, 85 and 8B. RGB value is (173,133,139). Sum of RGB (Red+Green+Blue) = 173+133+139=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD858B is #527A74. Grayscale: #919191. Windows color (decimal): -5405301 or 9143725. OLE color: 9143725.
HSL color Cylindrical-coordinate representation of color #AD858B: hue angle of 351º 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 #AD858B is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 139 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.32 |
| HSL | 351º | 0.2% | 0.6% | - |
| HSV(B) | 351º | 0.23% | 0.68% | - |
| XYZ | 30.28 | 27.52 | 28.14 | - |
| YUV | 145.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 139 | 0 | 0.23 | 0.20 | 0.32 | 351 | 0.2 | 0.6 |
| Hex | AD | 85 | 8B | 0 | 17 | 14 | 20 | 15F | 14 | 3C |
| Octal | 255 | 205 | 213 | 0 | 27 | 24 | 40 | 537 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10001011 | 0 | 10111 | 10100 | 100000 | 101011111 | 10100 | 111100 |
Color Harmonies of #AD858B
Complementary color
Monochromatic Colors of #AD858B
Black with #AD858B
Text Example
Text Example
White with #AD858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD858B; }
p { color: rgb(173,133,139); }
H1.HeaderClassName
{
color: #AD858B;
}
.AnyTagClassName
{
color: #AD858B;
}
</style>
background-color css
<style>
a { background-color: #AD858B; }
a { background-color: rgb(173,133,139); }
div.DivClassName
{
background-color: #AD858B;
}
.BgClassName
{
background-color: #AD858B;
}
</style>
border-color css
<style>
span { border-color: #AD858B; }
span { border-color: rgb(173,133,139); }
td.TdClassName
{
border-color: #AD858B;
}
.TagClassName
{
border-color: #AD858B;
}
</style>