Shades of Tapestry #AA8891
Tints of Tapestry #AA8891
RGB
CMYK
RGB Variations
Color information
#AA8891 (or 0xAA8891) is known color: Tapestry. HEX triplet: AA, 88 and 91. RGB value is (170,136,145). Sum of RGB (Red+Green+Blue) = 170+136+145=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8891 is #55776E. Grayscale: #939393. Windows color (decimal): -5601135 or 9537706. OLE color: 9537706.
HSL color Cylindrical-coordinate representation of color #AA8891: hue angle of 344.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA8891 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 145 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.33 |
| HSL | 344.12º | 0.17% | 0.6% | - |
| HSV(B) | 344.12º | 0.2% | 0.67% | - |
| XYZ | 30.49 | 28.2 | 30.62 | - |
| YUV | 147.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 145 | 0 | 0.20 | 0.15 | 0.33 | 344.12 | 0.17 | 0.6 |
| Hex | AA | 88 | 91 | 0 | 14 | F | 21 | 158 | 11 | 3C |
| Octal | 252 | 210 | 221 | 0 | 24 | 17 | 41 | 530 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10010001 | 0 | 10100 | 1111 | 100001 | 101011000 | 10001 | 111100 |
Color Harmonies of #AA8891
Complementary color
Monochromatic Colors of #AA8891
Black with #AA8891
Text Example
Text Example
White with #AA8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8891; }
p { color: rgb(170,136,145); }
H1.HeaderClassName
{
color: #AA8891;
}
.AnyTagClassName
{
color: #AA8891;
}
</style>
background-color css
<style>
a { background-color: #AA8891; }
a { background-color: rgb(170,136,145); }
div.DivClassName
{
background-color: #AA8891;
}
.BgClassName
{
background-color: #AA8891;
}
</style>
border-color css
<style>
span { border-color: #AA8891; }
span { border-color: rgb(170,136,145); }
td.TdClassName
{
border-color: #AA8891;
}
.TagClassName
{
border-color: #AA8891;
}
</style>