Shades of Tapestry #AA778C
Tints of Tapestry #AA778C
RGB
CMYK
RGB Variations
Color information
#AA778C (or 0xAA778C) is known color: Tapestry. HEX triplet: AA, 77 and 8C. RGB value is (170,119,140). Sum of RGB (Red+Green+Blue) = 170+119+140=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778C is #558873. Grayscale: #888888. Windows color (decimal): -5605492 or 9205674. OLE color: 9205674.
HSL color Cylindrical-coordinate representation of color #AA778C: hue angle of 335.29º 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 #AA778C is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 140 | - |
| CMYK | 0 | 0.3 | 0.18 | 0.33 |
| HSL | 335.29º | 0.23% | 0.57% | - |
| HSV(B) | 335.29º | 0.3% | 0.67% | - |
| XYZ | 27.91 | 23.63 | 27.9 | - |
| YUV | 136.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 140 | 0 | 0.3 | 0.18 | 0.33 | 335.29 | 0.23 | 0.57 |
| Hex | AA | 77 | 8C | 0 | 1E | 12 | 21 | 14F | 17 | 39 |
| Octal | 252 | 167 | 214 | 0 | 36 | 22 | 41 | 517 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10001100 | 0 | 11110 | 10010 | 100001 | 101001111 | 10111 | 111001 |
Color Harmonies of #AA778C
Complementary color
Monochromatic Colors of #AA778C
Black with #AA778C
Text Example
Text Example
White with #AA778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA778C; }
p { color: rgb(170,119,140); }
H1.HeaderClassName
{
color: #AA778C;
}
.AnyTagClassName
{
color: #AA778C;
}
</style>
background-color css
<style>
a { background-color: #AA778C; }
a { background-color: rgb(170,119,140); }
div.DivClassName
{
background-color: #AA778C;
}
.BgClassName
{
background-color: #AA778C;
}
</style>
border-color css
<style>
span { border-color: #AA778C; }
span { border-color: rgb(170,119,140); }
td.TdClassName
{
border-color: #AA778C;
}
.TagClassName
{
border-color: #AA778C;
}
</style>