Shades of Tapestry #AA7289
Tints of Tapestry #AA7289
RGB
CMYK
RGB Variations
Color information
#AA7289 (or 0xAA7289) is known color: Tapestry. HEX triplet: AA, 72 and 89. RGB value is (170,114,137). Sum of RGB (Red+Green+Blue) = 170+114+137=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7289 is #558D76. Grayscale: #858585. Windows color (decimal): -5606775 or 9007786. OLE color: 9007786.
HSL color Cylindrical-coordinate representation of color #AA7289: hue angle of 335.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7289 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 137 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.33 |
| HSL | 335.36º | 0.25% | 0.56% | - |
| HSV(B) | 335.36º | 0.33% | 0.67% | - |
| XYZ | 27.11 | 22.39 | 26.56 | - |
| YUV | 133.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 137 | 0 | 0.33 | 0.19 | 0.33 | 335.36 | 0.25 | 0.56 |
| Hex | AA | 72 | 89 | 0 | 21 | 13 | 21 | 14F | 19 | 38 |
| Octal | 252 | 162 | 211 | 0 | 41 | 23 | 41 | 517 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10001001 | 0 | 100001 | 10011 | 100001 | 101001111 | 11001 | 111000 |
Color Harmonies of #AA7289
Complementary color
Monochromatic Colors of #AA7289
Black with #AA7289
Text Example
Text Example
White with #AA7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7289; }
p { color: rgb(170,114,137); }
H1.HeaderClassName
{
color: #AA7289;
}
.AnyTagClassName
{
color: #AA7289;
}
</style>
background-color css
<style>
a { background-color: #AA7289; }
a { background-color: rgb(170,114,137); }
div.DivClassName
{
background-color: #AA7289;
}
.BgClassName
{
background-color: #AA7289;
}
</style>
border-color css
<style>
span { border-color: #AA7289; }
span { border-color: rgb(170,114,137); }
td.TdClassName
{
border-color: #AA7289;
}
.TagClassName
{
border-color: #AA7289;
}
</style>