Shades of Tapestry #AA8288
Tints of Tapestry #AA8288
RGB
CMYK
RGB Variations
Color information
#AA8288 (or 0xAA8288) is known color: Tapestry. HEX triplet: AA, 82 and 88. RGB value is (170,130,136). Sum of RGB (Red+Green+Blue) = 170+130+136=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8288 is #557D77. Grayscale: #8E8E8E. Windows color (decimal): -5602680 or 8946346. OLE color: 8946346.
HSL color Cylindrical-coordinate representation of color #AA8288: hue angle of 351º 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 #AA8288 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 136 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.33 |
| HSL | 351º | 0.19% | 0.59% | - |
| HSV(B) | 351º | 0.24% | 0.67% | - |
| XYZ | 29 | 26.29 | 26.84 | - |
| YUV | 142.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 136 | 0 | 0.24 | 0.20 | 0.33 | 351 | 0.19 | 0.59 |
| Hex | AA | 82 | 88 | 0 | 18 | 14 | 21 | 15F | 13 | 3B |
| Octal | 252 | 202 | 210 | 0 | 30 | 24 | 41 | 537 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10001000 | 0 | 11000 | 10100 | 100001 | 101011111 | 10011 | 111011 |
Color Harmonies of #AA8288
Complementary color
Monochromatic Colors of #AA8288
Black with #AA8288
Text Example
Text Example
White with #AA8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8288; }
p { color: rgb(170,130,136); }
H1.HeaderClassName
{
color: #AA8288;
}
.AnyTagClassName
{
color: #AA8288;
}
</style>
background-color css
<style>
a { background-color: #AA8288; }
a { background-color: rgb(170,130,136); }
div.DivClassName
{
background-color: #AA8288;
}
.BgClassName
{
background-color: #AA8288;
}
</style>
border-color css
<style>
span { border-color: #AA8288; }
span { border-color: rgb(170,130,136); }
td.TdClassName
{
border-color: #AA8288;
}
.TagClassName
{
border-color: #AA8288;
}
</style>