Shades of Tapestry #AA6282
Tints of Tapestry #AA6282
RGB
CMYK
RGB Variations
Color information
#AA6282 (or 0xAA6282) is known color: Tapestry. HEX triplet: AA, 62 and 82. RGB value is (170,98,130). Sum of RGB (Red+Green+Blue) = 170+98+130=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6282 is #559D7D. Grayscale: #7B7B7B. Windows color (decimal): -5610878 or 8544938. OLE color: 8544938.
HSL color Cylindrical-coordinate representation of color #AA6282: hue angle of 333.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6282 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 130 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.33 |
| HSL | 333.33º | 0.3% | 0.53% | - |
| HSV(B) | 333.33º | 0.42% | 0.67% | - |
| XYZ | 24.97 | 18.89 | 23.45 | - |
| YUV | 123.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 130 | 0 | 0.42 | 0.24 | 0.33 | 333.33 | 0.3 | 0.53 |
| Hex | AA | 62 | 82 | 0 | 2A | 18 | 21 | 14D | 1E | 35 |
| Octal | 252 | 142 | 202 | 0 | 52 | 30 | 41 | 515 | 36 | 65 |
| Binary | 10101010 | 1100010 | 10000010 | 0 | 101010 | 11000 | 100001 | 101001101 | 11110 | 110101 |
Color Harmonies of #AA6282
Complementary color
Monochromatic Colors of #AA6282
Black with #AA6282
Text Example
Text Example
White with #AA6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6282; }
p { color: rgb(170,98,130); }
H1.HeaderClassName
{
color: #AA6282;
}
.AnyTagClassName
{
color: #AA6282;
}
</style>
background-color css
<style>
a { background-color: #AA6282; }
a { background-color: rgb(170,98,130); }
div.DivClassName
{
background-color: #AA6282;
}
.BgClassName
{
background-color: #AA6282;
}
</style>
border-color css
<style>
span { border-color: #AA6282; }
span { border-color: rgb(170,98,130); }
td.TdClassName
{
border-color: #AA6282;
}
.TagClassName
{
border-color: #AA6282;
}
</style>