Color Hex Logo

#ae936f Color Hex

#AE936F
(174,147,111)
0 Favorites   0 Comments

Color spaces of #ae936f

RGB 174147111
HSL0.100.280.56
HSV34°36°68°
CMYK 0.000.160.36   0.32
XYZ30.758531.013819.4040
Yxy31.01380.37890.3821
Hunter Lab55.69001.130918.3247
CIE-Lab62.51934.832522.8294

#ae936f color RGB value is (174,147,111).

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

The process color (four color CMYK) of #ae936f color hex is 0.00, 0.16, 0.36, 0.32. Web safe color of #ae936f is #999966. Color #ae936f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 01101111
Octal 256 223 157
Decimal 174 147 111
Hex AE 93 6F

RGB Percentages of Color #ae936f

%40.28
%34.03
%25.69

CMYK Percentages of Color #ae936f

%0
%16
%36
%32

Triadic Colors of #ae936f

#ae936f #6fae93 #936fae

Analogous Colors of #ae936f

#ae936f #aaae6f #ae746f

Monochromatic Colors of #ae936f

#ae936f

Complementary Color

#ae936f #6f8aae

#ae936f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae936f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae936f Color CSS Codes

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

#ae936f Text Font Color

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

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


#ae936f Background Color

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

This div background color is #ae936f


#ae936f Border Color

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

This div border color is #ae936f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae936f

#ae936f Color Palettes


Comments

No comments written yet.

Please login to write comment.