Shades of Tapestry #AA7089
Tints of Tapestry #AA7089
RGB
CMYK
RGB Variations
Color information
#AA7089 (or 0xAA7089) is known color: Tapestry. HEX triplet: AA, 70 and 89. RGB value is (170,112,137). Sum of RGB (Red+Green+Blue) = 170+112+137=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7089 is #558F76. Grayscale: #848484. Windows color (decimal): -5607287 or 9007274. OLE color: 9007274.
HSL color Cylindrical-coordinate representation of color #AA7089: hue angle of 334.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7089 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 137 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.33 |
| HSL | 334.14º | 0.25% | 0.55% | - |
| HSV(B) | 334.14º | 0.34% | 0.67% | - |
| XYZ | 26.89 | 21.94 | 26.48 | - |
| YUV | 132.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 137 | 0 | 0.34 | 0.19 | 0.33 | 334.14 | 0.25 | 0.55 |
| Hex | AA | 70 | 89 | 0 | 22 | 13 | 21 | 14E | 19 | 37 |
| Octal | 252 | 160 | 211 | 0 | 42 | 23 | 41 | 516 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10001001 | 0 | 100010 | 10011 | 100001 | 101001110 | 11001 | 110111 |
Color Harmonies of #AA7089
Complementary color
Monochromatic Colors of #AA7089
Black with #AA7089
Text Example
Text Example
White with #AA7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7089; }
p { color: rgb(170,112,137); }
H1.HeaderClassName
{
color: #AA7089;
}
.AnyTagClassName
{
color: #AA7089;
}
</style>
background-color css
<style>
a { background-color: #AA7089; }
a { background-color: rgb(170,112,137); }
div.DivClassName
{
background-color: #AA7089;
}
.BgClassName
{
background-color: #AA7089;
}
</style>
border-color css
<style>
span { border-color: #AA7089; }
span { border-color: rgb(170,112,137); }
td.TdClassName
{
border-color: #AA7089;
}
.TagClassName
{
border-color: #AA7089;
}
</style>