Shades of Tapestry #AA7881
Tints of Tapestry #AA7881
RGB
CMYK
RGB Variations
Color information
#AA7881 (or 0xAA7881) is known color: Tapestry. HEX triplet: AA, 78 and 81. RGB value is (170,120,129). Sum of RGB (Red+Green+Blue) = 170+120+129=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7881 is #55877E. Grayscale: #878787. Windows color (decimal): -5605247 or 8485034. OLE color: 8485034.
HSL color Cylindrical-coordinate representation of color #AA7881: hue angle of 349.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7881 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 129 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.33 |
| HSL | 349.2º | 0.23% | 0.57% | - |
| HSV(B) | 349.2º | 0.29% | 0.67% | - |
| XYZ | 27.26 | 23.56 | 23.88 | - |
| YUV | 135.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 129 | 0 | 0.29 | 0.24 | 0.33 | 349.2 | 0.23 | 0.57 |
| Hex | AA | 78 | 81 | 0 | 1D | 18 | 21 | 15D | 17 | 39 |
| Octal | 252 | 170 | 201 | 0 | 35 | 30 | 41 | 535 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10000001 | 0 | 11101 | 11000 | 100001 | 101011101 | 10111 | 111001 |
Color Harmonies of #AA7881
Complementary color
Monochromatic Colors of #AA7881
Black with #AA7881
Text Example
Text Example
White with #AA7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7881; }
p { color: rgb(170,120,129); }
H1.HeaderClassName
{
color: #AA7881;
}
.AnyTagClassName
{
color: #AA7881;
}
</style>
background-color css
<style>
a { background-color: #AA7881; }
a { background-color: rgb(170,120,129); }
div.DivClassName
{
background-color: #AA7881;
}
.BgClassName
{
background-color: #AA7881;
}
</style>
border-color css
<style>
span { border-color: #AA7881; }
span { border-color: rgb(170,120,129); }
td.TdClassName
{
border-color: #AA7881;
}
.TagClassName
{
border-color: #AA7881;
}
</style>