Shades of Tapestry #AA8490
Tints of Tapestry #AA8490
RGB
CMYK
RGB Variations
Color information
#AA8490 (or 0xAA8490) is known color: Tapestry. HEX triplet: AA, 84 and 90. RGB value is (170,132,144). Sum of RGB (Red+Green+Blue) = 170+132+144=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8490 is #557B6F. Grayscale: #909090. Windows color (decimal): -5602160 or 9471146. OLE color: 9471146.
HSL color Cylindrical-coordinate representation of color #AA8490: hue angle of 341.05º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8490 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 144 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.33 |
| HSL | 341.05º | 0.18% | 0.59% | - |
| HSV(B) | 341.05º | 0.22% | 0.67% | - |
| XYZ | 29.86 | 27.06 | 30.04 | - |
| YUV | 144.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 144 | 0 | 0.22 | 0.15 | 0.33 | 341.05 | 0.18 | 0.59 |
| Hex | AA | 84 | 90 | 0 | 16 | F | 21 | 155 | 12 | 3B |
| Octal | 252 | 204 | 220 | 0 | 26 | 17 | 41 | 525 | 22 | 73 |
| Binary | 10101010 | 10000100 | 10010000 | 0 | 10110 | 1111 | 100001 | 101010101 | 10010 | 111011 |
Color Harmonies of #AA8490
Complementary color
Monochromatic Colors of #AA8490
Black with #AA8490
Text Example
Text Example
White with #AA8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8490; }
p { color: rgb(170,132,144); }
H1.HeaderClassName
{
color: #AA8490;
}
.AnyTagClassName
{
color: #AA8490;
}
</style>
background-color css
<style>
a { background-color: #AA8490; }
a { background-color: rgb(170,132,144); }
div.DivClassName
{
background-color: #AA8490;
}
.BgClassName
{
background-color: #AA8490;
}
</style>
border-color css
<style>
span { border-color: #AA8490; }
span { border-color: rgb(170,132,144); }
td.TdClassName
{
border-color: #AA8490;
}
.TagClassName
{
border-color: #AA8490;
}
</style>