Shades of Tapestry #A66882
Tints of Tapestry #A66882
RGB
CMYK
RGB Variations
Color information
#A66882 (or 0xA66882) is known color: Tapestry. HEX triplet: A6, 68 and 82. RGB value is (166,104,130). Sum of RGB (Red+Green+Blue) = 166+104+130=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A66882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66882 is #59977D. Grayscale: #7D7D7D. Windows color (decimal): -5871486 or 8546470. OLE color: 8546470.
HSL color Cylindrical-coordinate representation of color #A66882: hue angle of 334.84º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66882 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 130 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.35 |
| HSL | 334.84º | 0.26% | 0.53% | - |
| HSV(B) | 334.84º | 0.37% | 0.65% | - |
| XYZ | 24.71 | 19.62 | 23.6 | - |
| YUV | 125.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 130 | 0 | 0.37 | 0.22 | 0.35 | 334.84 | 0.26 | 0.53 |
| Hex | A6 | 68 | 82 | 0 | 25 | 16 | 23 | 14F | 1A | 35 |
| Octal | 246 | 150 | 202 | 0 | 45 | 26 | 43 | 517 | 32 | 65 |
| Binary | 10100110 | 1101000 | 10000010 | 0 | 100101 | 10110 | 100011 | 101001111 | 11010 | 110101 |
Color Harmonies of #A66882
Complementary color
Monochromatic Colors of #A66882
Black with #A66882
Text Example
Text Example
White with #A66882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66882; }
p { color: rgb(166,104,130); }
H1.HeaderClassName
{
color: #A66882;
}
.AnyTagClassName
{
color: #A66882;
}
</style>
background-color css
<style>
a { background-color: #A66882; }
a { background-color: rgb(166,104,130); }
div.DivClassName
{
background-color: #A66882;
}
.BgClassName
{
background-color: #A66882;
}
</style>
border-color css
<style>
span { border-color: #A66882; }
span { border-color: rgb(166,104,130); }
td.TdClassName
{
border-color: #A66882;
}
.TagClassName
{
border-color: #A66882;
}
</style>