Shades of Tapestry #AA5E7E
Tints of Tapestry #AA5E7E
RGB
CMYK
RGB Variations
Color information
#AA5E7E (or 0xAA5E7E) is known color: Tapestry. HEX triplet: AA, 5E and 7E. RGB value is (170,94,126). Sum of RGB (Red+Green+Blue) = 170+94+126=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E7E is #55A181. Grayscale: #787878. Windows color (decimal): -5611906 or 8281770. OLE color: 8281770.
HSL color Cylindrical-coordinate representation of color #AA5E7E: hue angle of 334.74º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5E7E is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 126 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.33 |
| HSL | 334.74º | 0.31% | 0.52% | - |
| HSV(B) | 334.74º | 0.45% | 0.67% | - |
| XYZ | 24.35 | 18.06 | 21.94 | - |
| YUV | 120.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 126 | 0 | 0.45 | 0.26 | 0.33 | 334.74 | 0.31 | 0.52 |
| Hex | AA | 5E | 7E | 0 | 2D | 1A | 21 | 14F | 1F | 34 |
| Octal | 252 | 136 | 176 | 0 | 55 | 32 | 41 | 517 | 37 | 64 |
| Binary | 10101010 | 1011110 | 1111110 | 0 | 101101 | 11010 | 100001 | 101001111 | 11111 | 110100 |
Color Harmonies of #AA5E7E
Complementary color
Monochromatic Colors of #AA5E7E
Black with #AA5E7E
Text Example
Text Example
White with #AA5E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E7E; }
p { color: rgb(170,94,126); }
H1.HeaderClassName
{
color: #AA5E7E;
}
.AnyTagClassName
{
color: #AA5E7E;
}
</style>
background-color css
<style>
a { background-color: #AA5E7E; }
a { background-color: rgb(170,94,126); }
div.DivClassName
{
background-color: #AA5E7E;
}
.BgClassName
{
background-color: #AA5E7E;
}
</style>
border-color css
<style>
span { border-color: #AA5E7E; }
span { border-color: rgb(170,94,126); }
td.TdClassName
{
border-color: #AA5E7E;
}
.TagClassName
{
border-color: #AA5E7E;
}
</style>