Shades of Tapestry #AA6080
Tints of Tapestry #AA6080
RGB
CMYK
RGB Variations
Color information
#AA6080 (or 0xAA6080) is known color: Tapestry. HEX triplet: AA, 60 and 80. RGB value is (170,96,128). Sum of RGB (Red+Green+Blue) = 170+96+128=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6080 is #559F7F. Grayscale: #797979. Windows color (decimal): -5611392 or 8413354. OLE color: 8413354.
HSL color Cylindrical-coordinate representation of color #AA6080: hue angle of 334.05º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6080 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 128 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.33 |
| HSL | 334.05º | 0.3% | 0.52% | - |
| HSV(B) | 334.05º | 0.44% | 0.67% | - |
| XYZ | 24.66 | 18.47 | 22.69 | - |
| YUV | 121.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 128 | 0 | 0.44 | 0.25 | 0.33 | 334.05 | 0.3 | 0.52 |
| Hex | AA | 60 | 80 | 0 | 2C | 19 | 21 | 14E | 1E | 34 |
| Octal | 252 | 140 | 200 | 0 | 54 | 31 | 41 | 516 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10000000 | 0 | 101100 | 11001 | 100001 | 101001110 | 11110 | 110100 |
Color Harmonies of #AA6080
Complementary color
Monochromatic Colors of #AA6080
Black with #AA6080
Text Example
Text Example
White with #AA6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6080; }
p { color: rgb(170,96,128); }
H1.HeaderClassName
{
color: #AA6080;
}
.AnyTagClassName
{
color: #AA6080;
}
</style>
background-color css
<style>
a { background-color: #AA6080; }
a { background-color: rgb(170,96,128); }
div.DivClassName
{
background-color: #AA6080;
}
.BgClassName
{
background-color: #AA6080;
}
</style>
border-color css
<style>
span { border-color: #AA6080; }
span { border-color: rgb(170,96,128); }
td.TdClassName
{
border-color: #AA6080;
}
.TagClassName
{
border-color: #AA6080;
}
</style>