Shades of Tapestry #AA898D
Tints of Tapestry #AA898D
RGB
CMYK
RGB Variations
Color information
#AA898D (or 0xAA898D) is known color: Tapestry. HEX triplet: AA, 89 and 8D. RGB value is (170,137,141). Sum of RGB (Red+Green+Blue) = 170+137+141=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA898D is #557672. Grayscale: #939393. Windows color (decimal): -5600883 or 9275818. OLE color: 9275818.
HSL color Cylindrical-coordinate representation of color #AA898D: hue angle of 352.73º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA898D is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 141 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.33 |
| HSL | 352.73º | 0.16% | 0.6% | - |
| HSV(B) | 352.73º | 0.19% | 0.67% | - |
| XYZ | 30.33 | 28.36 | 29.07 | - |
| YUV | 147.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 141 | 0 | 0.19 | 0.17 | 0.33 | 352.73 | 0.16 | 0.6 |
| Hex | AA | 89 | 8D | 0 | 13 | 11 | 21 | 161 | 10 | 3C |
| Octal | 252 | 211 | 215 | 0 | 23 | 21 | 41 | 541 | 20 | 74 |
| Binary | 10101010 | 10001001 | 10001101 | 0 | 10011 | 10001 | 100001 | 101100001 | 10000 | 111100 |
Color Harmonies of #AA898D
Complementary color
Monochromatic Colors of #AA898D
Black with #AA898D
Text Example
Text Example
White with #AA898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA898D; }
p { color: rgb(170,137,141); }
H1.HeaderClassName
{
color: #AA898D;
}
.AnyTagClassName
{
color: #AA898D;
}
</style>
background-color css
<style>
a { background-color: #AA898D; }
a { background-color: rgb(170,137,141); }
div.DivClassName
{
background-color: #AA898D;
}
.BgClassName
{
background-color: #AA898D;
}
</style>
border-color css
<style>
span { border-color: #AA898D; }
span { border-color: rgb(170,137,141); }
td.TdClassName
{
border-color: #AA898D;
}
.TagClassName
{
border-color: #AA898D;
}
</style>