Color Hex Logo

#ae161d Color Hex

#AE161D
(174,22,29)
0 Favorites   0 Comments

Color spaces of #ae161d

RGB 1742229
HSL0.990.780.38
HSV357°87°68°
CMYK 0.000.870.83   0.32
XYZ17.96429.66122.0804
Yxy9.66120.60470.3252
Hunter Lab31.082548.770217.7894
CIE-Lab37.227457.513038.3035

#ae161d color RGB value is (174,22,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010110 00011101
Octal 256 26 35
Decimal 174 22 29
Hex AE 16 1D

RGB Percentages of Color #ae161d

%77.33
%9.78
%12.89

CMYK Percentages of Color #ae161d

%0
%87
%83
%32

Triadic Colors of #ae161d

#ae161d #1dae16 #161dae

Analogous Colors of #ae161d

#ae161d #ae5b16 #ae1669

Monochromatic Colors of #ae161d

#ae161d

Complementary Color

#ae161d #16aea7

#ae161d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae161d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae161d Color CSS Codes

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

#ae161d Text Font Color

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

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


#ae161d Background Color

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

This div background color is #ae161d


#ae161d Border Color

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

This div border color is #ae161d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae161d


Comments

No comments written yet.

Please login to write comment.