Shades of Tapestry #AA788D
Tints of Tapestry #AA788D
RGB
CMYK
RGB Variations
Color information
#AA788D (or 0xAA788D) is known color: Tapestry. HEX triplet: AA, 78 and 8D. RGB value is (170,120,141). Sum of RGB (Red+Green+Blue) = 170+120+141=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA788D is #558772. Grayscale: #898989. Windows color (decimal): -5605235 or 9271466. OLE color: 9271466.
HSL color Cylindrical-coordinate representation of color #AA788D: hue angle of 334.8º 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 #AA788D is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 141 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.33 |
| HSL | 334.8º | 0.23% | 0.57% | - |
| HSV(B) | 334.8º | 0.29% | 0.67% | - |
| XYZ | 28.1 | 23.9 | 28.33 | - |
| YUV | 137.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 141 | 0 | 0.29 | 0.17 | 0.33 | 334.8 | 0.23 | 0.57 |
| Hex | AA | 78 | 8D | 0 | 1D | 11 | 21 | 14F | 17 | 39 |
| Octal | 252 | 170 | 215 | 0 | 35 | 21 | 41 | 517 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10001101 | 0 | 11101 | 10001 | 100001 | 101001111 | 10111 | 111001 |
Color Harmonies of #AA788D
Complementary color
Monochromatic Colors of #AA788D
Black with #AA788D
Text Example
Text Example
White with #AA788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA788D; }
p { color: rgb(170,120,141); }
H1.HeaderClassName
{
color: #AA788D;
}
.AnyTagClassName
{
color: #AA788D;
}
</style>
background-color css
<style>
a { background-color: #AA788D; }
a { background-color: rgb(170,120,141); }
div.DivClassName
{
background-color: #AA788D;
}
.BgClassName
{
background-color: #AA788D;
}
</style>
border-color css
<style>
span { border-color: #AA788D; }
span { border-color: rgb(170,120,141); }
td.TdClassName
{
border-color: #AA788D;
}
.TagClassName
{
border-color: #AA788D;
}
</style>