Color Hex Logo

#ae4905 Color Hex

#AE4905
(174,73,5)
0 Favorites   0 Comments

Color spaces of #ae4905

RGB 174735
HSL0.070.940.35
HSV24°97°68°
CMYK 0.000.580.97   0.32
XYZ19.865513.77471.7553
Yxy13.77470.56120.3892
Hunter Lab37.114330.592523.1759
CIE-Lab43.908138.502552.7662

#ae4905 color RGB value is (174,73,5).

#ae4905 hex color red value is 174, green value is 73 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ae4905 hue: 0.07 , saturation: 0.94 and the lightness value of ae4905 is 0.35.

The process color (four color CMYK) of #ae4905 color hex is 0.00, 0.58, 0.97, 0.32. Web safe color of #ae4905 is #993300. Color #ae4905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 00000101
Octal 256 111 5
Decimal 174 73 5
Hex AE 49 5

RGB Percentages of Color #ae4905

%69.05
%28.97
%1.98

CMYK Percentages of Color #ae4905

%0
%58
%97
%32

Triadic Colors of #ae4905

#ae4905 #05ae49 #4905ae

Analogous Colors of #ae4905

#ae4905 #ae9e05 #ae0515

Monochromatic Colors of #ae4905

#ae4905

Complementary Color

#ae4905 #056aae

#ae4905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4905 Color CSS Codes

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

#ae4905 Text Font Color

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

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


#ae4905 Background Color

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

This div background color is #ae4905


#ae4905 Border Color

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

This div border color is #ae4905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4905


Comments

No comments written yet.

Please login to write comment.