Color Hex Logo

#aea76a Color Hex

#AEA76A
(174,167,106)
0 Favorites   0 Comments

Color spaces of #aea76a

RGB 174167106
HSL0.150.300.55
HSV54°39°68°
CMYK 0.000.040.39   0.32
XYZ33.875837.676719.1226
Yxy37.67670.37360.4155
Hunter Lab61.3813-8.904924.4959
CIE-Lab67.7817-6.624432.4492

#aea76a color RGB value is (174,167,106).

#aea76a hex color red value is 174, green value is 167 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aea76a hue: 0.15 , saturation: 0.30 and the lightness value of aea76a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 01101010
Octal 256 247 152
Decimal 174 167 106
Hex AE A7 6A

RGB Percentages of Color #aea76a

%38.93
%37.36
%23.71

CMYK Percentages of Color #aea76a

%0
%4
%39
%32

Triadic Colors of #aea76a

#aea76a #6aaea7 #a76aae

Analogous Colors of #aea76a

#aea76a #93ae6a #ae856a

Monochromatic Colors of #aea76a

#aea76a

Complementary Color

#aea76a #6a71ae

#aea76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea76a Color CSS Codes

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

#aea76a Text Font Color

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

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


#aea76a Background Color

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

This div background color is #aea76a


#aea76a Border Color

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

This div border color is #aea76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea76a


Comments

No comments written yet.

Please login to write comment.