Color Hex Logo

#aea59e Color Hex

#AEA59E
(174,165,158)
0 Favorites   0 Comments

Color spaces of #aea59e

RGB 174165158
HSL0.070.090.65
HSV26°68°
CMYK 0.000.050.09   0.32
XYZ37.082238.377637.8009
Yxy38.37760.32740.3388
Hunter Lab61.9497-1.56437.1867
CIE-Lab68.29801.99934.7763

#aea59e color RGB value is (174,165,158).

#aea59e hex color red value is 174, green value is 165 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aea59e hue: 0.07 , saturation: 0.09 and the lightness value of aea59e is 0.65.

The process color (four color CMYK) of #aea59e color hex is 0.00, 0.05, 0.09, 0.32. Web safe color of #aea59e is #999999. Color #aea59e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 10011110
Octal 256 245 236
Decimal 174 165 158
Hex AE A5 9E

RGB Percentages of Color #aea59e

%35.01
%33.20
%31.79

CMYK Percentages of Color #aea59e

%0
%5
%9
%32

Triadic Colors of #aea59e

#aea59e #9eaea5 #a59eae

Analogous Colors of #aea59e

#aea59e #aead9e #ae9e9f

Monochromatic Colors of #aea59e

#aea59e

Complementary Color

#aea59e #9ea7ae

#aea59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea59e Color CSS Codes

.mybgcolor {background-color:#aea59e; } 
.myforecolor {color:#aea59e; }
.mybordercolor {border:3px solid #aea59e; }

#aea59e Text Font Color

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

This sample text font color is #aea59e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aea59e Background Color

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

This div background color is #aea59e


#aea59e Border Color

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

This div border color is #aea59e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,165,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aea59e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aea59e;
  -webkit-box-shadow: 1px 1px 3px 2px #aea59e;
  box-shadow:         1px 1px 3px 2px #aea59e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea59e


Comments

No comments written yet.

Please login to write comment.