Color Hex Logo

#ae9049 Color Hex

#AE9049
(174,144,73)
0 Favorites   0 Comments

Color spaces of #ae9049

RGB 17414473
HSL0.120.410.48
HSV42°58°68°
CMYK 0.000.170.58   0.32
XYZ28.631429.426210.4741
Yxy29.42620.41780.4294
Hunter Lab54.2459-0.716726.5241
CIE-Lab61.15592.606141.3881

#ae9049 color RGB value is (174,144,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 01001001
Octal 256 220 111
Decimal 174 144 73
Hex AE 90 49

RGB Percentages of Color #ae9049

%44.50
%36.83
%18.67

CMYK Percentages of Color #ae9049

%0
%17
%58
%32

Triadic Colors of #ae9049

#ae9049 #49ae90 #9049ae

Analogous Colors of #ae9049

#ae9049 #9aae49 #ae5e49

Monochromatic Colors of #ae9049

#ae9049

Complementary Color

#ae9049 #4967ae

#ae9049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9049 Color CSS Codes

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

#ae9049 Text Font Color

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

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


#ae9049 Background Color

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

This div background color is #ae9049


#ae9049 Border Color

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

This div border color is #ae9049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9049


Comments

No comments written yet.

Please login to write comment.