Shades of Tapestry #AD898A
Tints of Tapestry #AD898A
RGB
CMYK
RGB Variations
Color information
#AD898A (or 0xAD898A) is known color: Tapestry. HEX triplet: AD, 89 and 8A. RGB value is (173,137,138). Sum of RGB (Red+Green+Blue) = 173+137+138=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD898A is #527675. Grayscale: #939393. Windows color (decimal): -5404278 or 9079213. OLE color: 9079213.
HSL color Cylindrical-coordinate representation of color #AD898A: hue angle of 358.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD898A is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 138 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.32 |
| HSL | 358.33º | 0.18% | 0.61% | - |
| HSV(B) | 358.33º | 0.21% | 0.68% | - |
| XYZ | 30.77 | 28.61 | 27.95 | - |
| YUV | 147.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 138 | 0 | 0.21 | 0.20 | 0.32 | 358.33 | 0.18 | 0.61 |
| Hex | AD | 89 | 8A | 0 | 15 | 14 | 20 | 166 | 12 | 3D |
| Octal | 255 | 211 | 212 | 0 | 25 | 24 | 40 | 546 | 22 | 75 |
| Binary | 10101101 | 10001001 | 10001010 | 0 | 10101 | 10100 | 100000 | 101100110 | 10010 | 111101 |
Color Harmonies of #AD898A
Complementary color
Monochromatic Colors of #AD898A
Black with #AD898A
Text Example
Text Example
White with #AD898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD898A; }
p { color: rgb(173,137,138); }
H1.HeaderClassName
{
color: #AD898A;
}
.AnyTagClassName
{
color: #AD898A;
}
</style>
background-color css
<style>
a { background-color: #AD898A; }
a { background-color: rgb(173,137,138); }
div.DivClassName
{
background-color: #AD898A;
}
.BgClassName
{
background-color: #AD898A;
}
</style>
border-color css
<style>
span { border-color: #AD898A; }
span { border-color: rgb(173,137,138); }
td.TdClassName
{
border-color: #AD898A;
}
.TagClassName
{
border-color: #AD898A;
}
</style>