Shades of Tapestry #AA7488
Tints of Tapestry #AA7488
RGB
CMYK
RGB Variations
Color information
#AA7488 (or 0xAA7488) is known color: Tapestry. HEX triplet: AA, 74 and 88. RGB value is (170,116,136). Sum of RGB (Red+Green+Blue) = 170+116+136=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7488 is #558B77. Grayscale: #868686. Windows color (decimal): -5606264 or 8942762. OLE color: 8942762.
HSL color Cylindrical-coordinate representation of color #AA7488: hue angle of 337.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7488 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 136 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.33 |
| HSL | 337.78º | 0.24% | 0.56% | - |
| HSV(B) | 337.78º | 0.32% | 0.67% | - |
| XYZ | 27.27 | 22.81 | 26.26 | - |
| YUV | 134.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 136 | 0 | 0.32 | 0.20 | 0.33 | 337.78 | 0.24 | 0.56 |
| Hex | AA | 74 | 88 | 0 | 20 | 14 | 21 | 152 | 18 | 38 |
| Octal | 252 | 164 | 210 | 0 | 40 | 24 | 41 | 522 | 30 | 70 |
| Binary | 10101010 | 1110100 | 10001000 | 0 | 100000 | 10100 | 100001 | 101010010 | 11000 | 111000 |
Color Harmonies of #AA7488
Complementary color
Monochromatic Colors of #AA7488
Black with #AA7488
Text Example
Text Example
White with #AA7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7488; }
p { color: rgb(170,116,136); }
H1.HeaderClassName
{
color: #AA7488;
}
.AnyTagClassName
{
color: #AA7488;
}
</style>
background-color css
<style>
a { background-color: #AA7488; }
a { background-color: rgb(170,116,136); }
div.DivClassName
{
background-color: #AA7488;
}
.BgClassName
{
background-color: #AA7488;
}
</style>
border-color css
<style>
span { border-color: #AA7488; }
span { border-color: rgb(170,116,136); }
td.TdClassName
{
border-color: #AA7488;
}
.TagClassName
{
border-color: #AA7488;
}
</style>