Color Hex Logo

#aea06a Color Hex

#AEA06A
(174,160,106)
0 Favorites   0 Comments

Color spaces of #aea06a

RGB 174160106
HSL0.130.300.55
HSV48°39°68°
CMYK 0.000.080.39   0.32
XYZ32.627935.180918.7066
Yxy35.18090.37710.4066
Hunter Lab59.3135-5.607122.8203
CIE-Lab65.8893-2.875230.0046

#aea06a color RGB value is (174,160,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 01101010
Octal 256 240 152
Decimal 174 160 106
Hex AE A0 6A

RGB Percentages of Color #aea06a

%39.55
%36.36
%24.09

CMYK Percentages of Color #aea06a

%0
%8
%39
%32

Triadic Colors of #aea06a

#aea06a #6aaea0 #a06aae

Analogous Colors of #aea06a

#aea06a #9aae6a #ae7e6a

Monochromatic Colors of #aea06a

#aea06a

Complementary Color

#aea06a #6a78ae

#aea06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea06a Color CSS Codes

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

#aea06a Text Font Color

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

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


#aea06a Background Color

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

This div background color is #aea06a


#aea06a Border Color

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

This div border color is #aea06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea06a


Comments

No comments written yet.

Please login to write comment.