Color Hex Logo

#ae9987 Color Hex

#AE9987
(174,153,135)
0 Favorites   0 Comments

Color spaces of #ae9987

RGB 174153135
HSL0.080.190.61
HSV28°22°68°
CMYK 0.000.120.22   0.32
XYZ33.220033.530427.6428
Yxy33.53040.35190.3552
Hunter Lab57.90541.069812.2300
CIE-Lab64.58814.838412.3051

#ae9987 color RGB value is (174,153,135).

#ae9987 hex color red value is 174, green value is 153 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ae9987 hue: 0.08 , saturation: 0.19 and the lightness value of ae9987 is 0.61.

The process color (four color CMYK) of #ae9987 color hex is 0.00, 0.12, 0.22, 0.32. Web safe color of #ae9987 is #999999. Color #ae9987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 10000111
Octal 256 231 207
Decimal 174 153 135
Hex AE 99 87

RGB Percentages of Color #ae9987

%37.66
%33.12
%29.22

CMYK Percentages of Color #ae9987

%0
%12
%22
%32

Triadic Colors of #ae9987

#ae9987 #87ae99 #9987ae

Analogous Colors of #ae9987

#ae9987 #aead87 #ae8789

Monochromatic Colors of #ae9987

#ae9987

Complementary Color

#ae9987 #879cae

#ae9987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9987 Color CSS Codes

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

#ae9987 Text Font Color

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

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


#ae9987 Background Color

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

This div background color is #ae9987


#ae9987 Border Color

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

This div border color is #ae9987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9987


Comments

No comments written yet.

Please login to write comment.