Color Hex Logo

#aea79e Color Hex

#AEA79E
(174,167,158)
0 Favorites   0 Comments

Color spaces of #aea79e

RGB 174167158
HSL0.090.090.65
HSV34°68°
CMYK 0.000.040.09   0.32
XYZ37.445839.104737.9221
Yxy39.10470.32710.3416
Hunter Lab62.5338-2.54667.8186
CIE-Lab68.82700.90925.5384

#aea79e color RGB value is (174,167,158).

#aea79e hex color red value is 174, green value is 167 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aea79e hue: 0.09 , saturation: 0.09 and the lightness value of aea79e is 0.65.

The process color (four color CMYK) of #aea79e color hex is 0.00, 0.04, 0.09, 0.32. Web safe color of #aea79e is #999999. Color #aea79e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 10011110
Octal 256 247 236
Decimal 174 167 158
Hex AE A7 9E

RGB Percentages of Color #aea79e

%34.87
%33.47
%31.66

CMYK Percentages of Color #aea79e

%0
%4
%9
%32

Triadic Colors of #aea79e

#aea79e #9eaea7 #a79eae

Analogous Colors of #aea79e

#aea79e #adae9e #ae9f9e

Monochromatic Colors of #aea79e

#aea79e

Complementary Color

#aea79e #9ea5ae

#aea79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea79e Color CSS Codes

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

#aea79e Text Font Color

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

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


#aea79e Background Color

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

This div background color is #aea79e


#aea79e Border Color

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

This div border color is #aea79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea79e


Comments

No comments written yet.

Please login to write comment.