Shades of Tapestry #A6898D
Tints of Tapestry #A6898D
RGB
CMYK
RGB Variations
Color information
#A6898D (or 0xA6898D) is known color: Tapestry. HEX triplet: A6, 89 and 8D. RGB value is (166,137,141). Sum of RGB (Red+Green+Blue) = 166+137+141=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6898D is #597672. Grayscale: #929292. Windows color (decimal): -5863027 or 9275814. OLE color: 9275814.
HSL color Cylindrical-coordinate representation of color #A6898D: hue angle of 351.72º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6898D is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 141 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.35 |
| HSL | 351.72º | 0.14% | 0.59% | - |
| HSV(B) | 351.72º | 0.17% | 0.65% | - |
| XYZ | 29.48 | 27.92 | 29.03 | - |
| YUV | 146.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 141 | 0 | 0.17 | 0.15 | 0.35 | 351.72 | 0.14 | 0.59 |
| Hex | A6 | 89 | 8D | 0 | 11 | F | 23 | 160 | E | 3B |
| Octal | 246 | 211 | 215 | 0 | 21 | 17 | 43 | 540 | 16 | 73 |
| Binary | 10100110 | 10001001 | 10001101 | 0 | 10001 | 1111 | 100011 | 101100000 | 1110 | 111011 |
Color Harmonies of #A6898D
Complementary color
Monochromatic Colors of #A6898D
Black with #A6898D
Text Example
Text Example
White with #A6898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6898D; }
p { color: rgb(166,137,141); }
H1.HeaderClassName
{
color: #A6898D;
}
.AnyTagClassName
{
color: #A6898D;
}
</style>
background-color css
<style>
a { background-color: #A6898D; }
a { background-color: rgb(166,137,141); }
div.DivClassName
{
background-color: #A6898D;
}
.BgClassName
{
background-color: #A6898D;
}
</style>
border-color css
<style>
span { border-color: #A6898D; }
span { border-color: rgb(166,137,141); }
td.TdClassName
{
border-color: #A6898D;
}
.TagClassName
{
border-color: #A6898D;
}
</style>