Color Hex Logo

#ae494a Color Hex

#AE494A
(174,73,74)
0 Favorites   0 Comments

Color spaces of #ae494a

RGB 1747374
HSL1.000.410.48
HSV359°58°68°
CMYK 0.000.580.57   0.32
XYZ21.074114.25828.1199
Yxy14.25820.48500.3281
Hunter Lab37.760033.541913.6823
CIE-Lab44.601041.415420.3009

#ae494a color RGB value is (174,73,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 01001010
Octal 256 111 112
Decimal 174 73 74
Hex AE 49 4A

RGB Percentages of Color #ae494a

%54.21
%22.74
%23.05

CMYK Percentages of Color #ae494a

%0
%58
%57
%32

Triadic Colors of #ae494a

#ae494a #4aae49 #494aae

Analogous Colors of #ae494a

#ae494a #ae7b49 #ae497d

Monochromatic Colors of #ae494a

#ae494a

Complementary Color

#ae494a #49aead

#ae494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae494a Color CSS Codes

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

#ae494a Text Font Color

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

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


#ae494a Background Color

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

This div background color is #ae494a


#ae494a Border Color

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

This div border color is #ae494a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae494a


Comments

No comments written yet.

Please login to write comment.