Color Hex Logo

#aea12e Color Hex

#AEA12E
(174,161,46)
0 Favorites   0 Comments

Color spaces of #aea12e

RGB 17416146
HSL0.150.580.43
HSV54°74°68°
CMYK 0.000.070.74   0.32
XYZ30.693634.68577.6620
Yxy34.68570.42020.4749
Hunter Lab58.8946-10.038133.5128
CIE-Lab65.5032-8.270957.9525

#aea12e color RGB value is (174,161,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 00101110
Octal 256 241 56
Decimal 174 161 46
Hex AE A1 2E

RGB Percentages of Color #aea12e

%45.67
%42.26
%12.07

CMYK Percentages of Color #aea12e

%0
%7
%74
%32

Triadic Colors of #aea12e

#aea12e #2eaea1 #a12eae

Analogous Colors of #aea12e

#aea12e #7bae2e #ae612e

Monochromatic Colors of #aea12e

#aea12e

Complementary Color

#aea12e #2e3bae

#aea12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea12e Color CSS Codes

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

#aea12e Text Font Color

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

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


#aea12e Background Color

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

This div background color is #aea12e


#aea12e Border Color

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

This div border color is #aea12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea12e


Comments

No comments written yet.

Please login to write comment.