Shades of Tapestry #AA778E
Tints of Tapestry #AA778E
RGB
CMYK
RGB Variations
Color information
#AA778E (or 0xAA778E) is known color: Tapestry. HEX triplet: AA, 77 and 8E. RGB value is (170,119,142). Sum of RGB (Red+Green+Blue) = 170+119+142=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778E is #558871. Grayscale: #888888. Windows color (decimal): -5605490 or 9336746. OLE color: 9336746.
HSL color Cylindrical-coordinate representation of color #AA778E: hue angle of 332.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA778E is Cyan = 0, Magento = 0.3, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 142 | - |
| CMYK | 0 | 0.3 | 0.16 | 0.33 |
| HSL | 332.94º | 0.23% | 0.57% | - |
| HSV(B) | 332.94º | 0.3% | 0.67% | - |
| XYZ | 28.06 | 23.69 | 28.69 | - |
| YUV | 136.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 142 | 0 | 0.3 | 0.16 | 0.33 | 332.94 | 0.23 | 0.57 |
| Hex | AA | 77 | 8E | 0 | 1E | 10 | 21 | 14D | 17 | 39 |
| Octal | 252 | 167 | 216 | 0 | 36 | 20 | 41 | 515 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10001110 | 0 | 11110 | 10000 | 100001 | 101001101 | 10111 | 111001 |
Color Harmonies of #AA778E
Complementary color
Monochromatic Colors of #AA778E
Black with #AA778E
Text Example
Text Example
White with #AA778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA778E; }
p { color: rgb(170,119,142); }
H1.HeaderClassName
{
color: #AA778E;
}
.AnyTagClassName
{
color: #AA778E;
}
</style>
background-color css
<style>
a { background-color: #AA778E; }
a { background-color: rgb(170,119,142); }
div.DivClassName
{
background-color: #AA778E;
}
.BgClassName
{
background-color: #AA778E;
}
</style>
border-color css
<style>
span { border-color: #AA778E; }
span { border-color: rgb(170,119,142); }
td.TdClassName
{
border-color: #AA778E;
}
.TagClassName
{
border-color: #AA778E;
}
</style>