Color Hex Logo

#ae944a Color Hex

#AE944A
(174,148,74)
0 Favorites   0 Comments

Color spaces of #ae944a

RGB 17414874
HSL0.120.400.49
HSV44°57°68°
CMYK 0.000.150.57   0.32
XYZ29.281530.672910.8557
Yxy30.67290.41350.4332
Hunter Lab55.3831-2.546127.1467
CIE-Lab62.23050.492142.1412

#ae944a color RGB value is (174,148,74).

#ae944a hex color red value is 174, green value is 148 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ae944a hue: 0.12 , saturation: 0.40 and the lightness value of ae944a is 0.49.

The process color (four color CMYK) of #ae944a color hex is 0.00, 0.15, 0.57, 0.32. Web safe color of #ae944a is #999933. Color #ae944a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 01001010
Octal 256 224 112
Decimal 174 148 74
Hex AE 94 4A

RGB Percentages of Color #ae944a

%43.94
%37.37
%18.69

CMYK Percentages of Color #ae944a

%0
%15
%57
%32

Triadic Colors of #ae944a

#ae944a #4aae94 #944aae

Analogous Colors of #ae944a

#ae944a #96ae4a #ae624a

Monochromatic Colors of #ae944a

#ae944a

Complementary Color

#ae944a #4a64ae

#ae944a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae944a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae944a Color CSS Codes

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

#ae944a Text Font Color

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

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


#ae944a Background Color

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

This div background color is #ae944a


#ae944a Border Color

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

This div border color is #ae944a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae944a


Comments

No comments written yet.

Please login to write comment.