Shades of Tapestry #A6788B
Tints of Tapestry #A6788B
RGB
CMYK
RGB Variations
Color information
#A6788B (or 0xA6788B) is known color: Tapestry. HEX triplet: A6, 78 and 8B. RGB value is (166,120,139). Sum of RGB (Red+Green+Blue) = 166+120+139=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6788B is #598774. Grayscale: #878787. Windows color (decimal): -5867381 or 9140390. OLE color: 9140390.
HSL color Cylindrical-coordinate representation of color #A6788B: hue angle of 335.22º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6788B is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 139 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.35 |
| HSL | 335.22º | 0.21% | 0.56% | - |
| HSV(B) | 335.22º | 0.28% | 0.65% | - |
| XYZ | 27.1 | 23.4 | 27.52 | - |
| YUV | 135.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 139 | 0 | 0.28 | 0.16 | 0.35 | 335.22 | 0.21 | 0.56 |
| Hex | A6 | 78 | 8B | 0 | 1C | 10 | 23 | 14F | 15 | 38 |
| Octal | 246 | 170 | 213 | 0 | 34 | 20 | 43 | 517 | 25 | 70 |
| Binary | 10100110 | 1111000 | 10001011 | 0 | 11100 | 10000 | 100011 | 101001111 | 10101 | 111000 |
Color Harmonies of #A6788B
Complementary color
Monochromatic Colors of #A6788B
Black with #A6788B
Text Example
Text Example
White with #A6788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6788B; }
p { color: rgb(166,120,139); }
H1.HeaderClassName
{
color: #A6788B;
}
.AnyTagClassName
{
color: #A6788B;
}
</style>
background-color css
<style>
a { background-color: #A6788B; }
a { background-color: rgb(166,120,139); }
div.DivClassName
{
background-color: #A6788B;
}
.BgClassName
{
background-color: #A6788B;
}
</style>
border-color css
<style>
span { border-color: #A6788B; }
span { border-color: rgb(166,120,139); }
td.TdClassName
{
border-color: #A6788B;
}
.TagClassName
{
border-color: #A6788B;
}
</style>