Shades of Tapestry #AA6988
Tints of Tapestry #AA6988
RGB
CMYK
RGB Variations
Color information
#AA6988 (or 0xAA6988) is known color: Tapestry. HEX triplet: AA, 69 and 88. RGB value is (170,105,136). Sum of RGB (Red+Green+Blue) = 170+105+136=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6988 is #559677. Grayscale: #7F7F7F. Windows color (decimal): -5609080 or 8939946. OLE color: 8939946.
HSL color Cylindrical-coordinate representation of color #AA6988: hue angle of 331.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6988 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 136 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.33 |
| HSL | 331.38º | 0.28% | 0.54% | - |
| HSV(B) | 331.38º | 0.38% | 0.67% | - |
| XYZ | 26.07 | 20.43 | 25.86 | - |
| YUV | 127.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 136 | 0 | 0.38 | 0.20 | 0.33 | 331.38 | 0.28 | 0.54 |
| Hex | AA | 69 | 88 | 0 | 26 | 14 | 21 | 14B | 1C | 36 |
| Octal | 252 | 151 | 210 | 0 | 46 | 24 | 41 | 513 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10001000 | 0 | 100110 | 10100 | 100001 | 101001011 | 11100 | 110110 |
Color Harmonies of #AA6988
Complementary color
Monochromatic Colors of #AA6988
Black with #AA6988
Text Example
Text Example
White with #AA6988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6988; }
p { color: rgb(170,105,136); }
H1.HeaderClassName
{
color: #AA6988;
}
.AnyTagClassName
{
color: #AA6988;
}
</style>
background-color css
<style>
a { background-color: #AA6988; }
a { background-color: rgb(170,105,136); }
div.DivClassName
{
background-color: #AA6988;
}
.BgClassName
{
background-color: #AA6988;
}
</style>
border-color css
<style>
span { border-color: #AA6988; }
span { border-color: rgb(170,105,136); }
td.TdClassName
{
border-color: #AA6988;
}
.TagClassName
{
border-color: #AA6988;
}
</style>