Shades of Tapestry #AA6686
Tints of Tapestry #AA6686
RGB
CMYK
RGB Variations
Color information
#AA6686 (or 0xAA6686) is known color: Tapestry. HEX triplet: AA, 66 and 86. RGB value is (170,102,134). Sum of RGB (Red+Green+Blue) = 170+102+134=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6686 is #559979. Grayscale: #7D7D7D. Windows color (decimal): -5609850 or 8808106. OLE color: 8808106.
HSL color Cylindrical-coordinate representation of color #AA6686: hue angle of 331.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6686 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 134 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.33 |
| HSL | 331.76º | 0.29% | 0.53% | - |
| HSV(B) | 331.76º | 0.4% | 0.67% | - |
| XYZ | 25.63 | 19.77 | 25.02 | - |
| YUV | 125.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 134 | 0 | 0.4 | 0.21 | 0.33 | 331.76 | 0.29 | 0.53 |
| Hex | AA | 66 | 86 | 0 | 28 | 15 | 21 | 14C | 1D | 35 |
| Octal | 252 | 146 | 206 | 0 | 50 | 25 | 41 | 514 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10000110 | 0 | 101000 | 10101 | 100001 | 101001100 | 11101 | 110101 |
Color Harmonies of #AA6686
Complementary color
Monochromatic Colors of #AA6686
Black with #AA6686
Text Example
Text Example
White with #AA6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6686; }
p { color: rgb(170,102,134); }
H1.HeaderClassName
{
color: #AA6686;
}
.AnyTagClassName
{
color: #AA6686;
}
</style>
background-color css
<style>
a { background-color: #AA6686; }
a { background-color: rgb(170,102,134); }
div.DivClassName
{
background-color: #AA6686;
}
.BgClassName
{
background-color: #AA6686;
}
</style>
border-color css
<style>
span { border-color: #AA6686; }
span { border-color: rgb(170,102,134); }
td.TdClassName
{
border-color: #AA6686;
}
.TagClassName
{
border-color: #AA6686;
}
</style>