Color Hex Logo

#ae786e Color Hex

#AE786E
(174,120,110)
0 Favorites   0 Comments

Color spaces of #ae786e

RGB 174120110
HSL0.030.280.56
HSV37°68°
CMYK 0.000.310.37   0.32
XYZ26.986523.557417.8765
Yxy23.55740.39440.3443
Hunter Lab48.536014.309912.1378
CIE-Lab55.641919.827814.0062

#ae786e color RGB value is (174,120,110).

#ae786e hex color red value is 174, green value is 120 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ae786e hue: 0.03 , saturation: 0.28 and the lightness value of ae786e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 01101110
Octal 256 170 156
Decimal 174 120 110
Hex AE 78 6E

RGB Percentages of Color #ae786e

%43.07
%29.70
%27.23

CMYK Percentages of Color #ae786e

%0
%31
%37
%32

Triadic Colors of #ae786e

#ae786e #6eae78 #786eae

Analogous Colors of #ae786e

#ae786e #ae986e #ae6e84

Monochromatic Colors of #ae786e

#ae786e

Complementary Color

#ae786e #6ea4ae

#ae786e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae786e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae786e Color CSS Codes

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

#ae786e Text Font Color

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

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


#ae786e Background Color

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

This div background color is #ae786e


#ae786e Border Color

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

This div border color is #ae786e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae786e


Comments

No comments written yet.

Please login to write comment.