Color Hex Logo

#aea13e Color Hex

#AEA13E
(174,161,62)
0 Favorites   0 Comments

Color spaces of #aea13e

RGB 17416162
HSL0.150.470.46
HSV53°64°68°
CMYK 0.000.070.64   0.32
XYZ31.069934.83629.6439
Yxy34.83620.41120.4611
Hunter Lab59.0222-9.324631.6279
CIE-Lab65.6209-7.382151.5745

#aea13e color RGB value is (174,161,62).

#aea13e hex color red value is 174, green value is 161 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aea13e hue: 0.15 , saturation: 0.47 and the lightness value of aea13e is 0.46.

The process color (four color CMYK) of #aea13e color hex is 0.00, 0.07, 0.64, 0.32. Web safe color of #aea13e is #999933. Color #aea13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 00111110
Octal 256 241 76
Decimal 174 161 62
Hex AE A1 3E

RGB Percentages of Color #aea13e

%43.83
%40.55
%15.62

CMYK Percentages of Color #aea13e

%0
%7
%64
%32

Triadic Colors of #aea13e

#aea13e #3eaea1 #a13eae

Analogous Colors of #aea13e

#aea13e #83ae3e #ae693e

Monochromatic Colors of #aea13e

#aea13e

Complementary Color

#aea13e #3e4bae

#aea13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea13e Color CSS Codes

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

#aea13e Text Font Color

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

This sample text font color is #aea13e
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.


#aea13e Background Color

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

This div background color is #aea13e


#aea13e Border Color

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

This div border color is #aea13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea13e


Comments

No comments written yet.

Please login to write comment.