Shades of Tapestry #AA647A
Tints of Tapestry #AA647A
RGB
CMYK
RGB Variations
Color information
#AA647A (or 0xAA647A) is known color: Tapestry. HEX triplet: AA, 64 and 7A. RGB value is (170,100,122). Sum of RGB (Red+Green+Blue) = 170+100+122=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA647A is #559B85. Grayscale: #7B7B7B. Windows color (decimal): -5610374 or 8021162. OLE color: 8021162.
HSL color Cylindrical-coordinate representation of color #AA647A: hue angle of 341.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA647A is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 122 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.33 |
| HSL | 341.14º | 0.29% | 0.53% | - |
| HSV(B) | 341.14º | 0.41% | 0.67% | - |
| XYZ | 24.65 | 19.07 | 20.79 | - |
| YUV | 123.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 122 | 0 | 0.41 | 0.28 | 0.33 | 341.14 | 0.29 | 0.53 |
| Hex | AA | 64 | 7A | 0 | 29 | 1C | 21 | 155 | 1D | 35 |
| Octal | 252 | 144 | 172 | 0 | 51 | 34 | 41 | 525 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1111010 | 0 | 101001 | 11100 | 100001 | 101010101 | 11101 | 110101 |
Color Harmonies of #AA647A
Complementary color
Monochromatic Colors of #AA647A
Black with #AA647A
Text Example
Text Example
White with #AA647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA647A; }
p { color: rgb(170,100,122); }
H1.HeaderClassName
{
color: #AA647A;
}
.AnyTagClassName
{
color: #AA647A;
}
</style>
background-color css
<style>
a { background-color: #AA647A; }
a { background-color: rgb(170,100,122); }
div.DivClassName
{
background-color: #AA647A;
}
.BgClassName
{
background-color: #AA647A;
}
</style>
border-color css
<style>
span { border-color: #AA647A; }
span { border-color: rgb(170,100,122); }
td.TdClassName
{
border-color: #AA647A;
}
.TagClassName
{
border-color: #AA647A;
}
</style>