Shades of Tapestry #AD8289
Tints of Tapestry #AD8289
RGB
CMYK
RGB Variations
Color information
#AD8289 (or 0xAD8289) is known color: Tapestry. HEX triplet: AD, 82 and 89. RGB value is (173,130,137). Sum of RGB (Red+Green+Blue) = 173+130+137=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8289 is #527D76. Grayscale: #8F8F8F. Windows color (decimal): -5406071 or 9011885. OLE color: 9011885.
HSL color Cylindrical-coordinate representation of color #AD8289: hue angle of 350.23º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8289 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 137 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.32 |
| HSL | 350.23º | 0.21% | 0.59% | - |
| HSV(B) | 350.23º | 0.25% | 0.68% | - |
| XYZ | 29.73 | 26.66 | 27.24 | - |
| YUV | 143.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 137 | 0 | 0.25 | 0.21 | 0.32 | 350.23 | 0.21 | 0.59 |
| Hex | AD | 82 | 89 | 0 | 19 | 15 | 20 | 15E | 15 | 3B |
| Octal | 255 | 202 | 211 | 0 | 31 | 25 | 40 | 536 | 25 | 73 |
| Binary | 10101101 | 10000010 | 10001001 | 0 | 11001 | 10101 | 100000 | 101011110 | 10101 | 111011 |
Color Harmonies of #AD8289
Complementary color
Monochromatic Colors of #AD8289
Black with #AD8289
Text Example
Text Example
White with #AD8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8289; }
p { color: rgb(173,130,137); }
H1.HeaderClassName
{
color: #AD8289;
}
.AnyTagClassName
{
color: #AD8289;
}
</style>
background-color css
<style>
a { background-color: #AD8289; }
a { background-color: rgb(173,130,137); }
div.DivClassName
{
background-color: #AD8289;
}
.BgClassName
{
background-color: #AD8289;
}
</style>
border-color css
<style>
span { border-color: #AD8289; }
span { border-color: rgb(173,130,137); }
td.TdClassName
{
border-color: #AD8289;
}
.TagClassName
{
border-color: #AD8289;
}
</style>