Color Hex Logo

#ae490e Color Hex

#AE490E
(174,73,14)
0 Favorites   0 Comments

Color spaces of #ae490e

RGB 1747314
HSL0.060.850.37
HSV22°92°68°
CMYK 0.000.580.92   0.32
XYZ19.917413.79552.0285
Yxy13.79550.55730.3860
Hunter Lab37.142330.720922.7615
CIE-Lab43.938238.630850.3223

#ae490e color RGB value is (174,73,14).

#ae490e hex color red value is 174, green value is 73 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ae490e hue: 0.06 , saturation: 0.85 and the lightness value of ae490e is 0.37.

The process color (four color CMYK) of #ae490e color hex is 0.00, 0.58, 0.92, 0.32. Web safe color of #ae490e is #993300. Color #ae490e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 00001110
Octal 256 111 16
Decimal 174 73 14
Hex AE 49 E

RGB Percentages of Color #ae490e

%66.67
%27.97
%5.36

CMYK Percentages of Color #ae490e

%0
%58
%92
%32

Triadic Colors of #ae490e

#ae490e #0eae49 #490eae

Analogous Colors of #ae490e

#ae490e #ae990e #ae0e23

Monochromatic Colors of #ae490e

#ae490e

Complementary Color

#ae490e #0e73ae

#ae490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae490e Color CSS Codes

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

#ae490e Text Font Color

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

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


#ae490e Background Color

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

This div background color is #ae490e


#ae490e Border Color

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

This div border color is #ae490e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae490e


Comments

No comments written yet.

Please login to write comment.