Color Hex Logo

#ae727a Color Hex

#AE727A
(174,114,122)
0 Favorites   0 Comments

Color spaces of #ae727a

RGB 174114122
HSL0.980.270.56
HSV352°34°68°
CMYK 0.000.340.30   0.32
XYZ26.985722.438421.3211
Yxy22.43840.38140.3172
Hunter Lab47.369218.79346.4717
CIE-Lab54.489124.79365.3935

#ae727a color RGB value is (174,114,122).

#ae727a hex color red value is 174, green value is 114 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae727a hue: 0.98 , saturation: 0.27 and the lightness value of ae727a is 0.56.

The process color (four color CMYK) of #ae727a color hex is 0.00, 0.34, 0.30, 0.32. Web safe color of #ae727a is #996666. Color #ae727a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 01111010
Octal 256 162 172
Decimal 174 114 122
Hex AE 72 7A

RGB Percentages of Color #ae727a

%42.44
%27.80
%29.76

CMYK Percentages of Color #ae727a

%0
%34
%30
%32

Triadic Colors of #ae727a

#ae727a #7aae72 #727aae

Analogous Colors of #ae727a

#ae727a #ae8872 #ae7298

Monochromatic Colors of #ae727a

#ae727a

Complementary Color

#ae727a #72aea6

#ae727a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae727a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae727a Color CSS Codes

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

#ae727a Text Font Color

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

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


#ae727a Background Color

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

This div background color is #ae727a


#ae727a Border Color

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

This div border color is #ae727a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae727a


Comments

No comments written yet.

Please login to write comment.