Shades of Tapestry #AE7E90
Tints of Tapestry #AE7E90
RGB
CMYK
RGB Variations
Color information
#AE7E90 (or 0xAE7E90) is known color: Tapestry. HEX triplet: AE, 7E and 90. RGB value is (174,126,144). Sum of RGB (Red+Green+Blue) = 174+126+144=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7E90 is #51816F. Grayscale: #8E8E8E. Windows color (decimal): -5341552 or 9469614. OLE color: 9469614.
HSL color Cylindrical-coordinate representation of color #AE7E90: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7E90 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 126 | 144 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.32 |
| HSL | 337.5º | 0.23% | 0.59% | - |
| HSV(B) | 337.5º | 0.28% | 0.68% | - |
| XYZ | 29.95 | 25.93 | 29.81 | - |
| YUV | 142.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 126 | 144 | 0 | 0.28 | 0.17 | 0.32 | 337.5 | 0.23 | 0.59 |
| Hex | AE | 7E | 90 | 0 | 1C | 11 | 20 | 152 | 17 | 3B |
| Octal | 256 | 176 | 220 | 0 | 34 | 21 | 40 | 522 | 27 | 73 |
| Binary | 10101110 | 1111110 | 10010000 | 0 | 11100 | 10001 | 100000 | 101010010 | 10111 | 111011 |
Color Harmonies of #AE7E90
Complementary color
Monochromatic Colors of #AE7E90
Black with #AE7E90
Text Example
Text Example
White with #AE7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7E90; }
p { color: rgb(174,126,144); }
H1.HeaderClassName
{
color: #AE7E90;
}
.AnyTagClassName
{
color: #AE7E90;
}
</style>
background-color css
<style>
a { background-color: #AE7E90; }
a { background-color: rgb(174,126,144); }
div.DivClassName
{
background-color: #AE7E90;
}
.BgClassName
{
background-color: #AE7E90;
}
</style>
border-color css
<style>
span { border-color: #AE7E90; }
span { border-color: rgb(174,126,144); }
td.TdClassName
{
border-color: #AE7E90;
}
.TagClassName
{
border-color: #AE7E90;
}
</style>