Shades of Tapestry #AA788C
Tints of Tapestry #AA788C
RGB
CMYK
RGB Variations
Color information
#AA788C (or 0xAA788C) is known color: Tapestry. HEX triplet: AA, 78 and 8C. RGB value is (170,120,140). Sum of RGB (Red+Green+Blue) = 170+120+140=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA788C is #558773. Grayscale: #898989. Windows color (decimal): -5605236 or 9205930. OLE color: 9205930.
HSL color Cylindrical-coordinate representation of color #AA788C: hue angle of 336º 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 #AA788C is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 140 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.33 |
| HSL | 336º | 0.23% | 0.57% | - |
| HSV(B) | 336º | 0.29% | 0.67% | - |
| XYZ | 28.03 | 23.87 | 27.94 | - |
| YUV | 137.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 140 | 0 | 0.29 | 0.18 | 0.33 | 336 | 0.23 | 0.57 |
| Hex | AA | 78 | 8C | 0 | 1D | 12 | 21 | 150 | 17 | 39 |
| Octal | 252 | 170 | 214 | 0 | 35 | 22 | 41 | 520 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10001100 | 0 | 11101 | 10010 | 100001 | 101010000 | 10111 | 111001 |
Color Harmonies of #AA788C
Complementary color
Monochromatic Colors of #AA788C
Black with #AA788C
Text Example
Text Example
White with #AA788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA788C; }
p { color: rgb(170,120,140); }
H1.HeaderClassName
{
color: #AA788C;
}
.AnyTagClassName
{
color: #AA788C;
}
</style>
background-color css
<style>
a { background-color: #AA788C; }
a { background-color: rgb(170,120,140); }
div.DivClassName
{
background-color: #AA788C;
}
.BgClassName
{
background-color: #AA788C;
}
</style>
border-color css
<style>
span { border-color: #AA788C; }
span { border-color: rgb(170,120,140); }
td.TdClassName
{
border-color: #AA788C;
}
.TagClassName
{
border-color: #AA788C;
}
</style>