Shades of Tapestry #AE5D86
Tints of Tapestry #AE5D86
RGB
CMYK
RGB Variations
Color information
#AE5D86 (or 0xAE5D86) is known color: Tapestry. HEX triplet: AE, 5D and 86. RGB value is (174,93,134). Sum of RGB (Red+Green+Blue) = 174+93+134=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D86 is #51A279. Grayscale: #797979. Windows color (decimal): -5350010 or 8805806. OLE color: 8805806.
HSL color Cylindrical-coordinate representation of color #AE5D86: hue angle of 329.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5D86 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 134 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.32 |
| HSL | 329.63º | 0.33% | 0.52% | - |
| HSV(B) | 329.63º | 0.47% | 0.68% | - |
| XYZ | 25.67 | 18.55 | 24.78 | - |
| YUV | 121.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 134 | 0 | 0.47 | 0.23 | 0.32 | 329.63 | 0.33 | 0.52 |
| Hex | AE | 5D | 86 | 0 | 2F | 17 | 20 | 14A | 21 | 34 |
| Octal | 256 | 135 | 206 | 0 | 57 | 27 | 40 | 512 | 41 | 64 |
| Binary | 10101110 | 1011101 | 10000110 | 0 | 101111 | 10111 | 100000 | 101001010 | 100001 | 110100 |
Color Harmonies of #AE5D86
Complementary color
Monochromatic Colors of #AE5D86
Black with #AE5D86
Text Example
Text Example
White with #AE5D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D86; }
p { color: rgb(174,93,134); }
H1.HeaderClassName
{
color: #AE5D86;
}
.AnyTagClassName
{
color: #AE5D86;
}
</style>
background-color css
<style>
a { background-color: #AE5D86; }
a { background-color: rgb(174,93,134); }
div.DivClassName
{
background-color: #AE5D86;
}
.BgClassName
{
background-color: #AE5D86;
}
</style>
border-color css
<style>
span { border-color: #AE5D86; }
span { border-color: rgb(174,93,134); }
td.TdClassName
{
border-color: #AE5D86;
}
.TagClassName
{
border-color: #AE5D86;
}
</style>