color details

Color Details
#aea59a Color Hex

#aea59a color RGB value is (10, 234, 89).
#aea59a hex color red value is 10, green value is 234, and blue value is 89.
Cylindrical-coordinate representations (HSL) of color #aea59a hue: 141.16, saturation: 0.92 and lightness: 0.48.

The process color (four-color CMYK) of #aea59a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aea59a is #ff9999. Color #aea59a contains mainly RED.

Color Spaces
Color spaces of #aea59aValue
RGB174, 165, 154
HSL0.09, 0.11, 0.64
HSV33°, 11°, 68°
XYZ36.74, 38.24, 36.01
Base Numbers
Base Red Green Blue
Binary 10101110 10100101 10011010
Octal 256 245 232
Decimal 174 165 154
Hex AE A5 9A

RGB Percentages for Color #aea59a

35.29%
33.47%
31.24%

CMYK Percentages of the Color #aea59a

5.17%
11.49%
31.76%
CSS Codes for Color #aea59a
.mybgColor {background-color: #aea59a;}
.myforeColor {color: #aea59a;}
.myborderColor {border:3px solid #aea59a;}
Text Font Color #aea59a

<p style="color:#aea59a">Text here</p>

This sample text is styled with the font color #aea59a. 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 #aea59a

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

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

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

The border color of this div is #aea59a
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(174, 165, 154, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #aea59a;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #aea59a;
-webkit-box-shadow: 1px 1px 3px #aea59a;
box-shadow: 1px 1px 3px #aea59a;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174, 165, 154, 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 #aea59a;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #aea59a; -webkit-box-shadow: 1px 1px 3px #aea59a; box-shadow: 1px 1px 3px #aea59a;">Div content here</div>

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

Scroll to Top