Shades of Tapestry #AA888D
Tints of Tapestry #AA888D
RGB
CMYK
RGB Variations
Color information
#AA888D (or 0xAA888D) is known color: Tapestry. HEX triplet: AA, 88 and 8D. RGB value is (170,136,141). Sum of RGB (Red+Green+Blue) = 170+136+141=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA888D is #557772. Grayscale: #929292. Windows color (decimal): -5601139 or 9275562. OLE color: 9275562.
HSL color Cylindrical-coordinate representation of color #AA888D: hue angle of 351.18º 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 #AA888D is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 141 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.33 |
| HSL | 351.18º | 0.17% | 0.6% | - |
| HSV(B) | 351.18º | 0.2% | 0.67% | - |
| XYZ | 30.19 | 28.08 | 29.03 | - |
| YUV | 146.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 141 | 0 | 0.20 | 0.17 | 0.33 | 351.18 | 0.17 | 0.6 |
| Hex | AA | 88 | 8D | 0 | 14 | 11 | 21 | 15F | 11 | 3C |
| Octal | 252 | 210 | 215 | 0 | 24 | 21 | 41 | 537 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10001101 | 0 | 10100 | 10001 | 100001 | 101011111 | 10001 | 111100 |
Color Harmonies of #AA888D
Complementary color
Monochromatic Colors of #AA888D
Black with #AA888D
Text Example
Text Example
White with #AA888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA888D; }
p { color: rgb(170,136,141); }
H1.HeaderClassName
{
color: #AA888D;
}
.AnyTagClassName
{
color: #AA888D;
}
</style>
background-color css
<style>
a { background-color: #AA888D; }
a { background-color: rgb(170,136,141); }
div.DivClassName
{
background-color: #AA888D;
}
.BgClassName
{
background-color: #AA888D;
}
</style>
border-color css
<style>
span { border-color: #AA888D; }
span { border-color: rgb(170,136,141); }
td.TdClassName
{
border-color: #AA888D;
}
.TagClassName
{
border-color: #AA888D;
}
</style>