Color Hex Logo

#ae392a Color Hex

#AE392A
(174,57,42)
0 Favorites   0 Comments

Color spaces of #ae392a

RGB 1745742
HSL0.020.610.42
HSV76°68°
CMYK 0.000.670.76   0.32
XYZ19.336612.09213.5053
Yxy12.09210.55350.3461
Hunter Lab34.773738.404518.3650
CIE-Lab41.362146.819435.2766

#ae392a color RGB value is (174,57,42).

#ae392a hex color red value is 174, green value is 57 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae392a hue: 0.02 , saturation: 0.61 and the lightness value of ae392a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 00101010
Octal 256 71 52
Decimal 174 57 42
Hex AE 39 2A

RGB Percentages of Color #ae392a

%63.74
%20.88
%15.38

CMYK Percentages of Color #ae392a

%0
%67
%76
%32

Triadic Colors of #ae392a

#ae392a #2aae39 #392aae

Analogous Colors of #ae392a

#ae392a #ae7b2a #ae2a5d

Monochromatic Colors of #ae392a

#ae392a

Complementary Color

#ae392a #2a9fae

#ae392a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae392a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae392a Color CSS Codes

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

#ae392a Text Font Color

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

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


#ae392a Background Color

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

This div background color is #ae392a


#ae392a Border Color

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

This div border color is #ae392a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae392a


Comments

No comments written yet.

Please login to write comment.