Color Hex Logo

#ae492e Color Hex

#AE492E
(174,73,46)
0 Favorites   0 Comments

Color spaces of #ae492e

RGB 1747346
HSL0.040.580.43
HSV13°74°68°
CMYK 0.000.580.74   0.32
XYZ20.331213.96104.2079
Yxy13.96100.52810.3626
Hunter Lab37.364431.739919.4780
CIE-Lab44.176939.644436.1349

#ae492e color RGB value is (174,73,46).

#ae492e hex color red value is 174, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ae492e hue: 0.04 , saturation: 0.58 and the lightness value of ae492e is 0.43.

The process color (four color CMYK) of #ae492e color hex is 0.00, 0.58, 0.74, 0.32. Web safe color of #ae492e is #993333. Color #ae492e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 00101110
Octal 256 111 56
Decimal 174 73 46
Hex AE 49 2E

RGB Percentages of Color #ae492e

%59.39
%24.91
%15.70

CMYK Percentages of Color #ae492e

%0
%58
%74
%32

Triadic Colors of #ae492e

#ae492e #2eae49 #492eae

Analogous Colors of #ae492e

#ae492e #ae892e #ae2e53

Monochromatic Colors of #ae492e

#ae492e

Complementary Color

#ae492e #2e93ae

#ae492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae492e Color CSS Codes

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

#ae492e Text Font Color

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

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


#ae492e Background Color

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

This div background color is #ae492e


#ae492e Border Color

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

This div border color is #ae492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae492e


Comments

No comments written yet.

Please login to write comment.