Shades of Tapestry #AA6782
Tints of Tapestry #AA6782
RGB
CMYK
RGB Variations
Color information
#AA6782 (or 0xAA6782) is known color: Tapestry. HEX triplet: AA, 67 and 82. RGB value is (170,103,130). Sum of RGB (Red+Green+Blue) = 170+103+130=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6782 is #55987D. Grayscale: #7E7E7E. Windows color (decimal): -5609598 or 8546218. OLE color: 8546218.
HSL color Cylindrical-coordinate representation of color #AA6782: hue angle of 335.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6782 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 130 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.33 |
| HSL | 335.82º | 0.28% | 0.54% | - |
| HSV(B) | 335.82º | 0.39% | 0.67% | - |
| XYZ | 25.46 | 19.86 | 23.61 | - |
| YUV | 126.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 130 | 0 | 0.39 | 0.24 | 0.33 | 335.82 | 0.28 | 0.54 |
| Hex | AA | 67 | 82 | 0 | 27 | 18 | 21 | 150 | 1C | 36 |
| Octal | 252 | 147 | 202 | 0 | 47 | 30 | 41 | 520 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10000010 | 0 | 100111 | 11000 | 100001 | 101010000 | 11100 | 110110 |
Color Harmonies of #AA6782
Complementary color
Monochromatic Colors of #AA6782
Black with #AA6782
Text Example
Text Example
White with #AA6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6782; }
p { color: rgb(170,103,130); }
H1.HeaderClassName
{
color: #AA6782;
}
.AnyTagClassName
{
color: #AA6782;
}
</style>
background-color css
<style>
a { background-color: #AA6782; }
a { background-color: rgb(170,103,130); }
div.DivClassName
{
background-color: #AA6782;
}
.BgClassName
{
background-color: #AA6782;
}
</style>
border-color css
<style>
span { border-color: #AA6782; }
span { border-color: rgb(170,103,130); }
td.TdClassName
{
border-color: #AA6782;
}
.TagClassName
{
border-color: #AA6782;
}
</style>