Shades of Tapestry #AA6681
Tints of Tapestry #AA6681
RGB
CMYK
RGB Variations
Color information
#AA6681 (or 0xAA6681) is known color: Tapestry. HEX triplet: AA, 66 and 81. RGB value is (170,102,129). Sum of RGB (Red+Green+Blue) = 170+102+129=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6681 is #55997E. Grayscale: #7D7D7D. Windows color (decimal): -5609855 or 8480426. OLE color: 8480426.
HSL color Cylindrical-coordinate representation of color #AA6681: hue angle of 336.18º 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 #AA6681 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 129 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.33 |
| HSL | 336.18º | 0.29% | 0.53% | - |
| HSV(B) | 336.18º | 0.4% | 0.67% | - |
| XYZ | 25.29 | 19.63 | 23.23 | - |
| YUV | 125.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 129 | 0 | 0.4 | 0.24 | 0.33 | 336.18 | 0.29 | 0.53 |
| Hex | AA | 66 | 81 | 0 | 28 | 18 | 21 | 150 | 1D | 35 |
| Octal | 252 | 146 | 201 | 0 | 50 | 30 | 41 | 520 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10000001 | 0 | 101000 | 11000 | 100001 | 101010000 | 11101 | 110101 |
Color Harmonies of #AA6681
Complementary color
Monochromatic Colors of #AA6681
Black with #AA6681
Text Example
Text Example
White with #AA6681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6681; }
p { color: rgb(170,102,129); }
H1.HeaderClassName
{
color: #AA6681;
}
.AnyTagClassName
{
color: #AA6681;
}
</style>
background-color css
<style>
a { background-color: #AA6681; }
a { background-color: rgb(170,102,129); }
div.DivClassName
{
background-color: #AA6681;
}
.BgClassName
{
background-color: #AA6681;
}
</style>
border-color css
<style>
span { border-color: #AA6681; }
span { border-color: rgb(170,102,129); }
td.TdClassName
{
border-color: #AA6681;
}
.TagClassName
{
border-color: #AA6681;
}
</style>