Shades of Tapestry #AA7489
Tints of Tapestry #AA7489
RGB
CMYK
RGB Variations
Color information
#AA7489 (or 0xAA7489) is known color: Tapestry. HEX triplet: AA, 74 and 89. RGB value is (170,116,137). Sum of RGB (Red+Green+Blue) = 170+116+137=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7489 is #558B76. Grayscale: #868686. Windows color (decimal): -5606263 or 9008298. OLE color: 9008298.
HSL color Cylindrical-coordinate representation of color #AA7489: hue angle of 336.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7489 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 137 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.33 |
| HSL | 336.67º | 0.24% | 0.56% | - |
| HSV(B) | 336.67º | 0.32% | 0.67% | - |
| XYZ | 27.34 | 22.84 | 26.64 | - |
| YUV | 134.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 137 | 0 | 0.32 | 0.19 | 0.33 | 336.67 | 0.24 | 0.56 |
| Hex | AA | 74 | 89 | 0 | 20 | 13 | 21 | 151 | 18 | 38 |
| Octal | 252 | 164 | 211 | 0 | 40 | 23 | 41 | 521 | 30 | 70 |
| Binary | 10101010 | 1110100 | 10001001 | 0 | 100000 | 10011 | 100001 | 101010001 | 11000 | 111000 |
Color Harmonies of #AA7489
Complementary color
Monochromatic Colors of #AA7489
Black with #AA7489
Text Example
Text Example
White with #AA7489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7489; }
p { color: rgb(170,116,137); }
H1.HeaderClassName
{
color: #AA7489;
}
.AnyTagClassName
{
color: #AA7489;
}
</style>
background-color css
<style>
a { background-color: #AA7489; }
a { background-color: rgb(170,116,137); }
div.DivClassName
{
background-color: #AA7489;
}
.BgClassName
{
background-color: #AA7489;
}
</style>
border-color css
<style>
span { border-color: #AA7489; }
span { border-color: rgb(170,116,137); }
td.TdClassName
{
border-color: #AA7489;
}
.TagClassName
{
border-color: #AA7489;
}
</style>