color details

Color Details
#ae5c55 Color Hex

#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
Color spaces of #ae5c55Value
RGB174, 92, 85
HSL0.01, 0.35, 0.51
HSV5°, 51°, 68°
XYZ22.92, 17.31, 10.73
Base Numbers
Base Red Green Blue
Binary 10101110 1011100 1010101
Octal 256 134 125
Decimal 174 92 85
Hex AE 5C 55

RGB Percentages for Color #ae5c55

49.57%
26.21%
24.22%

CMYK Percentages of the Color #ae5c55

47.13%
51.15%
31.76%
CSS Codes for Color #ae5c55
.mybgColor {background-color: #ae5c55;}
.myforeColor {color: #ae5c55;}
.myborderColor {border:3px solid #ae5c55;}
Text Font Color #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,

Background Color #ae5c55

<div style="background-color:#ae5c55">Div content here</div>

The background color of this div is #ae5c55
Border Color #ae5c55

<div style="border:3px solid #ae5c55">Div here</div>

The border color of this div is #ae5c55
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174, 92, 85, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #ae5c55;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #ae5c55

Scroll to Top