Color Hex Logo

#ae162a Color Hex

#AE162A
(174,22,42)
0 Favorites   0 Comments

Color spaces of #ae162a

RGB 1742242
HSL0.980.780.38
HSV352°87°68°
CMYK 0.000.870.76   0.32
XYZ18.16049.73973.1133
Yxy9.73970.58560.3140
Hunter Lab31.208549.255315.9313
CIE-Lab37.371157.934230.8616

#ae162a color RGB value is (174,22,42).

#ae162a hex color red value is 174, green value is 22 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae162a hue: 0.98 , saturation: 0.78 and the lightness value of ae162a is 0.38.

The process color (four color CMYK) of #ae162a color hex is 0.00, 0.87, 0.76, 0.32. Web safe color of #ae162a is #990033. Color #ae162a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010110 00101010
Octal 256 26 52
Decimal 174 22 42
Hex AE 16 2A

RGB Percentages of Color #ae162a

%73.11
%9.24
%17.65

CMYK Percentages of Color #ae162a

%0
%87
%76
%32

Triadic Colors of #ae162a

#ae162a #2aae16 #162aae

Analogous Colors of #ae162a

#ae162a #ae4e16 #ae1676

Monochromatic Colors of #ae162a

#ae162a

Complementary Color

#ae162a #16ae9a

#ae162a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae162a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae162a Color CSS Codes

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

#ae162a Text Font Color

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

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


#ae162a Background Color

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

This div background color is #ae162a


#ae162a Border Color

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

This div border color is #ae162a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,22,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 #ae162a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae162a


Comments

No comments written yet.

Please login to write comment.