Shades of Tapestry #AA898B
Tints of Tapestry #AA898B
RGB
CMYK
RGB Variations
Color information
#AA898B (or 0xAA898B) is known color: Tapestry. HEX triplet: AA, 89 and 8B. RGB value is (170,137,139). Sum of RGB (Red+Green+Blue) = 170+137+139=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA898B is #557674. Grayscale: #939393. Windows color (decimal): -5600885 or 9144746. OLE color: 9144746.
HSL color Cylindrical-coordinate representation of color #AA898B: hue angle of 356.36º 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 #AA898B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 139 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.33 |
| HSL | 356.36º | 0.16% | 0.6% | - |
| HSV(B) | 356.36º | 0.19% | 0.67% | - |
| XYZ | 30.18 | 28.3 | 28.3 | - |
| YUV | 147.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 139 | 0 | 0.19 | 0.18 | 0.33 | 356.36 | 0.16 | 0.6 |
| Hex | AA | 89 | 8B | 0 | 13 | 12 | 21 | 164 | 10 | 3C |
| Octal | 252 | 211 | 213 | 0 | 23 | 22 | 41 | 544 | 20 | 74 |
| Binary | 10101010 | 10001001 | 10001011 | 0 | 10011 | 10010 | 100001 | 101100100 | 10000 | 111100 |
Color Harmonies of #AA898B
Complementary color
Monochromatic Colors of #AA898B
Black with #AA898B
Text Example
Text Example
White with #AA898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA898B; }
p { color: rgb(170,137,139); }
H1.HeaderClassName
{
color: #AA898B;
}
.AnyTagClassName
{
color: #AA898B;
}
</style>
background-color css
<style>
a { background-color: #AA898B; }
a { background-color: rgb(170,137,139); }
div.DivClassName
{
background-color: #AA898B;
}
.BgClassName
{
background-color: #AA898B;
}
</style>
border-color css
<style>
span { border-color: #AA898B; }
span { border-color: rgb(170,137,139); }
td.TdClassName
{
border-color: #AA898B;
}
.TagClassName
{
border-color: #AA898B;
}
</style>