Shades of Tapestry #AA6881
Tints of Tapestry #AA6881
RGB
CMYK
RGB Variations
Color information
#AA6881 (or 0xAA6881) is known color: Tapestry. HEX triplet: AA, 68 and 81. RGB value is (170,104,129). Sum of RGB (Red+Green+Blue) = 170+104+129=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6881 is #55977E. Grayscale: #7E7E7E. Windows color (decimal): -5609343 or 8480938. OLE color: 8480938.
HSL color Cylindrical-coordinate representation of color #AA6881: hue angle of 337.27º 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 #AA6881 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 129 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.33 |
| HSL | 337.27º | 0.28% | 0.54% | - |
| HSV(B) | 337.27º | 0.39% | 0.67% | - |
| XYZ | 25.49 | 20.03 | 23.29 | - |
| YUV | 126.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 129 | 0 | 0.39 | 0.24 | 0.33 | 337.27 | 0.28 | 0.54 |
| Hex | AA | 68 | 81 | 0 | 27 | 18 | 21 | 151 | 1C | 36 |
| Octal | 252 | 150 | 201 | 0 | 47 | 30 | 41 | 521 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10000001 | 0 | 100111 | 11000 | 100001 | 101010001 | 11100 | 110110 |
Color Harmonies of #AA6881
Complementary color
Monochromatic Colors of #AA6881
Black with #AA6881
Text Example
Text Example
White with #AA6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6881; }
p { color: rgb(170,104,129); }
H1.HeaderClassName
{
color: #AA6881;
}
.AnyTagClassName
{
color: #AA6881;
}
</style>
background-color css
<style>
a { background-color: #AA6881; }
a { background-color: rgb(170,104,129); }
div.DivClassName
{
background-color: #AA6881;
}
.BgClassName
{
background-color: #AA6881;
}
</style>
border-color css
<style>
span { border-color: #AA6881; }
span { border-color: rgb(170,104,129); }
td.TdClassName
{
border-color: #AA6881;
}
.TagClassName
{
border-color: #AA6881;
}
</style>