Shades of Tapestry #A6838A
Tints of Tapestry #A6838A
RGB
CMYK
RGB Variations
Color information
#A6838A (or 0xA6838A) is known color: Tapestry. HEX triplet: A6, 83 and 8A. RGB value is (166,131,138). Sum of RGB (Red+Green+Blue) = 166+131+138=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838A is #597C75. Grayscale: #8E8E8E. Windows color (decimal): -5864566 or 9077670. OLE color: 9077670.
HSL color Cylindrical-coordinate representation of color #A6838A: hue angle of 348º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6838A is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 138 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.35 |
| HSL | 348º | 0.16% | 0.58% | - |
| HSV(B) | 348º | 0.21% | 0.65% | - |
| XYZ | 28.43 | 26.17 | 27.6 | - |
| YUV | 142.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 138 | 0 | 0.21 | 0.17 | 0.35 | 348 | 0.16 | 0.58 |
| Hex | A6 | 83 | 8A | 0 | 15 | 11 | 23 | 15C | 10 | 3A |
| Octal | 246 | 203 | 212 | 0 | 25 | 21 | 43 | 534 | 20 | 72 |
| Binary | 10100110 | 10000011 | 10001010 | 0 | 10101 | 10001 | 100011 | 101011100 | 10000 | 111010 |
Color Harmonies of #A6838A
Complementary color
Monochromatic Colors of #A6838A
Black with #A6838A
Text Example
Text Example
White with #A6838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6838A; }
p { color: rgb(166,131,138); }
H1.HeaderClassName
{
color: #A6838A;
}
.AnyTagClassName
{
color: #A6838A;
}
</style>
background-color css
<style>
a { background-color: #A6838A; }
a { background-color: rgb(166,131,138); }
div.DivClassName
{
background-color: #A6838A;
}
.BgClassName
{
background-color: #A6838A;
}
</style>
border-color css
<style>
span { border-color: #A6838A; }
span { border-color: rgb(166,131,138); }
td.TdClassName
{
border-color: #A6838A;
}
.TagClassName
{
border-color: #A6838A;
}
</style>