Color Hex Logo

#ae494d Color Hex

#AE494D
(174,73,77)
0 Favorites   0 Comments

Color spaces of #ae494d

RGB 1747377
HSL0.990.410.48
HSV358°58°68°
CMYK 0.000.580.56   0.32
XYZ21.177714.29968.6651
Yxy14.29960.47980.3239
Hunter Lab37.814833.790712.8843
CIE-Lab44.659641.657918.5585

#ae494d color RGB value is (174,73,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 01001101
Octal 256 111 115
Decimal 174 73 77
Hex AE 49 4D

RGB Percentages of Color #ae494d

%53.70
%22.53
%23.77

CMYK Percentages of Color #ae494d

%0
%58
%56
%32

Triadic Colors of #ae494d

#ae494d #4dae49 #494dae

Analogous Colors of #ae494d

#ae494d #ae7849 #ae4980

Monochromatic Colors of #ae494d

#ae494d

Complementary Color

#ae494d #49aeaa

#ae494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae494d Color CSS Codes

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

#ae494d Text Font Color

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

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


#ae494d Background Color

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

This div background color is #ae494d


#ae494d Border Color

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

This div border color is #ae494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae494d


Comments

No comments written yet.

Please login to write comment.