Shades of Tapestry #AA8790
Tints of Tapestry #AA8790
RGB
CMYK
RGB Variations
Color information
#AA8790 (or 0xAA8790) is known color: Tapestry. HEX triplet: AA, 87 and 90. RGB value is (170,135,144). Sum of RGB (Red+Green+Blue) = 170+135+144=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8790 is #55786F. Grayscale: #929292. Windows color (decimal): -5601392 or 9471914. OLE color: 9471914.
HSL color Cylindrical-coordinate representation of color #AA8790: hue angle of 344.57º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8790 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 144 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.33 |
| HSL | 344.57º | 0.17% | 0.6% | - |
| HSV(B) | 344.57º | 0.21% | 0.67% | - |
| XYZ | 30.28 | 27.89 | 30.17 | - |
| YUV | 146.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 144 | 0 | 0.21 | 0.15 | 0.33 | 344.57 | 0.17 | 0.6 |
| Hex | AA | 87 | 90 | 0 | 15 | F | 21 | 159 | 11 | 3C |
| Octal | 252 | 207 | 220 | 0 | 25 | 17 | 41 | 531 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10010000 | 0 | 10101 | 1111 | 100001 | 101011001 | 10001 | 111100 |
Color Harmonies of #AA8790
Complementary color
Monochromatic Colors of #AA8790
Black with #AA8790
Text Example
Text Example
White with #AA8790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8790; }
p { color: rgb(170,135,144); }
H1.HeaderClassName
{
color: #AA8790;
}
.AnyTagClassName
{
color: #AA8790;
}
</style>
background-color css
<style>
a { background-color: #AA8790; }
a { background-color: rgb(170,135,144); }
div.DivClassName
{
background-color: #AA8790;
}
.BgClassName
{
background-color: #AA8790;
}
</style>
border-color css
<style>
span { border-color: #AA8790; }
span { border-color: rgb(170,135,144); }
td.TdClassName
{
border-color: #AA8790;
}
.TagClassName
{
border-color: #AA8790;
}
</style>