Shades of Tapestry #AA7A89
Tints of Tapestry #AA7A89
RGB
CMYK
RGB Variations
Color information
#AA7A89 (or 0xAA7A89) is known color: Tapestry. HEX triplet: AA, 7A and 89. RGB value is (170,122,137). Sum of RGB (Red+Green+Blue) = 170+122+137=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A89 is #558576. Grayscale: #8A8A8A. Windows color (decimal): -5604727 or 9009834. OLE color: 9009834.
HSL color Cylindrical-coordinate representation of color #AA7A89: hue angle of 341.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A89 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 137 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.33 |
| HSL | 341.25º | 0.22% | 0.57% | - |
| HSV(B) | 341.25º | 0.28% | 0.67% | - |
| XYZ | 28.05 | 24.27 | 26.87 | - |
| YUV | 138.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 137 | 0 | 0.28 | 0.19 | 0.33 | 341.25 | 0.22 | 0.57 |
| Hex | AA | 7A | 89 | 0 | 1C | 13 | 21 | 155 | 16 | 39 |
| Octal | 252 | 172 | 211 | 0 | 34 | 23 | 41 | 525 | 26 | 71 |
| Binary | 10101010 | 1111010 | 10001001 | 0 | 11100 | 10011 | 100001 | 101010101 | 10110 | 111001 |
Color Harmonies of #AA7A89
Complementary color
Monochromatic Colors of #AA7A89
Black with #AA7A89
Text Example
Text Example
White with #AA7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A89; }
p { color: rgb(170,122,137); }
H1.HeaderClassName
{
color: #AA7A89;
}
.AnyTagClassName
{
color: #AA7A89;
}
</style>
background-color css
<style>
a { background-color: #AA7A89; }
a { background-color: rgb(170,122,137); }
div.DivClassName
{
background-color: #AA7A89;
}
.BgClassName
{
background-color: #AA7A89;
}
</style>
border-color css
<style>
span { border-color: #AA7A89; }
span { border-color: rgb(170,122,137); }
td.TdClassName
{
border-color: #AA7A89;
}
.TagClassName
{
border-color: #AA7A89;
}
</style>