Color Hex Logo

#ae785e Color Hex

#AE785E
(174,120,94)
0 Favorites   0 Comments

Color spaces of #ae785e

RGB 17412094
HSL0.050.330.53
HSV20°46°68°
CMYK 0.000.310.46   0.32
XYZ26.192423.239813.6949
Yxy23.23980.41490.3681
Hunter Lab48.207712.619916.9022
CIE-Lab55.318517.966322.7563

#ae785e color RGB value is (174,120,94).

#ae785e hex color red value is 174, green value is 120 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae785e hue: 0.05 , saturation: 0.33 and the lightness value of ae785e is 0.53.

The process color (four color CMYK) of #ae785e color hex is 0.00, 0.31, 0.46, 0.32. Web safe color of #ae785e is #996666. Color #ae785e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 01011110
Octal 256 170 136
Decimal 174 120 94
Hex AE 78 5E

RGB Percentages of Color #ae785e

%44.85
%30.93
%24.23

CMYK Percentages of Color #ae785e

%0
%31
%46
%32

Triadic Colors of #ae785e

#ae785e #5eae78 #785eae

Analogous Colors of #ae785e

#ae785e #aea05e #ae5e6c

Monochromatic Colors of #ae785e

#ae785e

Complementary Color

#ae785e #5e94ae

#ae785e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae785e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae785e Color CSS Codes

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

#ae785e Text Font Color

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

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


#ae785e Background Color

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

This div background color is #ae785e


#ae785e Border Color

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

This div border color is #ae785e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae785e


Comments

No comments written yet.

Please login to write comment.