Shades of Tapestry #AA7E88
Tints of Tapestry #AA7E88
RGB
CMYK
RGB Variations
Color information
#AA7E88 (or 0xAA7E88) is known color: Tapestry. HEX triplet: AA, 7E and 88. RGB value is (170,126,136). Sum of RGB (Red+Green+Blue) = 170+126+136=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E88 is #558177. Grayscale: #8C8C8C. Windows color (decimal): -5603704 or 8945322. OLE color: 8945322.
HSL color Cylindrical-coordinate representation of color #AA7E88: hue angle of 346.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E88 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 136 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.33 |
| HSL | 346.36º | 0.21% | 0.58% | - |
| HSV(B) | 346.36º | 0.26% | 0.67% | - |
| XYZ | 28.48 | 25.25 | 26.66 | - |
| YUV | 140.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 136 | 0 | 0.26 | 0.20 | 0.33 | 346.36 | 0.21 | 0.58 |
| Hex | AA | 7E | 88 | 0 | 1A | 14 | 21 | 15A | 15 | 3A |
| Octal | 252 | 176 | 210 | 0 | 32 | 24 | 41 | 532 | 25 | 72 |
| Binary | 10101010 | 1111110 | 10001000 | 0 | 11010 | 10100 | 100001 | 101011010 | 10101 | 111010 |
Color Harmonies of #AA7E88
Complementary color
Monochromatic Colors of #AA7E88
Black with #AA7E88
Text Example
Text Example
White with #AA7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E88; }
p { color: rgb(170,126,136); }
H1.HeaderClassName
{
color: #AA7E88;
}
.AnyTagClassName
{
color: #AA7E88;
}
</style>
background-color css
<style>
a { background-color: #AA7E88; }
a { background-color: rgb(170,126,136); }
div.DivClassName
{
background-color: #AA7E88;
}
.BgClassName
{
background-color: #AA7E88;
}
</style>
border-color css
<style>
span { border-color: #AA7E88; }
span { border-color: rgb(170,126,136); }
td.TdClassName
{
border-color: #AA7E88;
}
.TagClassName
{
border-color: #AA7E88;
}
</style>