Shades of Tapestry #AA647C
Tints of Tapestry #AA647C
RGB
CMYK
RGB Variations
Color information
#AA647C (or 0xAA647C) is known color: Tapestry. HEX triplet: AA, 64 and 7C. RGB value is (170,100,124). Sum of RGB (Red+Green+Blue) = 170+100+124=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA647C is #559B83. Grayscale: #7B7B7B. Windows color (decimal): -5610372 or 8152234. OLE color: 8152234.
HSL color Cylindrical-coordinate representation of color #AA647C: hue angle of 339.43º 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 #AA647C is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 124 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.33 |
| HSL | 339.43º | 0.29% | 0.53% | - |
| HSV(B) | 339.43º | 0.41% | 0.67% | - |
| XYZ | 24.77 | 19.12 | 21.45 | - |
| YUV | 123.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 124 | 0 | 0.41 | 0.27 | 0.33 | 339.43 | 0.29 | 0.53 |
| Hex | AA | 64 | 7C | 0 | 29 | 1B | 21 | 153 | 1D | 35 |
| Octal | 252 | 144 | 174 | 0 | 51 | 33 | 41 | 523 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1111100 | 0 | 101001 | 11011 | 100001 | 101010011 | 11101 | 110101 |
Color Harmonies of #AA647C
Complementary color
Monochromatic Colors of #AA647C
Black with #AA647C
Text Example
Text Example
White with #AA647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA647C; }
p { color: rgb(170,100,124); }
H1.HeaderClassName
{
color: #AA647C;
}
.AnyTagClassName
{
color: #AA647C;
}
</style>
background-color css
<style>
a { background-color: #AA647C; }
a { background-color: rgb(170,100,124); }
div.DivClassName
{
background-color: #AA647C;
}
.BgClassName
{
background-color: #AA647C;
}
</style>
border-color css
<style>
span { border-color: #AA647C; }
span { border-color: rgb(170,100,124); }
td.TdClassName
{
border-color: #AA647C;
}
.TagClassName
{
border-color: #AA647C;
}
</style>