Shades of Tapestry #AA647F
Tints of Tapestry #AA647F
RGB
CMYK
RGB Variations
Color information
#AA647F (or 0xAA647F) is known color: Tapestry. HEX triplet: AA, 64 and 7F. RGB value is (170,100,127). Sum of RGB (Red+Green+Blue) = 170+100+127=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA647F is #559B80. Grayscale: #7B7B7B. Windows color (decimal): -5610369 or 8348842. OLE color: 8348842.
HSL color Cylindrical-coordinate representation of color #AA647F: hue angle of 336.86º 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 #AA647F is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 127 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.33 |
| HSL | 336.86º | 0.29% | 0.53% | - |
| HSV(B) | 336.86º | 0.41% | 0.67% | - |
| XYZ | 24.97 | 19.19 | 22.47 | - |
| YUV | 124.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 127 | 0 | 0.41 | 0.25 | 0.33 | 336.86 | 0.29 | 0.53 |
| Hex | AA | 64 | 7F | 0 | 29 | 19 | 21 | 151 | 1D | 35 |
| Octal | 252 | 144 | 177 | 0 | 51 | 31 | 41 | 521 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1111111 | 0 | 101001 | 11001 | 100001 | 101010001 | 11101 | 110101 |
Color Harmonies of #AA647F
Complementary color
Monochromatic Colors of #AA647F
Black with #AA647F
Text Example
Text Example
White with #AA647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA647F; }
p { color: rgb(170,100,127); }
H1.HeaderClassName
{
color: #AA647F;
}
.AnyTagClassName
{
color: #AA647F;
}
</style>
background-color css
<style>
a { background-color: #AA647F; }
a { background-color: rgb(170,100,127); }
div.DivClassName
{
background-color: #AA647F;
}
.BgClassName
{
background-color: #AA647F;
}
</style>
border-color css
<style>
span { border-color: #AA647F; }
span { border-color: rgb(170,100,127); }
td.TdClassName
{
border-color: #AA647F;
}
.TagClassName
{
border-color: #AA647F;
}
</style>