Shades of Tapestry #AA6785
Tints of Tapestry #AA6785
RGB
CMYK
RGB Variations
Color information
#AA6785 (or 0xAA6785) is known color: Tapestry. HEX triplet: AA, 67 and 85. RGB value is (170,103,133). Sum of RGB (Red+Green+Blue) = 170+103+133=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6785 is #55987A. Grayscale: #7E7E7E. Windows color (decimal): -5609595 or 8742826. OLE color: 8742826.
HSL color Cylindrical-coordinate representation of color #AA6785: hue angle of 333.13º 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 #AA6785 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 133 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.33 |
| HSL | 333.13º | 0.28% | 0.54% | - |
| HSV(B) | 333.13º | 0.39% | 0.67% | - |
| XYZ | 25.66 | 19.94 | 24.69 | - |
| YUV | 126.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 133 | 0 | 0.39 | 0.22 | 0.33 | 333.13 | 0.28 | 0.54 |
| Hex | AA | 67 | 85 | 0 | 27 | 16 | 21 | 14D | 1C | 36 |
| Octal | 252 | 147 | 205 | 0 | 47 | 26 | 41 | 515 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10000101 | 0 | 100111 | 10110 | 100001 | 101001101 | 11100 | 110110 |
Color Harmonies of #AA6785
Complementary color
Monochromatic Colors of #AA6785
Black with #AA6785
Text Example
Text Example
White with #AA6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6785; }
p { color: rgb(170,103,133); }
H1.HeaderClassName
{
color: #AA6785;
}
.AnyTagClassName
{
color: #AA6785;
}
</style>
background-color css
<style>
a { background-color: #AA6785; }
a { background-color: rgb(170,103,133); }
div.DivClassName
{
background-color: #AA6785;
}
.BgClassName
{
background-color: #AA6785;
}
</style>
border-color css
<style>
span { border-color: #AA6785; }
span { border-color: rgb(170,103,133); }
td.TdClassName
{
border-color: #AA6785;
}
.TagClassName
{
border-color: #AA6785;
}
</style>