Shades of Tapestry #AA6688
Tints of Tapestry #AA6688
RGB
CMYK
RGB Variations
Color information
#AA6688 (or 0xAA6688) is known color: Tapestry. HEX triplet: AA, 66 and 88. RGB value is (170,102,136). Sum of RGB (Red+Green+Blue) = 170+102+136=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6688 is #559977. Grayscale: #7E7E7E. Windows color (decimal): -5609848 or 8939178. OLE color: 8939178.
HSL color Cylindrical-coordinate representation of color #AA6688: hue angle of 330º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6688 is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 136 | - |
| CMYK | 0 | 0.4 | 0.20 | 0.33 |
| HSL | 330º | 0.29% | 0.53% | - |
| HSV(B) | 330º | 0.4% | 0.67% | - |
| XYZ | 25.77 | 19.83 | 25.76 | - |
| YUV | 126.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 136 | 0 | 0.4 | 0.20 | 0.33 | 330 | 0.29 | 0.53 |
| Hex | AA | 66 | 88 | 0 | 28 | 14 | 21 | 14A | 1D | 35 |
| Octal | 252 | 146 | 210 | 0 | 50 | 24 | 41 | 512 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10001000 | 0 | 101000 | 10100 | 100001 | 101001010 | 11101 | 110101 |
Color Harmonies of #AA6688
Complementary color
Monochromatic Colors of #AA6688
Black with #AA6688
Text Example
Text Example
White with #AA6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6688; }
p { color: rgb(170,102,136); }
H1.HeaderClassName
{
color: #AA6688;
}
.AnyTagClassName
{
color: #AA6688;
}
</style>
background-color css
<style>
a { background-color: #AA6688; }
a { background-color: rgb(170,102,136); }
div.DivClassName
{
background-color: #AA6688;
}
.BgClassName
{
background-color: #AA6688;
}
</style>
border-color css
<style>
span { border-color: #AA6688; }
span { border-color: rgb(170,102,136); }
td.TdClassName
{
border-color: #AA6688;
}
.TagClassName
{
border-color: #AA6688;
}
</style>