Color Hex Logo

#ae997e Color Hex

#AE997E
(174,153,126)
0 Favorites   0 Comments

Color spaces of #ae997e

RGB 174153126
HSL0.090.230.59
HSV34°28°68°
CMYK 0.000.120.28   0.32
XYZ32.612733.287524.4449
Yxy33.28750.36100.3684
Hunter Lab57.6953-0.068415.2662
CIE-Lab64.39303.519817.0537

#ae997e color RGB value is (174,153,126).

#ae997e hex color red value is 174, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ae997e hue: 0.09 , saturation: 0.23 and the lightness value of ae997e is 0.59.

The process color (four color CMYK) of #ae997e color hex is 0.00, 0.12, 0.28, 0.32. Web safe color of #ae997e is #999966. Color #ae997e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 01111110
Octal 256 231 176
Decimal 174 153 126
Hex AE 99 7E

RGB Percentages of Color #ae997e

%38.41
%33.77
%27.81

CMYK Percentages of Color #ae997e

%0
%12
%28
%32

Triadic Colors of #ae997e

#ae997e #7eae99 #997eae

Analogous Colors of #ae997e

#ae997e #abae7e #ae817e

Monochromatic Colors of #ae997e

#ae997e

Complementary Color

#ae997e #7e93ae

#ae997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae997e Color CSS Codes

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

#ae997e Text Font Color

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

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


#ae997e Background Color

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

This div background color is #ae997e


#ae997e Border Color

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

This div border color is #ae997e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae997e


Comments

No comments written yet.

Please login to write comment.