Shades of Tapestry #AA7686
Tints of Tapestry #AA7686
RGB
CMYK
RGB Variations
Color information
#AA7686 (or 0xAA7686) is known color: Tapestry. HEX triplet: AA, 76 and 86. RGB value is (170,118,134). Sum of RGB (Red+Green+Blue) = 170+118+134=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7686 is #558979. Grayscale: #878787. Windows color (decimal): -5605754 or 8812202. OLE color: 8812202.
HSL color Cylindrical-coordinate representation of color #AA7686: hue angle of 341.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7686 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 134 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.33 |
| HSL | 341.54º | 0.23% | 0.56% | - |
| HSV(B) | 341.54º | 0.31% | 0.67% | - |
| XYZ | 27.36 | 23.22 | 25.59 | - |
| YUV | 135.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 134 | 0 | 0.31 | 0.21 | 0.33 | 341.54 | 0.23 | 0.56 |
| Hex | AA | 76 | 86 | 0 | 1F | 15 | 21 | 156 | 17 | 38 |
| Octal | 252 | 166 | 206 | 0 | 37 | 25 | 41 | 526 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10000110 | 0 | 11111 | 10101 | 100001 | 101010110 | 10111 | 111000 |
Color Harmonies of #AA7686
Complementary color
Monochromatic Colors of #AA7686
Black with #AA7686
Text Example
Text Example
White with #AA7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7686; }
p { color: rgb(170,118,134); }
H1.HeaderClassName
{
color: #AA7686;
}
.AnyTagClassName
{
color: #AA7686;
}
</style>
background-color css
<style>
a { background-color: #AA7686; }
a { background-color: rgb(170,118,134); }
div.DivClassName
{
background-color: #AA7686;
}
.BgClassName
{
background-color: #AA7686;
}
</style>
border-color css
<style>
span { border-color: #AA7686; }
span { border-color: rgb(170,118,134); }
td.TdClassName
{
border-color: #AA7686;
}
.TagClassName
{
border-color: #AA7686;
}
</style>