Shades of Tapestry #AA788A
Tints of Tapestry #AA788A
RGB
CMYK
RGB Variations
Color information
#AA788A (or 0xAA788A) is known color: Tapestry. HEX triplet: AA, 78 and 8A. RGB value is (170,120,138). Sum of RGB (Red+Green+Blue) = 170+120+138=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA788A is #558775. Grayscale: #888888. Windows color (decimal): -5605238 or 9074858. OLE color: 9074858.
HSL color Cylindrical-coordinate representation of color #AA788A: hue angle of 338.4º 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 #AA788A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 138 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.33 |
| HSL | 338.4º | 0.23% | 0.57% | - |
| HSV(B) | 338.4º | 0.29% | 0.67% | - |
| XYZ | 27.88 | 23.81 | 27.17 | - |
| YUV | 137 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 138 | 0 | 0.29 | 0.19 | 0.33 | 338.4 | 0.23 | 0.57 |
| Hex | AA | 78 | 8A | 0 | 1D | 13 | 21 | 152 | 17 | 39 |
| Octal | 252 | 170 | 212 | 0 | 35 | 23 | 41 | 522 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10001010 | 0 | 11101 | 10011 | 100001 | 101010010 | 10111 | 111001 |
Color Harmonies of #AA788A
Complementary color
Monochromatic Colors of #AA788A
Black with #AA788A
Text Example
Text Example
White with #AA788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA788A; }
p { color: rgb(170,120,138); }
H1.HeaderClassName
{
color: #AA788A;
}
.AnyTagClassName
{
color: #AA788A;
}
</style>
background-color css
<style>
a { background-color: #AA788A; }
a { background-color: rgb(170,120,138); }
div.DivClassName
{
background-color: #AA788A;
}
.BgClassName
{
background-color: #AA788A;
}
</style>
border-color css
<style>
span { border-color: #AA788A; }
span { border-color: rgb(170,120,138); }
td.TdClassName
{
border-color: #AA788A;
}
.TagClassName
{
border-color: #AA788A;
}
</style>