Shades of Tapestry #AA8488
Tints of Tapestry #AA8488
RGB
CMYK
RGB Variations
Color information
#AA8488 (or 0xAA8488) is known color: Tapestry. HEX triplet: AA, 84 and 88. RGB value is (170,132,136). Sum of RGB (Red+Green+Blue) = 170+132+136=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8488 is #557B77. Grayscale: #8F8F8F. Windows color (decimal): -5602168 or 8946858. OLE color: 8946858.
HSL color Cylindrical-coordinate representation of color #AA8488: hue angle of 353.68º 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 #AA8488 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 136 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.33 |
| HSL | 353.68º | 0.18% | 0.59% | - |
| HSV(B) | 353.68º | 0.22% | 0.67% | - |
| XYZ | 29.27 | 26.83 | 26.93 | - |
| YUV | 143.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 136 | 0 | 0.22 | 0.20 | 0.33 | 353.68 | 0.18 | 0.59 |
| Hex | AA | 84 | 88 | 0 | 16 | 14 | 21 | 162 | 12 | 3B |
| Octal | 252 | 204 | 210 | 0 | 26 | 24 | 41 | 542 | 22 | 73 |
| Binary | 10101010 | 10000100 | 10001000 | 0 | 10110 | 10100 | 100001 | 101100010 | 10010 | 111011 |
Color Harmonies of #AA8488
Complementary color
Monochromatic Colors of #AA8488
Black with #AA8488
Text Example
Text Example
White with #AA8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8488; }
p { color: rgb(170,132,136); }
H1.HeaderClassName
{
color: #AA8488;
}
.AnyTagClassName
{
color: #AA8488;
}
</style>
background-color css
<style>
a { background-color: #AA8488; }
a { background-color: rgb(170,132,136); }
div.DivClassName
{
background-color: #AA8488;
}
.BgClassName
{
background-color: #AA8488;
}
</style>
border-color css
<style>
span { border-color: #AA8488; }
span { border-color: rgb(170,132,136); }
td.TdClassName
{
border-color: #AA8488;
}
.TagClassName
{
border-color: #AA8488;
}
</style>