Color Hex Logo

#ae4931 Color Hex

#AE4931
(174,73,49)
0 Favorites   0 Comments

Color spaces of #ae4931

RGB 1747349
HSL0.030.560.44
HSV12°72°68°
CMYK 0.000.580.72   0.32
XYZ20.392513.98554.5304
Yxy13.98550.52410.3594
Hunter Lab37.397231.890118.9955
CIE-Lab44.212139.793034.5105

#ae4931 color RGB value is (174,73,49).

#ae4931 hex color red value is 174, green value is 73 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ae4931 hue: 0.03 , saturation: 0.56 and the lightness value of ae4931 is 0.44.

The process color (four color CMYK) of #ae4931 color hex is 0.00, 0.58, 0.72, 0.32. Web safe color of #ae4931 is #993333. Color #ae4931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 00110001
Octal 256 111 61
Decimal 174 73 49
Hex AE 49 31

RGB Percentages of Color #ae4931

%58.78
%24.66
%16.55

CMYK Percentages of Color #ae4931

%0
%58
%72
%32

Triadic Colors of #ae4931

#ae4931 #31ae49 #4931ae

Analogous Colors of #ae4931

#ae4931 #ae8831 #ae3158

Monochromatic Colors of #ae4931

#ae4931

Complementary Color

#ae4931 #3196ae

#ae4931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4931 Color CSS Codes

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

#ae4931 Text Font Color

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

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


#ae4931 Background Color

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

This div background color is #ae4931


#ae4931 Border Color

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

This div border color is #ae4931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4931


Comments

No comments written yet.

Please login to write comment.