Shades of Tapestry #AE7C88
Tints of Tapestry #AE7C88
RGB
CMYK
RGB Variations
Color information
#AE7C88 (or 0xAE7C88) is known color: Tapestry. HEX triplet: AE, 7C and 88. RGB value is (174,124,136). Sum of RGB (Red+Green+Blue) = 174+124+136=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C88 is #518377. Grayscale: #8C8C8C. Windows color (decimal): -5342072 or 8944814. OLE color: 8944814.
HSL color Cylindrical-coordinate representation of color #AE7C88: hue angle of 345.6º 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 #AE7C88 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 136 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.32 |
| HSL | 345.6º | 0.24% | 0.58% | - |
| HSV(B) | 345.6º | 0.29% | 0.68% | - |
| XYZ | 29.11 | 25.19 | 26.62 | - |
| YUV | 140.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 136 | 0 | 0.29 | 0.22 | 0.32 | 345.6 | 0.24 | 0.58 |
| Hex | AE | 7C | 88 | 0 | 1D | 16 | 20 | 15A | 18 | 3A |
| Octal | 256 | 174 | 210 | 0 | 35 | 26 | 40 | 532 | 30 | 72 |
| Binary | 10101110 | 1111100 | 10001000 | 0 | 11101 | 10110 | 100000 | 101011010 | 11000 | 111010 |
Color Harmonies of #AE7C88
Complementary color
Monochromatic Colors of #AE7C88
Black with #AE7C88
Text Example
Text Example
White with #AE7C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7C88; }
p { color: rgb(174,124,136); }
H1.HeaderClassName
{
color: #AE7C88;
}
.AnyTagClassName
{
color: #AE7C88;
}
</style>
background-color css
<style>
a { background-color: #AE7C88; }
a { background-color: rgb(174,124,136); }
div.DivClassName
{
background-color: #AE7C88;
}
.BgClassName
{
background-color: #AE7C88;
}
</style>
border-color css
<style>
span { border-color: #AE7C88; }
span { border-color: rgb(174,124,136); }
td.TdClassName
{
border-color: #AE7C88;
}
.TagClassName
{
border-color: #AE7C88;
}
</style>