Color Hex Logo

#aea44d Color Hex

#AEA44D
(174,164,77)
0 Favorites   0 Comments

Color spaces of #aea44d

RGB 17416477
HSL0.150.390.49
HSV54°56°68°
CMYK 0.000.060.56   0.32
XYZ32.070636.085412.2961
Yxy36.08540.39860.4485
Hunter Lab60.0711-9.827429.9136
CIE-Lab66.5851-7.879345.7165

#aea44d color RGB value is (174,164,77).

#aea44d hex color red value is 174, green value is 164 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aea44d hue: 0.15 , saturation: 0.39 and the lightness value of aea44d is 0.49.

The process color (four color CMYK) of #aea44d color hex is 0.00, 0.06, 0.56, 0.32. Web safe color of #aea44d is #999966. Color #aea44d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01001101
Octal 256 244 115
Decimal 174 164 77
Hex AE A4 4D

RGB Percentages of Color #aea44d

%41.93
%39.52
%18.55

CMYK Percentages of Color #aea44d

%0
%6
%56
%32

Triadic Colors of #aea44d

#aea44d #4daea4 #a44dae

Analogous Colors of #aea44d

#aea44d #88ae4d #ae744d

Monochromatic Colors of #aea44d

#aea44d

Complementary Color

#aea44d #4d57ae

#aea44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea44d Color CSS Codes

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

#aea44d Text Font Color

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

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


#aea44d Background Color

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

This div background color is #aea44d


#aea44d Border Color

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

This div border color is #aea44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea44d


Comments

No comments written yet.

Please login to write comment.