Color Hex Logo

#ae171c Color Hex

#AE171C
(174,23,28)
0 Favorites   0 Comments

Color spaces of #ae171c

RGB 1742328
HSL0.990.770.39
HSV358°87°68°
CMYK 0.000.870.84   0.32
XYZ17.97169.69532.0228
Yxy9.69530.60530.3266
Hunter Lab31.137348.535217.9444
CIE-Lab37.289957.282838.9095

#ae171c color RGB value is (174,23,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 00011100
Octal 256 27 34
Decimal 174 23 28
Hex AE 17 1C

RGB Percentages of Color #ae171c

%77.33
%10.22
%12.44

CMYK Percentages of Color #ae171c

%0
%87
%84
%32

Triadic Colors of #ae171c

#ae171c #1cae17 #171cae

Analogous Colors of #ae171c

#ae171c #ae5e17 #ae1768

Monochromatic Colors of #ae171c

#ae171c

Complementary Color

#ae171c #17aea9

#ae171c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae171c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae171c Color CSS Codes

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

#ae171c Text Font Color

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

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


#ae171c Background Color

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

This div background color is #ae171c


#ae171c Border Color

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

This div border color is #ae171c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae171c


Comments

No comments written yet.

Please login to write comment.