Color Hex Logo

#aea149 Color Hex

#AEA149
(174,161,73)
0 Favorites   0 Comments

Color spaces of #aea149

RGB 17416173
HSL0.150.410.48
HSV52°58°68°
CMYK 0.000.070.58   0.32
XYZ31.403034.969411.3980
Yxy34.96940.40380.4496
Hunter Lab59.1349-8.695529.9666
CIE-Lab65.7248-6.603446.6466

#aea149 color RGB value is (174,161,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01001001
Octal 256 241 111
Decimal 174 161 73
Hex AE A1 49

RGB Percentages of Color #aea149

%42.65
%39.46
%17.89

CMYK Percentages of Color #aea149

%0
%7
%58
%32

Triadic Colors of #aea149

#aea149 #49aea1 #a149ae

Analogous Colors of #aea149

#aea149 #89ae49 #ae6f49

Monochromatic Colors of #aea149

#aea149

Complementary Color

#aea149 #4956ae

#aea149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea149 Color CSS Codes

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

#aea149 Text Font Color

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

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


#aea149 Background Color

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

This div background color is #aea149


#aea149 Border Color

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

This div border color is #aea149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea149


Comments

No comments written yet.

Please login to write comment.