Color Hex Logo

#aea12c Color Hex

#AEA12C
(174,161,44)
0 Favorites   0 Comments

Color spaces of #aea12c

RGB 17416144
HSL0.150.600.43
HSV54°75°68°
CMYK 0.000.070.75   0.32
XYZ30.655134.67037.4592
Yxy34.67030.42120.4763
Hunter Lab58.8815-10.111333.7061
CIE-Lab65.4912-8.362458.6667

#aea12c color RGB value is (174,161,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 00101100
Octal 256 241 54
Decimal 174 161 44
Hex AE A1 2C

RGB Percentages of Color #aea12c

%45.91
%42.48
%11.61

CMYK Percentages of Color #aea12c

%0
%7
%75
%32

Triadic Colors of #aea12c

#aea12c #2caea1 #a12cae

Analogous Colors of #aea12c

#aea12c #7aae2c #ae602c

Monochromatic Colors of #aea12c

#aea12c

Complementary Color

#aea12c #2c39ae

#aea12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea12c Color CSS Codes

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

#aea12c Text Font Color

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

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


#aea12c Background Color

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

This div background color is #aea12c


#aea12c Border Color

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

This div border color is #aea12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea12c


Comments

No comments written yet.

Please login to write comment.