Shades of Tapestry #AD8592
Tints of Tapestry #AD8592
RGB
CMYK
RGB Variations
Color information
#AD8592 (or 0xAD8592) is known color: Tapestry. HEX triplet: AD, 85 and 92. RGB value is (173,133,146). Sum of RGB (Red+Green+Blue) = 173+133+146=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8592 is #527A6D. Grayscale: #929292. Windows color (decimal): -5405294 or 9602477. OLE color: 9602477.
HSL color Cylindrical-coordinate representation of color #AD8592: hue angle of 340.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 #AD8592 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 146 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.32 |
| HSL | 340.5º | 0.2% | 0.6% | - |
| HSV(B) | 340.5º | 0.23% | 0.68% | - |
| XYZ | 30.81 | 27.73 | 30.92 | - |
| YUV | 146.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 146 | 0 | 0.23 | 0.16 | 0.32 | 340.5 | 0.2 | 0.6 |
| Hex | AD | 85 | 92 | 0 | 17 | 10 | 20 | 154 | 14 | 3C |
| Octal | 255 | 205 | 222 | 0 | 27 | 20 | 40 | 524 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10010010 | 0 | 10111 | 10000 | 100000 | 101010100 | 10100 | 111100 |
Color Harmonies of #AD8592
Complementary color
Monochromatic Colors of #AD8592
Black with #AD8592
Text Example
Text Example
White with #AD8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8592; }
p { color: rgb(173,133,146); }
H1.HeaderClassName
{
color: #AD8592;
}
.AnyTagClassName
{
color: #AD8592;
}
</style>
background-color css
<style>
a { background-color: #AD8592; }
a { background-color: rgb(173,133,146); }
div.DivClassName
{
background-color: #AD8592;
}
.BgClassName
{
background-color: #AD8592;
}
</style>
border-color css
<style>
span { border-color: #AD8592; }
span { border-color: rgb(173,133,146); }
td.TdClassName
{
border-color: #AD8592;
}
.TagClassName
{
border-color: #AD8592;
}
</style>