Shades of Tapestry #A66880
Tints of Tapestry #A66880
RGB
CMYK
RGB Variations
Color information
#A66880 (or 0xA66880) is known color: Tapestry. HEX triplet: A6, 68 and 80. RGB value is (166,104,128). Sum of RGB (Red+Green+Blue) = 166+104+128=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A66880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66880 is #59977F. Grayscale: #7D7D7D. Windows color (decimal): -5871488 or 8415398. OLE color: 8415398.
HSL color Cylindrical-coordinate representation of color #A66880: hue angle of 336.77º 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 #A66880 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 128 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.35 |
| HSL | 336.77º | 0.26% | 0.53% | - |
| HSV(B) | 336.77º | 0.37% | 0.65% | - |
| XYZ | 24.57 | 19.57 | 22.9 | - |
| YUV | 125.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 128 | 0 | 0.37 | 0.23 | 0.35 | 336.77 | 0.26 | 0.53 |
| Hex | A6 | 68 | 80 | 0 | 25 | 17 | 23 | 151 | 1A | 35 |
| Octal | 246 | 150 | 200 | 0 | 45 | 27 | 43 | 521 | 32 | 65 |
| Binary | 10100110 | 1101000 | 10000000 | 0 | 100101 | 10111 | 100011 | 101010001 | 11010 | 110101 |
Color Harmonies of #A66880
Complementary color
Monochromatic Colors of #A66880
Black with #A66880
Text Example
Text Example
White with #A66880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66880; }
p { color: rgb(166,104,128); }
H1.HeaderClassName
{
color: #A66880;
}
.AnyTagClassName
{
color: #A66880;
}
</style>
background-color css
<style>
a { background-color: #A66880; }
a { background-color: rgb(166,104,128); }
div.DivClassName
{
background-color: #A66880;
}
.BgClassName
{
background-color: #A66880;
}
</style>
border-color css
<style>
span { border-color: #A66880; }
span { border-color: rgb(166,104,128); }
td.TdClassName
{
border-color: #A66880;
}
.TagClassName
{
border-color: #A66880;
}
</style>