Color Hex Logo

#ae624a Color Hex

#AE624A
(174,98,74)
0 Favorites   0 Comments

Color spaces of #ae624a

RGB 1749874
HSL0.040.400.49
HSV14°57°68°
CMYK 0.000.440.57   0.32
XYZ23.059318.22848.7817
Yxy18.22840.46050.3641
Hunter Lab42.694721.691617.6912
CIE-Lab49.772028.345526.9889

#ae624a color RGB value is (174,98,74).

#ae624a hex color red value is 174, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ae624a hue: 0.04 , saturation: 0.40 and the lightness value of ae624a is 0.49.

The process color (four color CMYK) of #ae624a color hex is 0.00, 0.44, 0.57, 0.32. Web safe color of #ae624a is #996633. Color #ae624a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 01001010
Octal 256 142 112
Decimal 174 98 74
Hex AE 62 4A

RGB Percentages of Color #ae624a

%50.29
%28.32
%21.39

CMYK Percentages of Color #ae624a

%0
%44
%57
%32

Triadic Colors of #ae624a

#ae624a #4aae62 #624aae

Analogous Colors of #ae624a

#ae624a #ae944a #ae4a64

Monochromatic Colors of #ae624a

#ae624a

Complementary Color

#ae624a #4a96ae

#ae624a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae624a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae624a Color CSS Codes

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

#ae624a Text Font Color

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

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


#ae624a Background Color

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

This div background color is #ae624a


#ae624a Border Color

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

This div border color is #ae624a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae624a

#ae624a Color Palettes


Comments

No comments written yet.

Please login to write comment.