Shades of Tapestry #AA7788
Tints of Tapestry #AA7788
RGB
CMYK
RGB Variations
Color information
#AA7788 (or 0xAA7788) is known color: Tapestry. HEX triplet: AA, 77 and 88. RGB value is (170,119,136). Sum of RGB (Red+Green+Blue) = 170+119+136=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7788 is #558877. Grayscale: #888888. Windows color (decimal): -5605496 or 8943530. OLE color: 8943530.
HSL color Cylindrical-coordinate representation of color #AA7788: hue angle of 340º 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 #AA7788 is Cyan = 0, Magento = 0.3, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 136 | - |
| CMYK | 0 | 0.3 | 0.20 | 0.33 |
| HSL | 340º | 0.23% | 0.57% | - |
| HSV(B) | 340º | 0.3% | 0.67% | - |
| XYZ | 27.62 | 23.52 | 26.38 | - |
| YUV | 136.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 136 | 0 | 0.3 | 0.20 | 0.33 | 340 | 0.23 | 0.57 |
| Hex | AA | 77 | 88 | 0 | 1E | 14 | 21 | 154 | 17 | 39 |
| Octal | 252 | 167 | 210 | 0 | 36 | 24 | 41 | 524 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10001000 | 0 | 11110 | 10100 | 100001 | 101010100 | 10111 | 111001 |
Color Harmonies of #AA7788
Complementary color
Monochromatic Colors of #AA7788
Black with #AA7788
Text Example
Text Example
White with #AA7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7788; }
p { color: rgb(170,119,136); }
H1.HeaderClassName
{
color: #AA7788;
}
.AnyTagClassName
{
color: #AA7788;
}
</style>
background-color css
<style>
a { background-color: #AA7788; }
a { background-color: rgb(170,119,136); }
div.DivClassName
{
background-color: #AA7788;
}
.BgClassName
{
background-color: #AA7788;
}
</style>
border-color css
<style>
span { border-color: #AA7788; }
span { border-color: rgb(170,119,136); }
td.TdClassName
{
border-color: #AA7788;
}
.TagClassName
{
border-color: #AA7788;
}
</style>