Color Hex Logo

#ae986e Color Hex

#AE986E
(174,152,110)
0 Favorites   0 Comments

Color spaces of #ae986e

RGB 174152110
HSL0.110.280.56
HSV39°37°68°
CMYK 0.000.130.37   0.32
XYZ31.498332.580919.3805
Yxy32.58090.37740.3904
Hunter Lab57.0797-1.387719.8248
CIE-Lab63.82011.955925.1177

#ae986e color RGB value is (174,152,110).

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

The process color (four color CMYK) of #ae986e color hex is 0.00, 0.13, 0.37, 0.32. Web safe color of #ae986e is #999966. Color #ae986e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 01101110
Octal 256 230 156
Decimal 174 152 110
Hex AE 98 6E

RGB Percentages of Color #ae986e

%39.91
%34.86
%25.23

CMYK Percentages of Color #ae986e

%0
%13
%37
%32

Triadic Colors of #ae986e

#ae986e #6eae98 #986eae

Analogous Colors of #ae986e

#ae986e #a4ae6e #ae786e

Monochromatic Colors of #ae986e

#ae986e

Complementary Color

#ae986e #6e84ae

#ae986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae986e Color CSS Codes

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

#ae986e Text Font Color

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

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


#ae986e Background Color

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

This div background color is #ae986e


#ae986e Border Color

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

This div border color is #ae986e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae986e


Comments

No comments written yet.

Please login to write comment.