Shades of Tapestry #AD8589
Tints of Tapestry #AD8589
RGB
CMYK
RGB Variations
Color information
#AD8589 (or 0xAD8589) is known color: Tapestry. HEX triplet: AD, 85 and 89. RGB value is (173,133,137). Sum of RGB (Red+Green+Blue) = 173+133+137=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8589 is #527A76. Grayscale: #919191. Windows color (decimal): -5405303 or 9012653. OLE color: 9012653.
HSL color Cylindrical-coordinate representation of color #AD8589: hue angle of 354º 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 #AD8589 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 137 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.32 |
| HSL | 354º | 0.2% | 0.6% | - |
| HSV(B) | 354º | 0.23% | 0.68% | - |
| XYZ | 30.14 | 27.47 | 27.38 | - |
| YUV | 145.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 137 | 0 | 0.23 | 0.21 | 0.32 | 354 | 0.2 | 0.6 |
| Hex | AD | 85 | 89 | 0 | 17 | 15 | 20 | 162 | 14 | 3C |
| Octal | 255 | 205 | 211 | 0 | 27 | 25 | 40 | 542 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10001001 | 0 | 10111 | 10101 | 100000 | 101100010 | 10100 | 111100 |
Color Harmonies of #AD8589
Complementary color
Monochromatic Colors of #AD8589
Black with #AD8589
Text Example
Text Example
White with #AD8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8589; }
p { color: rgb(173,133,137); }
H1.HeaderClassName
{
color: #AD8589;
}
.AnyTagClassName
{
color: #AD8589;
}
</style>
background-color css
<style>
a { background-color: #AD8589; }
a { background-color: rgb(173,133,137); }
div.DivClassName
{
background-color: #AD8589;
}
.BgClassName
{
background-color: #AD8589;
}
</style>
border-color css
<style>
span { border-color: #AD8589; }
span { border-color: rgb(173,133,137); }
td.TdClassName
{
border-color: #AD8589;
}
.TagClassName
{
border-color: #AD8589;
}
</style>