Color Hex Logo

#ae734a Color Hex

#AE734A
(174,115,74)
0 Favorites   0 Comments

Color spaces of #ae734a

RGB 17411574
HSL0.070.400.49
HSV25°57°68°
CMYK 0.000.340.57   0.32
XYZ24.822321.75469.3693
Yxy21.75460.44370.3888
Hunter Lab46.641813.372720.7392
CIE-Lab53.765718.884331.9887

#ae734a color RGB value is (174,115,74).

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

The process color (four color CMYK) of #ae734a color hex is 0.00, 0.34, 0.57, 0.32. Web safe color of #ae734a is #996633. Color #ae734a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 01001010
Octal 256 163 112
Decimal 174 115 74
Hex AE 73 4A

RGB Percentages of Color #ae734a

%47.93
%31.68
%20.39

CMYK Percentages of Color #ae734a

%0
%34
%57
%32

Triadic Colors of #ae734a

#ae734a #4aae73 #734aae

Analogous Colors of #ae734a

#ae734a #aea54a #ae4a53

Monochromatic Colors of #ae734a

#ae734a

Complementary Color

#ae734a #4a85ae

#ae734a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae734a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae734a Color CSS Codes

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

#ae734a Text Font Color

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

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


#ae734a Background Color

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

This div background color is #ae734a


#ae734a Border Color

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

This div border color is #ae734a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae734a


Comments

No comments written yet.

Please login to write comment.