Shades of Tapestry #AE6E87
Tints of Tapestry #AE6E87
RGB
CMYK
RGB Variations
Color information
#AE6E87 (or 0xAE6E87) is known color: Tapestry. HEX triplet: AE, 6E and 87. RGB value is (174,110,135). Sum of RGB (Red+Green+Blue) = 174+110+135=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E87 is #519178. Grayscale: #838383. Windows color (decimal): -5345657 or 8875694. OLE color: 8875694.
HSL color Cylindrical-coordinate representation of color #AE6E87: hue angle of 336.56º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E87 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 135 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.32 |
| HSL | 336.56º | 0.28% | 0.56% | - |
| HSV(B) | 336.56º | 0.37% | 0.68% | - |
| XYZ | 27.4 | 21.9 | 25.7 | - |
| YUV | 131.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 135 | 0 | 0.37 | 0.22 | 0.32 | 336.56 | 0.28 | 0.56 |
| Hex | AE | 6E | 87 | 0 | 25 | 16 | 20 | 151 | 1C | 38 |
| Octal | 256 | 156 | 207 | 0 | 45 | 26 | 40 | 521 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10000111 | 0 | 100101 | 10110 | 100000 | 101010001 | 11100 | 111000 |
Color Harmonies of #AE6E87
Complementary color
Monochromatic Colors of #AE6E87
Black with #AE6E87
Text Example
Text Example
White with #AE6E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E87; }
p { color: rgb(174,110,135); }
H1.HeaderClassName
{
color: #AE6E87;
}
.AnyTagClassName
{
color: #AE6E87;
}
</style>
background-color css
<style>
a { background-color: #AE6E87; }
a { background-color: rgb(174,110,135); }
div.DivClassName
{
background-color: #AE6E87;
}
.BgClassName
{
background-color: #AE6E87;
}
</style>
border-color css
<style>
span { border-color: #AE6E87; }
span { border-color: rgb(174,110,135); }
td.TdClassName
{
border-color: #AE6E87;
}
.TagClassName
{
border-color: #AE6E87;
}
</style>