Color Hex Logo

#ae392e Color Hex

#AE392E
(174,57,46)
0 Favorites   0 Comments

Color spaces of #ae392e

RGB 1745746
HSL0.010.580.43
HSV74°68°
CMYK 0.000.670.74   0.32
XYZ19.411812.12223.9015
Yxy12.12220.54780.3421
Hunter Lab34.816938.591017.7280
CIE-Lab41.409746.995133.0465

#ae392e color RGB value is (174,57,46).

#ae392e hex color red value is 174, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ae392e hue: 0.01 , saturation: 0.58 and the lightness value of ae392e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 00101110
Octal 256 71 56
Decimal 174 57 46
Hex AE 39 2E

RGB Percentages of Color #ae392e

%62.82
%20.58
%16.61

CMYK Percentages of Color #ae392e

%0
%67
%74
%32

Triadic Colors of #ae392e

#ae392e #2eae39 #392eae

Analogous Colors of #ae392e

#ae392e #ae792e #ae2e63

Monochromatic Colors of #ae392e

#ae392e

Complementary Color

#ae392e #2ea3ae

#ae392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae392e Color CSS Codes

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

#ae392e Text Font Color

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

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


#ae392e Background Color

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

This div background color is #ae392e


#ae392e Border Color

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

This div border color is #ae392e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae392e


Comments

No comments written yet.

Please login to write comment.