Color Hex Logo

#ae172a Color Hex

#AE172A
(174,23,42)
0 Favorites   0 Comments

Color spaces of #ae172a

RGB 1742342
HSL0.980.770.39
HSV352°87°68°
CMYK 0.000.870.76   0.32
XYZ18.17999.77863.1198
Yxy9.77860.58500.3146
Hunter Lab31.270849.050915.9743
CIE-Lab37.442157.731430.9414

#ae172a color RGB value is (174,23,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 00101010
Octal 256 27 52
Decimal 174 23 42
Hex AE 17 2A

RGB Percentages of Color #ae172a

%72.80
%9.62
%17.57

CMYK Percentages of Color #ae172a

%0
%87
%76
%32

Triadic Colors of #ae172a

#ae172a #2aae17 #172aae

Analogous Colors of #ae172a

#ae172a #ae5017 #ae1776

Monochromatic Colors of #ae172a

#ae172a

Complementary Color

#ae172a #17ae9b

#ae172a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae172a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae172a Color CSS Codes

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

#ae172a Text Font Color

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

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


#ae172a Background Color

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

This div background color is #ae172a


#ae172a Border Color

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

This div border color is #ae172a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae172a


Comments

No comments written yet.

Please login to write comment.