Shades of Tapestry #AA778D
Tints of Tapestry #AA778D
RGB
CMYK
RGB Variations
Color information
#AA778D (or 0xAA778D) is known color: Tapestry. HEX triplet: AA, 77 and 8D. RGB value is (170,119,141). Sum of RGB (Red+Green+Blue) = 170+119+141=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778D is #558872. Grayscale: #888888. Windows color (decimal): -5605491 or 9271210. OLE color: 9271210.
HSL color Cylindrical-coordinate representation of color #AA778D: hue angle of 334.12º 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 #AA778D is Cyan = 0, Magento = 0.3, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 141 | - |
| CMYK | 0 | 0.3 | 0.17 | 0.33 |
| HSL | 334.12º | 0.23% | 0.57% | - |
| HSV(B) | 334.12º | 0.3% | 0.67% | - |
| XYZ | 27.98 | 23.66 | 28.29 | - |
| YUV | 136.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 141 | 0 | 0.3 | 0.17 | 0.33 | 334.12 | 0.23 | 0.57 |
| Hex | AA | 77 | 8D | 0 | 1E | 11 | 21 | 14E | 17 | 39 |
| Octal | 252 | 167 | 215 | 0 | 36 | 21 | 41 | 516 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10001101 | 0 | 11110 | 10001 | 100001 | 101001110 | 10111 | 111001 |
Color Harmonies of #AA778D
Complementary color
Monochromatic Colors of #AA778D
Black with #AA778D
Text Example
Text Example
White with #AA778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA778D; }
p { color: rgb(170,119,141); }
H1.HeaderClassName
{
color: #AA778D;
}
.AnyTagClassName
{
color: #AA778D;
}
</style>
background-color css
<style>
a { background-color: #AA778D; }
a { background-color: rgb(170,119,141); }
div.DivClassName
{
background-color: #AA778D;
}
.BgClassName
{
background-color: #AA778D;
}
</style>
border-color css
<style>
span { border-color: #AA778D; }
span { border-color: rgb(170,119,141); }
td.TdClassName
{
border-color: #AA778D;
}
.TagClassName
{
border-color: #AA778D;
}
</style>