Color Hex Logo

#ae934a Color Hex

#AE934A
(174,147,74)
0 Favorites   0 Comments

Color spaces of #ae934a

RGB 17414774
HSL0.120.400.49
HSV44°57°68°
CMYK 0.000.160.57   0.32
XYZ29.125330.360510.8037
Yxy30.36050.41440.4319
Hunter Lab55.1004-2.073026.9451
CIE-Lab61.96401.039341.8300

#ae934a color RGB value is (174,147,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 01001010
Octal 256 223 112
Decimal 174 147 74
Hex AE 93 4A

RGB Percentages of Color #ae934a

%44.05
%37.22
%18.73

CMYK Percentages of Color #ae934a

%0
%16
%57
%32

Triadic Colors of #ae934a

#ae934a #4aae93 #934aae

Analogous Colors of #ae934a

#ae934a #97ae4a #ae614a

Monochromatic Colors of #ae934a

#ae934a

Complementary Color

#ae934a #4a65ae

#ae934a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae934a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae934a Color CSS Codes

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

#ae934a Text Font Color

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

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


#ae934a Background Color

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

This div background color is #ae934a


#ae934a Border Color

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

This div border color is #ae934a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae934a


Comments

No comments written yet.

Please login to write comment.