color codes Logo

#ae624f color codes

#AE624F
(174,98,79)
0 Favorites   0 Comments

Color spaces of #ae624f

RGB 1749879
HSL0.030.380.50
HSV12°55°68°
CMYK 0.000.440.55   0.32
XYZ23.234518.29859.7045
Yxy18.29850.45350.3571
Hunter Lab42.776722.094316.4930
CIE-Lab49.856228.770324.2075

#ae624f color RGB value is (174,98,79).

#ae624f hex color red value is 174, green value is 98 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ae624f hue: 0.03 , saturation: 0.38 and the lightness value of ae624f is 0.50.

The process color (four color CMYK) of #ae624f color code is 0.00, 0.44, 0.55, 0.32. Web safe color of #ae624f is #996666. Color #ae624f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 01001111
Octal 256 142 117
Decimal 174 98 79
Hex AE 62 4F

RGB Percentages of Color #ae624f

%49.57
%27.92
%22.51

CMYK Percentages of Color #ae624f

%0
%44
%55
%32

Triadic Colors of #ae624f

#ae624f #4fae62 #624fae

Analogous Colors of #ae624f

#ae624f #ae924f #ae4f6c

Monochromatic Colors of #ae624f

#ae624f

Complementary Color

#ae624f #4f9bae

#ae624f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae624f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae624f Color CSS Codes

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

#ae624f Text Font Color

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

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


#ae624f Background Color

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

This div background color is #ae624f


#ae624f Border Color

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

This div border color is #ae624f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae624f


Comments

No comments written yet.

Please login to write comment.