Shades of Tapestry #AD8492
Tints of Tapestry #AD8492
RGB
CMYK
RGB Variations
Color information
#AD8492 (or 0xAD8492) is known color: Tapestry. HEX triplet: AD, 84 and 92. RGB value is (173,132,146). Sum of RGB (Red+Green+Blue) = 173+132+146=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8492 is #527B6D. Grayscale: #919191. Windows color (decimal): -5405550 or 9602221. OLE color: 9602221.
HSL color Cylindrical-coordinate representation of color #AD8492: hue angle of 339.51º 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 #AD8492 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 146 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.32 |
| HSL | 339.51º | 0.2% | 0.6% | - |
| HSV(B) | 339.51º | 0.24% | 0.68% | - |
| XYZ | 30.67 | 27.46 | 30.88 | - |
| YUV | 145.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 146 | 0 | 0.24 | 0.16 | 0.32 | 339.51 | 0.2 | 0.6 |
| Hex | AD | 84 | 92 | 0 | 18 | 10 | 20 | 154 | 14 | 3C |
| Octal | 255 | 204 | 222 | 0 | 30 | 20 | 40 | 524 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10010010 | 0 | 11000 | 10000 | 100000 | 101010100 | 10100 | 111100 |
Color Harmonies of #AD8492
Complementary color
Monochromatic Colors of #AD8492
Black with #AD8492
Text Example
Text Example
White with #AD8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8492; }
p { color: rgb(173,132,146); }
H1.HeaderClassName
{
color: #AD8492;
}
.AnyTagClassName
{
color: #AD8492;
}
</style>
background-color css
<style>
a { background-color: #AD8492; }
a { background-color: rgb(173,132,146); }
div.DivClassName
{
background-color: #AD8492;
}
.BgClassName
{
background-color: #AD8492;
}
</style>
border-color css
<style>
span { border-color: #AD8492; }
span { border-color: rgb(173,132,146); }
td.TdClassName
{
border-color: #AD8492;
}
.TagClassName
{
border-color: #AD8492;
}
</style>