Shades of Tapestry #AA788E
Tints of Tapestry #AA788E
RGB
CMYK
RGB Variations
Color information
#AA788E (or 0xAA788E) is known color: Tapestry. HEX triplet: AA, 78 and 8E. RGB value is (170,120,142). Sum of RGB (Red+Green+Blue) = 170+120+142=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA788E is #558771. Grayscale: #898989. Windows color (decimal): -5605234 or 9337002. OLE color: 9337002.
HSL color Cylindrical-coordinate representation of color #AA788E: hue angle of 333.6º 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 #AA788E is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 142 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.33 |
| HSL | 333.6º | 0.23% | 0.57% | - |
| HSV(B) | 333.6º | 0.29% | 0.67% | - |
| XYZ | 28.18 | 23.93 | 28.73 | - |
| YUV | 137.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 142 | 0 | 0.29 | 0.16 | 0.33 | 333.6 | 0.23 | 0.57 |
| Hex | AA | 78 | 8E | 0 | 1D | 10 | 21 | 14E | 17 | 39 |
| Octal | 252 | 170 | 216 | 0 | 35 | 20 | 41 | 516 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10001110 | 0 | 11101 | 10000 | 100001 | 101001110 | 10111 | 111001 |
Color Harmonies of #AA788E
Complementary color
Monochromatic Colors of #AA788E
Black with #AA788E
Text Example
Text Example
White with #AA788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA788E; }
p { color: rgb(170,120,142); }
H1.HeaderClassName
{
color: #AA788E;
}
.AnyTagClassName
{
color: #AA788E;
}
</style>
background-color css
<style>
a { background-color: #AA788E; }
a { background-color: rgb(170,120,142); }
div.DivClassName
{
background-color: #AA788E;
}
.BgClassName
{
background-color: #AA788E;
}
</style>
border-color css
<style>
span { border-color: #AA788E; }
span { border-color: rgb(170,120,142); }
td.TdClassName
{
border-color: #AA788E;
}
.TagClassName
{
border-color: #AA788E;
}
</style>