Color Hex Logo

#aea949 Color Hex

#AEA949
(174,169,73)
0 Favorites   0 Comments

Color spaces of #aea949

RGB 17416973
HSL0.160.410.48
HSV57°58°68°
CMYK 0.000.030.58   0.32
XYZ32.846137.855611.8790
Yxy37.85560.39770.4584
Hunter Lab61.5269-12.380031.6217
CIE-Lab67.9141-10.824049.1134

#aea949 color RGB value is (174,169,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01001001
Octal 256 251 111
Decimal 174 169 73
Hex AE A9 49

RGB Percentages of Color #aea949

%41.83
%40.63
%17.55

CMYK Percentages of Color #aea949

%0
%3
%58
%32

Triadic Colors of #aea949

#aea949 #49aea9 #a949ae

Analogous Colors of #aea949

#aea949 #81ae49 #ae7749

Monochromatic Colors of #aea949

#aea949

Complementary Color

#aea949 #494eae

#aea949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea949 Color CSS Codes

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

#aea949 Text Font Color

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

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


#aea949 Background Color

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

This div background color is #aea949


#aea949 Border Color

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

This div border color is #aea949


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,169,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 #aea949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea949


Comments

No comments written yet.

Please login to write comment.