Shades of Tapestry #A6888B
Tints of Tapestry #A6888B
RGB
CMYK
RGB Variations
Color information
#A6888B (or 0xA6888B) is known color: Tapestry. HEX triplet: A6, 88 and 8B. RGB value is (166,136,139). Sum of RGB (Red+Green+Blue) = 166+136+139=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6888B is #597774. Grayscale: #919191. Windows color (decimal): -5863285 or 9144486. OLE color: 9144486.
HSL color Cylindrical-coordinate representation of color #A6888B: hue angle of 354º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6888B is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 139 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.35 |
| HSL | 354º | 0.14% | 0.59% | - |
| HSV(B) | 354º | 0.18% | 0.65% | - |
| XYZ | 29.19 | 27.58 | 28.21 | - |
| YUV | 145.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 139 | 0 | 0.18 | 0.16 | 0.35 | 354 | 0.14 | 0.59 |
| Hex | A6 | 88 | 8B | 0 | 12 | 10 | 23 | 162 | E | 3B |
| Octal | 246 | 210 | 213 | 0 | 22 | 20 | 43 | 542 | 16 | 73 |
| Binary | 10100110 | 10001000 | 10001011 | 0 | 10010 | 10000 | 100011 | 101100010 | 1110 | 111011 |
Color Harmonies of #A6888B
Complementary color
Monochromatic Colors of #A6888B
Black with #A6888B
Text Example
Text Example
White with #A6888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6888B; }
p { color: rgb(166,136,139); }
H1.HeaderClassName
{
color: #A6888B;
}
.AnyTagClassName
{
color: #A6888B;
}
</style>
background-color css
<style>
a { background-color: #A6888B; }
a { background-color: rgb(166,136,139); }
div.DivClassName
{
background-color: #A6888B;
}
.BgClassName
{
background-color: #A6888B;
}
</style>
border-color css
<style>
span { border-color: #A6888B; }
span { border-color: rgb(166,136,139); }
td.TdClassName
{
border-color: #A6888B;
}
.TagClassName
{
border-color: #A6888B;
}
</style>