Color Hex Logo

#aea749 Color Hex

#AEA749
(174,167,73)
0 Favorites   0 Comments

Color spaces of #aea749

RGB 17416773
HSL0.160.410.48
HSV56°58°68°
CMYK 0.000.040.58   0.32
XYZ32.476937.117111.7559
Yxy37.11710.39920.4563
Hunter Lab60.9238-11.462931.2060
CIE-Lab67.3648-9.776148.4977

#aea749 color RGB value is (174,167,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 01001001
Octal 256 247 111
Decimal 174 167 73
Hex AE A7 49

RGB Percentages of Color #aea749

%42.03
%40.34
%17.63

CMYK Percentages of Color #aea749

%0
%4
%58
%32

Triadic Colors of #aea749

#aea749 #49aea7 #a749ae

Analogous Colors of #aea749

#aea749 #83ae49 #ae7549

Monochromatic Colors of #aea749

#aea749

Complementary Color

#aea749 #4950ae

#aea749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea749 Color CSS Codes

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

#aea749 Text Font Color

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

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


#aea749 Background Color

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

This div background color is #aea749


#aea749 Border Color

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

This div border color is #aea749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea749


Comments

No comments written yet.

Please login to write comment.