Shades of Tapestry #AA657C
Tints of Tapestry #AA657C
RGB
CMYK
RGB Variations
Color information
#AA657C (or 0xAA657C) is known color: Tapestry. HEX triplet: AA, 65 and 7C. RGB value is (170,101,124). Sum of RGB (Red+Green+Blue) = 170+101+124=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA657C is #559A83. Grayscale: #7C7C7C. Windows color (decimal): -5610116 or 8152490. OLE color: 8152490.
HSL color Cylindrical-coordinate representation of color #AA657C: hue angle of 340º 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 #AA657C is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 124 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.33 |
| HSL | 340º | 0.29% | 0.53% | - |
| HSV(B) | 340º | 0.41% | 0.67% | - |
| XYZ | 24.87 | 19.31 | 21.48 | - |
| YUV | 124.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 124 | 0 | 0.41 | 0.27 | 0.33 | 340 | 0.29 | 0.53 |
| Hex | AA | 65 | 7C | 0 | 29 | 1B | 21 | 154 | 1D | 35 |
| Octal | 252 | 145 | 174 | 0 | 51 | 33 | 41 | 524 | 35 | 65 |
| Binary | 10101010 | 1100101 | 1111100 | 0 | 101001 | 11011 | 100001 | 101010100 | 11101 | 110101 |
Color Harmonies of #AA657C
Complementary color
Monochromatic Colors of #AA657C
Black with #AA657C
Text Example
Text Example
White with #AA657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA657C; }
p { color: rgb(170,101,124); }
H1.HeaderClassName
{
color: #AA657C;
}
.AnyTagClassName
{
color: #AA657C;
}
</style>
background-color css
<style>
a { background-color: #AA657C; }
a { background-color: rgb(170,101,124); }
div.DivClassName
{
background-color: #AA657C;
}
.BgClassName
{
background-color: #AA657C;
}
</style>
border-color css
<style>
span { border-color: #AA657C; }
span { border-color: rgb(170,101,124); }
td.TdClassName
{
border-color: #AA657C;
}
.TagClassName
{
border-color: #AA657C;
}
</style>