Shades of Tapestry #AA607C
Tints of Tapestry #AA607C
RGB
CMYK
RGB Variations
Color information
#AA607C (or 0xAA607C) is known color: Tapestry. HEX triplet: AA, 60 and 7C. RGB value is (170,96,124). Sum of RGB (Red+Green+Blue) = 170+96+124=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA607C is #559F83. Grayscale: #797979. Windows color (decimal): -5611396 or 8151210. OLE color: 8151210.
HSL color Cylindrical-coordinate representation of color #AA607C: hue angle of 337.3º 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 #AA607C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 124 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.33 |
| HSL | 337.3º | 0.3% | 0.52% | - |
| HSV(B) | 337.3º | 0.44% | 0.67% | - |
| XYZ | 24.4 | 18.37 | 21.33 | - |
| YUV | 121.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 124 | 0 | 0.44 | 0.27 | 0.33 | 337.3 | 0.3 | 0.52 |
| Hex | AA | 60 | 7C | 0 | 2C | 1B | 21 | 151 | 1E | 34 |
| Octal | 252 | 140 | 174 | 0 | 54 | 33 | 41 | 521 | 36 | 64 |
| Binary | 10101010 | 1100000 | 1111100 | 0 | 101100 | 11011 | 100001 | 101010001 | 11110 | 110100 |
Color Harmonies of #AA607C
Complementary color
Monochromatic Colors of #AA607C
Black with #AA607C
Text Example
Text Example
White with #AA607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA607C; }
p { color: rgb(170,96,124); }
H1.HeaderClassName
{
color: #AA607C;
}
.AnyTagClassName
{
color: #AA607C;
}
</style>
background-color css
<style>
a { background-color: #AA607C; }
a { background-color: rgb(170,96,124); }
div.DivClassName
{
background-color: #AA607C;
}
.BgClassName
{
background-color: #AA607C;
}
</style>
border-color css
<style>
span { border-color: #AA607C; }
span { border-color: rgb(170,96,124); }
td.TdClassName
{
border-color: #AA607C;
}
.TagClassName
{
border-color: #AA607C;
}
</style>