Shades of Tapestry #AA8290
Tints of Tapestry #AA8290
RGB
CMYK
RGB Variations
Color information
#AA8290 (or 0xAA8290) is known color: Tapestry. HEX triplet: AA, 82 and 90. RGB value is (170,130,144). Sum of RGB (Red+Green+Blue) = 170+130+144=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8290 is #557D6F. Grayscale: #8F8F8F. Windows color (decimal): -5602672 or 9470634. OLE color: 9470634.
HSL color Cylindrical-coordinate representation of color #AA8290: hue angle of 339º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8290 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 144 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.33 |
| HSL | 339º | 0.19% | 0.59% | - |
| HSV(B) | 339º | 0.24% | 0.67% | - |
| XYZ | 29.59 | 26.52 | 29.95 | - |
| YUV | 143.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 144 | 0 | 0.24 | 0.15 | 0.33 | 339 | 0.19 | 0.59 |
| Hex | AA | 82 | 90 | 0 | 18 | F | 21 | 153 | 13 | 3B |
| Octal | 252 | 202 | 220 | 0 | 30 | 17 | 41 | 523 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10010000 | 0 | 11000 | 1111 | 100001 | 101010011 | 10011 | 111011 |
Color Harmonies of #AA8290
Complementary color
Monochromatic Colors of #AA8290
Black with #AA8290
Text Example
Text Example
White with #AA8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8290; }
p { color: rgb(170,130,144); }
H1.HeaderClassName
{
color: #AA8290;
}
.AnyTagClassName
{
color: #AA8290;
}
</style>
background-color css
<style>
a { background-color: #AA8290; }
a { background-color: rgb(170,130,144); }
div.DivClassName
{
background-color: #AA8290;
}
.BgClassName
{
background-color: #AA8290;
}
</style>
border-color css
<style>
span { border-color: #AA8290; }
span { border-color: rgb(170,130,144); }
td.TdClassName
{
border-color: #AA8290;
}
.TagClassName
{
border-color: #AA8290;
}
</style>