Shades of Tapestry #AA8690
Tints of Tapestry #AA8690
RGB
CMYK
RGB Variations
Color information
#AA8690 (or 0xAA8690) is known color: Tapestry. HEX triplet: AA, 86 and 90. RGB value is (170,134,144). Sum of RGB (Red+Green+Blue) = 170+134+144=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8690 is #55796F. Grayscale: #919191. Windows color (decimal): -5601648 or 9471658. OLE color: 9471658.
HSL color Cylindrical-coordinate representation of color #AA8690: hue angle of 343.33º 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 #AA8690 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 144 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.33 |
| HSL | 343.33º | 0.17% | 0.6% | - |
| HSV(B) | 343.33º | 0.21% | 0.67% | - |
| XYZ | 30.14 | 27.61 | 30.13 | - |
| YUV | 145.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 144 | 0 | 0.21 | 0.15 | 0.33 | 343.33 | 0.17 | 0.6 |
| Hex | AA | 86 | 90 | 0 | 15 | F | 21 | 157 | 11 | 3C |
| Octal | 252 | 206 | 220 | 0 | 25 | 17 | 41 | 527 | 21 | 74 |
| Binary | 10101010 | 10000110 | 10010000 | 0 | 10101 | 1111 | 100001 | 101010111 | 10001 | 111100 |
Color Harmonies of #AA8690
Complementary color
Monochromatic Colors of #AA8690
Black with #AA8690
Text Example
Text Example
White with #AA8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8690; }
p { color: rgb(170,134,144); }
H1.HeaderClassName
{
color: #AA8690;
}
.AnyTagClassName
{
color: #AA8690;
}
</style>
background-color css
<style>
a { background-color: #AA8690; }
a { background-color: rgb(170,134,144); }
div.DivClassName
{
background-color: #AA8690;
}
.BgClassName
{
background-color: #AA8690;
}
</style>
border-color css
<style>
span { border-color: #AA8690; }
span { border-color: rgb(170,134,144); }
td.TdClassName
{
border-color: #AA8690;
}
.TagClassName
{
border-color: #AA8690;
}
</style>