Color Hex Logo

#aea79a Color Hex

#AEA79A
(174,167,154)
0 Favorites   0 Comments

Color spaces of #aea79a

RGB 174167154
HSL0.110.110.64
HSV39°11°68°
CMYK 0.000.040.11   0.32
XYZ37.107038.969236.1379
Yxy38.96920.33070.3473
Hunter Lab62.4253-3.13999.3748
CIE-Lab68.72890.22327.6117

#aea79a color RGB value is (174,167,154).

#aea79a hex color red value is 174, green value is 167 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aea79a hue: 0.11 , saturation: 0.11 and the lightness value of aea79a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 10011010
Octal 256 247 232
Decimal 174 167 154
Hex AE A7 9A

RGB Percentages of Color #aea79a

%35.15
%33.74
%31.11

CMYK Percentages of Color #aea79a

%0
%4
%11
%32

Triadic Colors of #aea79a

#aea79a #9aaea7 #a79aae

Analogous Colors of #aea79a

#aea79a #abae9a #ae9d9a

Monochromatic Colors of #aea79a

#aea79a

Complementary Color

#aea79a #9aa1ae

#aea79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea79a Color CSS Codes

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

#aea79a Text Font Color

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

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


#aea79a Background Color

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

This div background color is #aea79a


#aea79a Border Color

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

This div border color is #aea79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea79a


Comments

No comments written yet.

Please login to write comment.