Shades of Tapestry #AE7C91
Tints of Tapestry #AE7C91
RGB
CMYK
RGB Variations
Color information
#AE7C91 (or 0xAE7C91) is known color: Tapestry. HEX triplet: AE, 7C and 91. RGB value is (174,124,145). Sum of RGB (Red+Green+Blue) = 174+124+145=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C91 is #51836E. Grayscale: #8D8D8D. Windows color (decimal): -5342063 or 9534638. OLE color: 9534638.
HSL color Cylindrical-coordinate representation of color #AE7C91: hue angle of 334.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7C91 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 145 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.32 |
| HSL | 334.8º | 0.24% | 0.58% | - |
| HSV(B) | 334.8º | 0.29% | 0.68% | - |
| XYZ | 29.77 | 25.46 | 30.13 | - |
| YUV | 141.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 145 | 0 | 0.29 | 0.17 | 0.32 | 334.8 | 0.24 | 0.58 |
| Hex | AE | 7C | 91 | 0 | 1D | 11 | 20 | 14F | 18 | 3A |
| Octal | 256 | 174 | 221 | 0 | 35 | 21 | 40 | 517 | 30 | 72 |
| Binary | 10101110 | 1111100 | 10010001 | 0 | 11101 | 10001 | 100000 | 101001111 | 11000 | 111010 |
Color Harmonies of #AE7C91
Complementary color
Monochromatic Colors of #AE7C91
Black with #AE7C91
Text Example
Text Example
White with #AE7C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7C91; }
p { color: rgb(174,124,145); }
H1.HeaderClassName
{
color: #AE7C91;
}
.AnyTagClassName
{
color: #AE7C91;
}
</style>
background-color css
<style>
a { background-color: #AE7C91; }
a { background-color: rgb(174,124,145); }
div.DivClassName
{
background-color: #AE7C91;
}
.BgClassName
{
background-color: #AE7C91;
}
</style>
border-color css
<style>
span { border-color: #AE7C91; }
span { border-color: rgb(174,124,145); }
td.TdClassName
{
border-color: #AE7C91;
}
.TagClassName
{
border-color: #AE7C91;
}
</style>