#ae5c55 color RGB value is (10, 229, 197).
#ae5c55 hex color red value is 10, green value is 229, and blue value is 197.
Cylindrical-coordinate representations (HSL) of color #ae5c55
hue: 171.23,
saturation: 0.92 and lightness: 0.47.
The process color (four-color CMYK) of #ae5c55 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ae5c55 is #ff9999. Color #ae5c55 contains mainly RED.
| Color spaces of #ae5c55 | Value |
|---|---|
| RGB | 174, 92, 85 |
| HSL | 0.01, 0.35, 0.51 |
| HSV | 5°, 51°, 68° |
| XYZ | 22.92, 17.31, 10.73 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101110 | 1011100 | 1010101 |
| Octal | 256 | 134 | 125 |
| Decimal | 174 | 92 | 85 |
| Hex | AE | 5C | 55 |
Shades of #ae5c55
Tints of #ae5c55
.mybgColor {background-color: #ae5c55;}
.myforeColor {color: #ae5c55;}
.myborderColor {border:3px solid #ae5c55;}
<p style="color:#ae5c55">Text here</p>
This sample text is styled with the font color #ae5c55. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#ae5c55">Div content here</div>
<div style="border:3px solid #ae5c55">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(174, 92, 85, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ae5c55; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ae5c55;
-webkit-box-shadow: 1px 1px 3px #ae5c55;
box-shadow: 1px 1px 3px #ae5c55; }
<p style="text-shadow: 4px 4px 2px rgba(174, 92, 85, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ae5c55;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ae5c55;
-webkit-box-shadow: 1px 1px 3px #ae5c55;
box-shadow: 1px 1px 3px #ae5c55;">Div content here</div>
