Shades of Tapestry #AA647D
Tints of Tapestry #AA647D
RGB
CMYK
RGB Variations
Color information
#AA647D (or 0xAA647D) is known color: Tapestry. HEX triplet: AA, 64 and 7D. RGB value is (170,100,125). Sum of RGB (Red+Green+Blue) = 170+100+125=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA647D is #559B82. Grayscale: #7B7B7B. Windows color (decimal): -5610371 or 8217770. OLE color: 8217770.
HSL color Cylindrical-coordinate representation of color #AA647D: hue angle of 338.57º 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 #AA647D is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 125 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.33 |
| HSL | 338.57º | 0.29% | 0.53% | - |
| HSV(B) | 338.57º | 0.41% | 0.67% | - |
| XYZ | 24.84 | 19.14 | 21.79 | - |
| YUV | 123.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 125 | 0 | 0.41 | 0.26 | 0.33 | 338.57 | 0.29 | 0.53 |
| Hex | AA | 64 | 7D | 0 | 29 | 1A | 21 | 153 | 1D | 35 |
| Octal | 252 | 144 | 175 | 0 | 51 | 32 | 41 | 523 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1111101 | 0 | 101001 | 11010 | 100001 | 101010011 | 11101 | 110101 |
Color Harmonies of #AA647D
Complementary color
Monochromatic Colors of #AA647D
Black with #AA647D
Text Example
Text Example
White with #AA647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA647D; }
p { color: rgb(170,100,125); }
H1.HeaderClassName
{
color: #AA647D;
}
.AnyTagClassName
{
color: #AA647D;
}
</style>
background-color css
<style>
a { background-color: #AA647D; }
a { background-color: rgb(170,100,125); }
div.DivClassName
{
background-color: #AA647D;
}
.BgClassName
{
background-color: #AA647D;
}
</style>
border-color css
<style>
span { border-color: #AA647D; }
span { border-color: rgb(170,100,125); }
td.TdClassName
{
border-color: #AA647D;
}
.TagClassName
{
border-color: #AA647D;
}
</style>