Color Hex Logo

#aea32a Color Hex

#AEA32A
(174,163,42)
0 Favorites   0 Comments

Color spaces of #aea32a

RGB 17416342
HSL0.150.610.42
HSV55°76°68°
CMYK 0.000.060.76   0.32
XYZ30.970735.36027.3834
Yxy35.36020.42010.4797
Hunter Lab59.4644-11.095134.2634
CIE-Lab66.0281-9.504359.8707

#aea32a color RGB value is (174,163,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00101010
Octal 256 243 52
Decimal 174 163 42
Hex AE A3 2A

RGB Percentages of Color #aea32a

%45.91
%43.01
%11.08

CMYK Percentages of Color #aea32a

%0
%6
%76
%32

Triadic Colors of #aea32a

#aea32a #2aaea3 #a32aae

Analogous Colors of #aea32a

#aea32a #77ae2a #ae612a

Monochromatic Colors of #aea32a

#aea32a

Complementary Color

#aea32a #2a35ae

#aea32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea32a Color CSS Codes

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

#aea32a Text Font Color

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

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


#aea32a Background Color

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

This div background color is #aea32a


#aea32a Border Color

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

This div border color is #aea32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea32a


Comments

No comments written yet.

Please login to write comment.