Shades of Tapestry #AA6884
Tints of Tapestry #AA6884
RGB
CMYK
RGB Variations
Color information
#AA6884 (or 0xAA6884) is known color: Tapestry. HEX triplet: AA, 68 and 84. RGB value is (170,104,132). Sum of RGB (Red+Green+Blue) = 170+104+132=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6884 is #55977B. Grayscale: #7E7E7E. Windows color (decimal): -5609340 or 8677546. OLE color: 8677546.
HSL color Cylindrical-coordinate representation of color #AA6884: hue angle of 334.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6884 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 132 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.33 |
| HSL | 334.55º | 0.28% | 0.54% | - |
| HSV(B) | 334.55º | 0.39% | 0.67% | - |
| XYZ | 25.69 | 20.11 | 24.36 | - |
| YUV | 126.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 132 | 0 | 0.39 | 0.22 | 0.33 | 334.55 | 0.28 | 0.54 |
| Hex | AA | 68 | 84 | 0 | 27 | 16 | 21 | 14F | 1C | 36 |
| Octal | 252 | 150 | 204 | 0 | 47 | 26 | 41 | 517 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10000100 | 0 | 100111 | 10110 | 100001 | 101001111 | 11100 | 110110 |
Color Harmonies of #AA6884
Complementary color
Monochromatic Colors of #AA6884
Black with #AA6884
Text Example
Text Example
White with #AA6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6884; }
p { color: rgb(170,104,132); }
H1.HeaderClassName
{
color: #AA6884;
}
.AnyTagClassName
{
color: #AA6884;
}
</style>
background-color css
<style>
a { background-color: #AA6884; }
a { background-color: rgb(170,104,132); }
div.DivClassName
{
background-color: #AA6884;
}
.BgClassName
{
background-color: #AA6884;
}
</style>
border-color css
<style>
span { border-color: #AA6884; }
span { border-color: rgb(170,104,132); }
td.TdClassName
{
border-color: #AA6884;
}
.TagClassName
{
border-color: #AA6884;
}
</style>