Shades of Tapestry #AA657E
Tints of Tapestry #AA657E
RGB
CMYK
RGB Variations
Color information
#AA657E (or 0xAA657E) is known color: Tapestry. HEX triplet: AA, 65 and 7E. RGB value is (170,101,126). Sum of RGB (Red+Green+Blue) = 170+101+126=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA657E is #559A81. Grayscale: #7C7C7C. Windows color (decimal): -5610114 or 8283562. OLE color: 8283562.
HSL color Cylindrical-coordinate representation of color #AA657E: hue angle of 338.26º 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 #AA657E is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 126 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.33 |
| HSL | 338.26º | 0.29% | 0.53% | - |
| HSV(B) | 338.26º | 0.41% | 0.67% | - |
| XYZ | 25 | 19.36 | 22.16 | - |
| YUV | 124.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 126 | 0 | 0.41 | 0.26 | 0.33 | 338.26 | 0.29 | 0.53 |
| Hex | AA | 65 | 7E | 0 | 29 | 1A | 21 | 152 | 1D | 35 |
| Octal | 252 | 145 | 176 | 0 | 51 | 32 | 41 | 522 | 35 | 65 |
| Binary | 10101010 | 1100101 | 1111110 | 0 | 101001 | 11010 | 100001 | 101010010 | 11101 | 110101 |
Color Harmonies of #AA657E
Complementary color
Monochromatic Colors of #AA657E
Black with #AA657E
Text Example
Text Example
White with #AA657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA657E; }
p { color: rgb(170,101,126); }
H1.HeaderClassName
{
color: #AA657E;
}
.AnyTagClassName
{
color: #AA657E;
}
</style>
background-color css
<style>
a { background-color: #AA657E; }
a { background-color: rgb(170,101,126); }
div.DivClassName
{
background-color: #AA657E;
}
.BgClassName
{
background-color: #AA657E;
}
</style>
border-color css
<style>
span { border-color: #AA657E; }
span { border-color: rgb(170,101,126); }
td.TdClassName
{
border-color: #AA657E;
}
.TagClassName
{
border-color: #AA657E;
}
</style>