Color Hex Logo

#aea32e Color Hex

#AEA32E
(174,163,46)
0 Favorites   0 Comments

Color spaces of #aea32e

RGB 17416346
HSL0.150.580.43
HSV55°74°68°
CMYK 0.000.060.74   0.32
XYZ31.045935.39037.7795
Yxy35.39030.41830.4769
Hunter Lab59.4897-10.953333.8894
CIE-Lab66.0514-9.326358.4777

#aea32e color RGB value is (174,163,46).

#aea32e hex color red value is 174, green value is 163 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aea32e hue: 0.15 , saturation: 0.58 and the lightness value of aea32e is 0.43.

The process color (four color CMYK) of #aea32e color hex is 0.00, 0.06, 0.74, 0.32. Web safe color of #aea32e is #999933. Color #aea32e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00101110
Octal 256 243 56
Decimal 174 163 46
Hex AE A3 2E

RGB Percentages of Color #aea32e

%45.43
%42.56
%12.01

CMYK Percentages of Color #aea32e

%0
%6
%74
%32

Triadic Colors of #aea32e

#aea32e #2eaea3 #a32eae

Analogous Colors of #aea32e

#aea32e #79ae2e #ae632e

Monochromatic Colors of #aea32e

#aea32e

Complementary Color

#aea32e #2e39ae

#aea32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea32e Color CSS Codes

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

#aea32e Text Font Color

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

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


#aea32e Background Color

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

This div background color is #aea32e


#aea32e Border Color

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

This div border color is #aea32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea32e


Comments

No comments written yet.

Please login to write comment.