Shades of Tapestry #A66B86
Tints of Tapestry #A66B86
RGB
CMYK
RGB Variations
Color information
#A66B86 (or 0xA66B86) is known color: Tapestry. HEX triplet: A6, 6B and 86. RGB value is (166,107,134). Sum of RGB (Red+Green+Blue) = 166+107+134=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B86 is #599479. Grayscale: #7F7F7F. Windows color (decimal): -5870714 or 8809382. OLE color: 8809382.
HSL color Cylindrical-coordinate representation of color #A66B86: hue angle of 332.54º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B86 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 134 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.35 |
| HSL | 332.54º | 0.25% | 0.54% | - |
| HSV(B) | 332.54º | 0.36% | 0.65% | - |
| XYZ | 25.29 | 20.34 | 25.15 | - |
| YUV | 127.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 134 | 0 | 0.36 | 0.19 | 0.35 | 332.54 | 0.25 | 0.54 |
| Hex | A6 | 6B | 86 | 0 | 24 | 13 | 23 | 14D | 19 | 36 |
| Octal | 246 | 153 | 206 | 0 | 44 | 23 | 43 | 515 | 31 | 66 |
| Binary | 10100110 | 1101011 | 10000110 | 0 | 100100 | 10011 | 100011 | 101001101 | 11001 | 110110 |
Color Harmonies of #A66B86
Complementary color
Monochromatic Colors of #A66B86
Black with #A66B86
Text Example
Text Example
White with #A66B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B86; }
p { color: rgb(166,107,134); }
H1.HeaderClassName
{
color: #A66B86;
}
.AnyTagClassName
{
color: #A66B86;
}
</style>
background-color css
<style>
a { background-color: #A66B86; }
a { background-color: rgb(166,107,134); }
div.DivClassName
{
background-color: #A66B86;
}
.BgClassName
{
background-color: #A66B86;
}
</style>
border-color css
<style>
span { border-color: #A66B86; }
span { border-color: rgb(166,107,134); }
td.TdClassName
{
border-color: #A66B86;
}
.TagClassName
{
border-color: #A66B86;
}
</style>