Color Hex Logo

#ae7129 Color Hex

#AE7129
(174,113,41)
0 Favorites   0 Comments

Color spaces of #ae7129

RGB 17411341
HSL0.090.620.42
HSV32°76°68°
CMYK 0.000.350.76   0.32
XYZ23.760920.96904.8929
Yxy20.96900.47880.4226
Hunter Lab45.791912.485725.7192
CIE-Lab52.915617.926747.7151

#ae7129 color RGB value is (174,113,41).

#ae7129 hex color red value is 174, green value is 113 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ae7129 hue: 0.09 , saturation: 0.62 and the lightness value of ae7129 is 0.42.

The process color (four color CMYK) of #ae7129 color hex is 0.00, 0.35, 0.76, 0.32. Web safe color of #ae7129 is #996633. Color #ae7129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 00101001
Octal 256 161 51
Decimal 174 113 41
Hex AE 71 29

RGB Percentages of Color #ae7129

%53.05
%34.45
%12.50

CMYK Percentages of Color #ae7129

%0
%35
%76
%32

Triadic Colors of #ae7129

#ae7129 #29ae71 #7129ae

Analogous Colors of #ae7129

#ae7129 #a9ae29 #ae2f29

Monochromatic Colors of #ae7129

#ae7129

Complementary Color

#ae7129 #2966ae

#ae7129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7129 Color CSS Codes

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

#ae7129 Text Font Color

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

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


#ae7129 Background Color

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

This div background color is #ae7129


#ae7129 Border Color

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

This div border color is #ae7129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7129


Comments

No comments written yet.

Please login to write comment.