Shades of Tapestry #AE5D84
Tints of Tapestry #AE5D84
RGB
CMYK
RGB Variations
Color information
#AE5D84 (or 0xAE5D84) is known color: Tapestry. HEX triplet: AE, 5D and 84. RGB value is (174,93,132). Sum of RGB (Red+Green+Blue) = 174+93+132=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D84 is #51A27B. Grayscale: #797979. Windows color (decimal): -5350012 or 8674734. OLE color: 8674734.
HSL color Cylindrical-coordinate representation of color #AE5D84: hue angle of 331.11º 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 #AE5D84 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 132 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.32 |
| HSL | 331.11º | 0.33% | 0.52% | - |
| HSV(B) | 331.11º | 0.47% | 0.68% | - |
| XYZ | 25.53 | 18.49 | 24.05 | - |
| YUV | 121.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 132 | 0 | 0.47 | 0.24 | 0.32 | 331.11 | 0.33 | 0.52 |
| Hex | AE | 5D | 84 | 0 | 2F | 18 | 20 | 14B | 21 | 34 |
| Octal | 256 | 135 | 204 | 0 | 57 | 30 | 40 | 513 | 41 | 64 |
| Binary | 10101110 | 1011101 | 10000100 | 0 | 101111 | 11000 | 100000 | 101001011 | 100001 | 110100 |
Color Harmonies of #AE5D84
Complementary color
Monochromatic Colors of #AE5D84
Black with #AE5D84
Text Example
Text Example
White with #AE5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D84; }
p { color: rgb(174,93,132); }
H1.HeaderClassName
{
color: #AE5D84;
}
.AnyTagClassName
{
color: #AE5D84;
}
</style>
background-color css
<style>
a { background-color: #AE5D84; }
a { background-color: rgb(174,93,132); }
div.DivClassName
{
background-color: #AE5D84;
}
.BgClassName
{
background-color: #AE5D84;
}
</style>
border-color css
<style>
span { border-color: #AE5D84; }
span { border-color: rgb(174,93,132); }
td.TdClassName
{
border-color: #AE5D84;
}
.TagClassName
{
border-color: #AE5D84;
}
</style>