Color Hex Logo

#ae834a Color Hex

#AE834A
(174,131,74)
0 Favorites   0 Comments

Color spaces of #ae834a

RGB 17413174
HSL0.100.400.49
HSV34°57°68°
CMYK 0.000.250.57   0.32
XYZ26.807925.725710.0312
Yxy25.72570.42850.4112
Hunter Lab50.72055.583823.7783
CIE-Lab57.77589.903636.8705

#ae834a color RGB value is (174,131,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 01001010
Octal 256 203 112
Decimal 174 131 74
Hex AE 83 4A

RGB Percentages of Color #ae834a

%45.91
%34.56
%19.53

CMYK Percentages of Color #ae834a

%0
%25
%57
%32

Triadic Colors of #ae834a

#ae834a #4aae83 #834aae

Analogous Colors of #ae834a

#ae834a #a7ae4a #ae514a

Monochromatic Colors of #ae834a

#ae834a

Complementary Color

#ae834a #4a75ae

#ae834a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae834a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae834a Color CSS Codes

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

#ae834a Text Font Color

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

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


#ae834a Background Color

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

This div background color is #ae834a


#ae834a Border Color

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

This div border color is #ae834a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae834a


Comments

No comments written yet.

Please login to write comment.