Color Hex Logo

#aea131 Color Hex

#AEA131
(174,161,49)
0 Favorites   0 Comments

Color spaces of #aea131

RGB 17416149
HSL0.150.560.44
HSV54°72°68°
CMYK 0.000.070.72   0.32
XYZ30.754834.71027.9845
Yxy34.71020.41870.4726
Hunter Lab58.9154-9.921933.2055
CIE-Lab65.5224-8.125856.8430

#aea131 color RGB value is (174,161,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 00110001
Octal 256 241 61
Decimal 174 161 49
Hex AE A1 31

RGB Percentages of Color #aea131

%45.31
%41.93
%12.76

CMYK Percentages of Color #aea131

%0
%7
%72
%32

Triadic Colors of #aea131

#aea131 #31aea1 #a131ae

Analogous Colors of #aea131

#aea131 #7dae31 #ae6231

Monochromatic Colors of #aea131

#aea131

Complementary Color

#aea131 #313eae

#aea131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea131 Color CSS Codes

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

#aea131 Text Font Color

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

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


#aea131 Background Color

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

This div background color is #aea131


#aea131 Border Color

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

This div border color is #aea131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea131


Comments

No comments written yet.

Please login to write comment.