Color Hex Logo

#ae4949 Color Hex

#AE4949
(174,73,73)
1 Favorites   0 Comments

Color spaces of #ae4949

RGB 1747373
HSL0.000.410.48
HSV58°68°
CMYK 0.000.580.58   0.32
XYZ21.040714.24487.9439
Yxy14.24480.48670.3295
Hunter Lab37.742333.461813.9404
CIE-Lab44.582041.337320.8809

#ae4949 color RGB value is (174,73,73).

#ae4949 hex color red value is 174, green value is 73 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ae4949 hue: 0.00 , saturation: 0.41 and the lightness value of ae4949 is 0.48.

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

Base Numbers

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

RGB Percentages of Color #ae4949

%54.38
%22.81
%22.81

CMYK Percentages of Color #ae4949

%0
%58
%58
%32

Triadic Colors of #ae4949

#ae4949 #49ae49 #4949ae

Analogous Colors of #ae4949

#ae4949 #ae7c49 #ae497c

Monochromatic Colors of #ae4949

#ae4949

Complementary Color

#ae4949 #49aeae

#ae4949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4949 Color CSS Codes

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

#ae4949 Text Font Color

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

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


#ae4949 Background Color

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

This div background color is #ae4949


#ae4949 Border Color

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

This div border color is #ae4949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4949

#ae4949 Color Palettes


Comments

No comments written yet.

Please login to write comment.