Color Hex Logo

#aea32d Color Hex

#AEA32D
(174,163,45)
0 Favorites   0 Comments

Color spaces of #aea32d

RGB 17416345
HSL0.150.590.43
HSV55°74°68°
CMYK 0.000.060.74   0.32
XYZ31.026435.38257.6769
Yxy35.38250.41880.4776
Hunter Lab59.4832-10.990133.9863
CIE-Lab66.0454-9.372558.8337

#aea32d color RGB value is (174,163,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00101101
Octal 256 243 55
Decimal 174 163 45
Hex AE A3 2D

RGB Percentages of Color #aea32d

%45.55
%42.67
%11.78

CMYK Percentages of Color #aea32d

%0
%6
%74
%32

Triadic Colors of #aea32d

#aea32d #2daea3 #a32dae

Analogous Colors of #aea32d

#aea32d #79ae2d #ae622d

Monochromatic Colors of #aea32d

#aea32d

Complementary Color

#aea32d #2d38ae

#aea32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea32d Color CSS Codes

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

#aea32d Text Font Color

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

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


#aea32d Background Color

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

This div background color is #aea32d


#aea32d Border Color

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

This div border color is #aea32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea32d


Comments

No comments written yet.

Please login to write comment.