Shades of Tapestry #AA6981
Tints of Tapestry #AA6981
RGB
CMYK
RGB Variations
Color information
#AA6981 (or 0xAA6981) is known color: Tapestry. HEX triplet: AA, 69 and 81. RGB value is (170,105,129). Sum of RGB (Red+Green+Blue) = 170+105+129=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6981 is #55967E. Grayscale: #7F7F7F. Windows color (decimal): -5609087 or 8481194. OLE color: 8481194.
HSL color Cylindrical-coordinate representation of color #AA6981: hue angle of 337.85º 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 #AA6981 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 129 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.33 |
| HSL | 337.85º | 0.28% | 0.54% | - |
| HSV(B) | 337.85º | 0.38% | 0.67% | - |
| XYZ | 25.59 | 20.23 | 23.33 | - |
| YUV | 127.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 129 | 0 | 0.38 | 0.24 | 0.33 | 337.85 | 0.28 | 0.54 |
| Hex | AA | 69 | 81 | 0 | 26 | 18 | 21 | 152 | 1C | 36 |
| Octal | 252 | 151 | 201 | 0 | 46 | 30 | 41 | 522 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10000001 | 0 | 100110 | 11000 | 100001 | 101010010 | 11100 | 110110 |
Color Harmonies of #AA6981
Complementary color
Monochromatic Colors of #AA6981
Black with #AA6981
Text Example
Text Example
White with #AA6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6981; }
p { color: rgb(170,105,129); }
H1.HeaderClassName
{
color: #AA6981;
}
.AnyTagClassName
{
color: #AA6981;
}
</style>
background-color css
<style>
a { background-color: #AA6981; }
a { background-color: rgb(170,105,129); }
div.DivClassName
{
background-color: #AA6981;
}
.BgClassName
{
background-color: #AA6981;
}
</style>
border-color css
<style>
span { border-color: #AA6981; }
span { border-color: rgb(170,105,129); }
td.TdClassName
{
border-color: #AA6981;
}
.TagClassName
{
border-color: #AA6981;
}
</style>