Shades of Tapestry #AA607E
Tints of Tapestry #AA607E
RGB
CMYK
RGB Variations
Color information
#AA607E (or 0xAA607E) is known color: Tapestry. HEX triplet: AA, 60 and 7E. RGB value is (170,96,126). Sum of RGB (Red+Green+Blue) = 170+96+126=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA607E is #559F81. Grayscale: #797979. Windows color (decimal): -5611394 or 8282282. OLE color: 8282282.
HSL color Cylindrical-coordinate representation of color #AA607E: hue angle of 335.68º 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 #AA607E is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 126 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.33 |
| HSL | 335.68º | 0.3% | 0.52% | - |
| HSV(B) | 335.68º | 0.44% | 0.67% | - |
| XYZ | 24.53 | 18.42 | 22 | - |
| YUV | 121.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 126 | 0 | 0.44 | 0.26 | 0.33 | 335.68 | 0.3 | 0.52 |
| Hex | AA | 60 | 7E | 0 | 2C | 1A | 21 | 150 | 1E | 34 |
| Octal | 252 | 140 | 176 | 0 | 54 | 32 | 41 | 520 | 36 | 64 |
| Binary | 10101010 | 1100000 | 1111110 | 0 | 101100 | 11010 | 100001 | 101010000 | 11110 | 110100 |
Color Harmonies of #AA607E
Complementary color
Monochromatic Colors of #AA607E
Black with #AA607E
Text Example
Text Example
White with #AA607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA607E; }
p { color: rgb(170,96,126); }
H1.HeaderClassName
{
color: #AA607E;
}
.AnyTagClassName
{
color: #AA607E;
}
</style>
background-color css
<style>
a { background-color: #AA607E; }
a { background-color: rgb(170,96,126); }
div.DivClassName
{
background-color: #AA607E;
}
.BgClassName
{
background-color: #AA607E;
}
</style>
border-color css
<style>
span { border-color: #AA607E; }
span { border-color: rgb(170,96,126); }
td.TdClassName
{
border-color: #AA607E;
}
.TagClassName
{
border-color: #AA607E;
}
</style>