Color Hex Logo

#ae747a Color Hex

#AE747A
(174,116,122)
0 Favorites   0 Comments

Color spaces of #ae747a

RGB 174116122
HSL0.980.260.57
HSV354°33°68°
CMYK 0.000.330.30   0.32
XYZ27.213822.894621.3971
Yxy22.89460.38060.3202
Hunter Lab47.848317.78766.9801
CIE-Lab54.963623.67166.0737

#ae747a color RGB value is (174,116,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 01111010
Octal 256 164 172
Decimal 174 116 122
Hex AE 74 7A

RGB Percentages of Color #ae747a

%42.23
%28.16
%29.61

CMYK Percentages of Color #ae747a

%0
%33
%30
%32

Triadic Colors of #ae747a

#ae747a #7aae74 #747aae

Analogous Colors of #ae747a

#ae747a #ae8b74 #ae7497

Monochromatic Colors of #ae747a

#ae747a

Complementary Color

#ae747a #74aea8

#ae747a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae747a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae747a Color CSS Codes

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

#ae747a Text Font Color

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

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


#ae747a Background Color

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

This div background color is #ae747a


#ae747a Border Color

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

This div border color is #ae747a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,116,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 #ae747a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae747a


Comments

No comments written yet.

Please login to write comment.