Shades of Tapestry #AA7589
Tints of Tapestry #AA7589
RGB
CMYK
RGB Variations
Color information
#AA7589 (or 0xAA7589) is known color: Tapestry. HEX triplet: AA, 75 and 89. RGB value is (170,117,137). Sum of RGB (Red+Green+Blue) = 170+117+137=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7589 is #558A76. Grayscale: #878787. Windows color (decimal): -5606007 or 9008554. OLE color: 9008554.
HSL color Cylindrical-coordinate representation of color #AA7589: hue angle of 337.36º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7589 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 137 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.33 |
| HSL | 337.36º | 0.24% | 0.56% | - |
| HSV(B) | 337.36º | 0.31% | 0.67% | - |
| XYZ | 27.45 | 23.07 | 26.67 | - |
| YUV | 135.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 137 | 0 | 0.31 | 0.19 | 0.33 | 337.36 | 0.24 | 0.56 |
| Hex | AA | 75 | 89 | 0 | 1F | 13 | 21 | 151 | 18 | 38 |
| Octal | 252 | 165 | 211 | 0 | 37 | 23 | 41 | 521 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10001001 | 0 | 11111 | 10011 | 100001 | 101010001 | 11000 | 111000 |
Color Harmonies of #AA7589
Complementary color
Monochromatic Colors of #AA7589
Black with #AA7589
Text Example
Text Example
White with #AA7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7589; }
p { color: rgb(170,117,137); }
H1.HeaderClassName
{
color: #AA7589;
}
.AnyTagClassName
{
color: #AA7589;
}
</style>
background-color css
<style>
a { background-color: #AA7589; }
a { background-color: rgb(170,117,137); }
div.DivClassName
{
background-color: #AA7589;
}
.BgClassName
{
background-color: #AA7589;
}
</style>
border-color css
<style>
span { border-color: #AA7589; }
span { border-color: rgb(170,117,137); }
td.TdClassName
{
border-color: #AA7589;
}
.TagClassName
{
border-color: #AA7589;
}
</style>