Shades of Tapestry #AA6682
Tints of Tapestry #AA6682
RGB
CMYK
RGB Variations
Color information
#AA6682 (or 0xAA6682) is known color: Tapestry. HEX triplet: AA, 66 and 82. RGB value is (170,102,130). Sum of RGB (Red+Green+Blue) = 170+102+130=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6682 is #55997D. Grayscale: #7D7D7D. Windows color (decimal): -5609854 or 8545962. OLE color: 8545962.
HSL color Cylindrical-coordinate representation of color #AA6682: hue angle of 335.29º 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 #AA6682 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 130 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.33 |
| HSL | 335.29º | 0.29% | 0.53% | - |
| HSV(B) | 335.29º | 0.4% | 0.67% | - |
| XYZ | 25.36 | 19.66 | 23.58 | - |
| YUV | 125.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 130 | 0 | 0.4 | 0.24 | 0.33 | 335.29 | 0.29 | 0.53 |
| Hex | AA | 66 | 82 | 0 | 28 | 18 | 21 | 14F | 1D | 35 |
| Octal | 252 | 146 | 202 | 0 | 50 | 30 | 41 | 517 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10000010 | 0 | 101000 | 11000 | 100001 | 101001111 | 11101 | 110101 |
Color Harmonies of #AA6682
Complementary color
Monochromatic Colors of #AA6682
Black with #AA6682
Text Example
Text Example
White with #AA6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6682; }
p { color: rgb(170,102,130); }
H1.HeaderClassName
{
color: #AA6682;
}
.AnyTagClassName
{
color: #AA6682;
}
</style>
background-color css
<style>
a { background-color: #AA6682; }
a { background-color: rgb(170,102,130); }
div.DivClassName
{
background-color: #AA6682;
}
.BgClassName
{
background-color: #AA6682;
}
</style>
border-color css
<style>
span { border-color: #AA6682; }
span { border-color: rgb(170,102,130); }
td.TdClassName
{
border-color: #AA6682;
}
.TagClassName
{
border-color: #AA6682;
}
</style>