Color Hex Logo

#aea77e Color Hex

#AEA77E
(174,167,126)
0 Favorites   0 Comments

Color spaces of #aea77e

RGB 174167126
HSL0.140.230.59
HSV51°28°68°
CMYK 0.000.040.28   0.32
XYZ35.040238.142525.2541
Yxy38.14250.35600.3875
Hunter Lab61.7596-6.804818.9875
CIE-Lab68.1255-4.090522.1623

#aea77e color RGB value is (174,167,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 01111110
Octal 256 247 176
Decimal 174 167 126
Hex AE A7 7E

RGB Percentages of Color #aea77e

%37.26
%35.76
%26.98

CMYK Percentages of Color #aea77e

%0
%4
%28
%32

Triadic Colors of #aea77e

#aea77e #7eaea7 #a77eae

Analogous Colors of #aea77e

#aea77e #9dae7e #ae8f7e

Monochromatic Colors of #aea77e

#aea77e

Complementary Color

#aea77e #7e85ae

#aea77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea77e Color CSS Codes

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

#aea77e Text Font Color

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

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


#aea77e Background Color

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

This div background color is #aea77e


#aea77e Border Color

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

This div border color is #aea77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea77e

#aea77e Color Palettes


Comments

No comments written yet.

Please login to write comment.