Color Hex Logo

#aea86a Color Hex

#AEA86A
(174,168,106)
0 Favorites   0 Comments

Color spaces of #aea86a

RGB 174168106
HSL0.150.300.55
HSV55°39°68°
CMYK 0.000.030.39   0.32
XYZ34.059738.044519.1839
Yxy38.04450.37310.4168
Hunter Lab61.6802-9.373024.7357
CIE-Lab68.0534-7.155432.7981

#aea86a color RGB value is (174,168,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 01101010
Octal 256 250 152
Decimal 174 168 106
Hex AE A8 6A

RGB Percentages of Color #aea86a

%38.84
%37.50
%23.66

CMYK Percentages of Color #aea86a

%0
%3
%39
%32

Triadic Colors of #aea86a

#aea86a #6aaea8 #a86aae

Analogous Colors of #aea86a

#aea86a #92ae6a #ae866a

Monochromatic Colors of #aea86a

#aea86a

Complementary Color

#aea86a #6a70ae

#aea86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea86a Color CSS Codes

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

#aea86a Text Font Color

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

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


#aea86a Background Color

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

This div background color is #aea86a


#aea86a Border Color

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

This div border color is #aea86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea86a


Comments

No comments written yet.

Please login to write comment.