Shades of Tapestry #AA607F
Tints of Tapestry #AA607F
RGB
CMYK
RGB Variations
Color information
#AA607F (or 0xAA607F) is known color: Tapestry. HEX triplet: AA, 60 and 7F. RGB value is (170,96,127). Sum of RGB (Red+Green+Blue) = 170+96+127=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA607F is #559F80. Grayscale: #797979. Windows color (decimal): -5611393 or 8347818. OLE color: 8347818.
HSL color Cylindrical-coordinate representation of color #AA607F: hue angle of 334.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA607F is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 127 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.33 |
| HSL | 334.86º | 0.3% | 0.52% | - |
| HSV(B) | 334.86º | 0.44% | 0.67% | - |
| XYZ | 24.59 | 18.44 | 22.34 | - |
| YUV | 121.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 127 | 0 | 0.44 | 0.25 | 0.33 | 334.86 | 0.3 | 0.52 |
| Hex | AA | 60 | 7F | 0 | 2C | 19 | 21 | 14F | 1E | 34 |
| Octal | 252 | 140 | 177 | 0 | 54 | 31 | 41 | 517 | 36 | 64 |
| Binary | 10101010 | 1100000 | 1111111 | 0 | 101100 | 11001 | 100001 | 101001111 | 11110 | 110100 |
Color Harmonies of #AA607F
Complementary color
Monochromatic Colors of #AA607F
Black with #AA607F
Text Example
Text Example
White with #AA607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA607F; }
p { color: rgb(170,96,127); }
H1.HeaderClassName
{
color: #AA607F;
}
.AnyTagClassName
{
color: #AA607F;
}
</style>
background-color css
<style>
a { background-color: #AA607F; }
a { background-color: rgb(170,96,127); }
div.DivClassName
{
background-color: #AA607F;
}
.BgClassName
{
background-color: #AA607F;
}
</style>
border-color css
<style>
span { border-color: #AA607F; }
span { border-color: rgb(170,96,127); }
td.TdClassName
{
border-color: #AA607F;
}
.TagClassName
{
border-color: #AA607F;
}
</style>