Color Hex Logo

#ae7029 Color Hex

#AE7029
(174,112,41)
0 Favorites   0 Comments

Color spaces of #ae7029

RGB 17411241
HSL0.090.620.42
HSV32°76°68°
CMYK 0.000.360.76   0.32
XYZ23.650020.74714.8559
Yxy20.74710.48020.4212
Hunter Lab45.549012.970325.5635
CIE-Lab52.671618.487547.4742

#ae7029 color RGB value is (174,112,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 00101001
Octal 256 160 51
Decimal 174 112 41
Hex AE 70 29

RGB Percentages of Color #ae7029

%53.21
%34.25
%12.54

CMYK Percentages of Color #ae7029

%0
%36
%76
%32

Triadic Colors of #ae7029

#ae7029 #29ae70 #7029ae

Analogous Colors of #ae7029

#ae7029 #aaae29 #ae2e29

Monochromatic Colors of #ae7029

#ae7029

Complementary Color

#ae7029 #2967ae

#ae7029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7029 Color CSS Codes

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

#ae7029 Text Font Color

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

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


#ae7029 Background Color

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

This div background color is #ae7029


#ae7029 Border Color

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

This div border color is #ae7029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7029


Comments

No comments written yet.

Please login to write comment.