Shades of Tapestry #AD8391
Tints of Tapestry #AD8391
RGB
CMYK
RGB Variations
Color information
#AD8391 (or 0xAD8391) is known color: Tapestry. HEX triplet: AD, 83 and 91. RGB value is (173,131,145). Sum of RGB (Red+Green+Blue) = 173+131+145=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8391 is #527C6E. Grayscale: #919191. Windows color (decimal): -5405807 or 9536429. OLE color: 9536429.
HSL color Cylindrical-coordinate representation of color #AD8391: hue angle of 340º 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 #AD8391 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 145 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.32 |
| HSL | 340º | 0.2% | 0.6% | - |
| HSV(B) | 340º | 0.24% | 0.68% | - |
| XYZ | 30.46 | 27.16 | 30.43 | - |
| YUV | 145.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 145 | 0 | 0.24 | 0.16 | 0.32 | 340 | 0.2 | 0.6 |
| Hex | AD | 83 | 91 | 0 | 18 | 10 | 20 | 154 | 14 | 3C |
| Octal | 255 | 203 | 221 | 0 | 30 | 20 | 40 | 524 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10010001 | 0 | 11000 | 10000 | 100000 | 101010100 | 10100 | 111100 |
Color Harmonies of #AD8391
Complementary color
Monochromatic Colors of #AD8391
Black with #AD8391
Text Example
Text Example
White with #AD8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8391; }
p { color: rgb(173,131,145); }
H1.HeaderClassName
{
color: #AD8391;
}
.AnyTagClassName
{
color: #AD8391;
}
</style>
background-color css
<style>
a { background-color: #AD8391; }
a { background-color: rgb(173,131,145); }
div.DivClassName
{
background-color: #AD8391;
}
.BgClassName
{
background-color: #AD8391;
}
</style>
border-color css
<style>
span { border-color: #AD8391; }
span { border-color: rgb(173,131,145); }
td.TdClassName
{
border-color: #AD8391;
}
.TagClassName
{
border-color: #AD8391;
}
</style>