Shades of Tapestry #AA6986
Tints of Tapestry #AA6986
RGB
CMYK
RGB Variations
Color information
#AA6986 (or 0xAA6986) is known color: Tapestry. HEX triplet: AA, 69 and 86. RGB value is (170,105,134). Sum of RGB (Red+Green+Blue) = 170+105+134=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6986 is #559679. Grayscale: #7F7F7F. Windows color (decimal): -5609082 or 8808874. OLE color: 8808874.
HSL color Cylindrical-coordinate representation of color #AA6986: hue angle of 333.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6986 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 134 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.33 |
| HSL | 333.23º | 0.28% | 0.54% | - |
| HSV(B) | 333.23º | 0.38% | 0.67% | - |
| XYZ | 25.93 | 20.37 | 25.12 | - |
| YUV | 127.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 134 | 0 | 0.38 | 0.21 | 0.33 | 333.23 | 0.28 | 0.54 |
| Hex | AA | 69 | 86 | 0 | 26 | 15 | 21 | 14D | 1C | 36 |
| Octal | 252 | 151 | 206 | 0 | 46 | 25 | 41 | 515 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10000110 | 0 | 100110 | 10101 | 100001 | 101001101 | 11100 | 110110 |
Color Harmonies of #AA6986
Complementary color
Monochromatic Colors of #AA6986
Black with #AA6986
Text Example
Text Example
White with #AA6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6986; }
p { color: rgb(170,105,134); }
H1.HeaderClassName
{
color: #AA6986;
}
.AnyTagClassName
{
color: #AA6986;
}
</style>
background-color css
<style>
a { background-color: #AA6986; }
a { background-color: rgb(170,105,134); }
div.DivClassName
{
background-color: #AA6986;
}
.BgClassName
{
background-color: #AA6986;
}
</style>
border-color css
<style>
span { border-color: #AA6986; }
span { border-color: rgb(170,105,134); }
td.TdClassName
{
border-color: #AA6986;
}
.TagClassName
{
border-color: #AA6986;
}
</style>