Shades of Tapestry #AD898B
Tints of Tapestry #AD898B
RGB
CMYK
RGB Variations
Color information
#AD898B (or 0xAD898B) is known color: Tapestry. HEX triplet: AD, 89 and 8B. RGB value is (173,137,139). Sum of RGB (Red+Green+Blue) = 173+137+139=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD898B is #527674. Grayscale: #949494. Windows color (decimal): -5404277 or 9144749. OLE color: 9144749.
HSL color Cylindrical-coordinate representation of color #AD898B: hue angle of 356.67º 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 #AD898B is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 139 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.32 |
| HSL | 356.67º | 0.18% | 0.61% | - |
| HSV(B) | 356.67º | 0.21% | 0.68% | - |
| XYZ | 30.84 | 28.64 | 28.33 | - |
| YUV | 147.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 139 | 0 | 0.21 | 0.20 | 0.32 | 356.67 | 0.18 | 0.61 |
| Hex | AD | 89 | 8B | 0 | 15 | 14 | 20 | 165 | 12 | 3D |
| Octal | 255 | 211 | 213 | 0 | 25 | 24 | 40 | 545 | 22 | 75 |
| Binary | 10101101 | 10001001 | 10001011 | 0 | 10101 | 10100 | 100000 | 101100101 | 10010 | 111101 |
Color Harmonies of #AD898B
Complementary color
Monochromatic Colors of #AD898B
Black with #AD898B
Text Example
Text Example
White with #AD898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD898B; }
p { color: rgb(173,137,139); }
H1.HeaderClassName
{
color: #AD898B;
}
.AnyTagClassName
{
color: #AD898B;
}
</style>
background-color css
<style>
a { background-color: #AD898B; }
a { background-color: rgb(173,137,139); }
div.DivClassName
{
background-color: #AD898B;
}
.BgClassName
{
background-color: #AD898B;
}
</style>
border-color css
<style>
span { border-color: #AD898B; }
span { border-color: rgb(173,137,139); }
td.TdClassName
{
border-color: #AD898B;
}
.TagClassName
{
border-color: #AD898B;
}
</style>