Color Hex Logo

#aea441 Color Hex

#AEA441
(174,164,65)
0 Favorites   0 Comments

Color spaces of #aea441

RGB 17416465
HSL0.150.460.47
HSV54°63°68°
CMYK 0.000.060.63   0.32
XYZ31.685235.931210.2665
Yxy35.93120.40680.4613
Hunter Lab59.9426-10.545931.8051
CIE-Lab66.4673-8.771551.1551

#aea441 color RGB value is (174,164,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01000001
Octal 256 244 101
Decimal 174 164 65
Hex AE A4 41

RGB Percentages of Color #aea441

%43.18
%40.69
%16.13

CMYK Percentages of Color #aea441

%0
%6
%63
%32

Triadic Colors of #aea441

#aea441 #41aea4 #a441ae

Analogous Colors of #aea441

#aea441 #82ae41 #ae6e41

Monochromatic Colors of #aea441

#aea441

Complementary Color

#aea441 #414bae

#aea441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea441 Color CSS Codes

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

#aea441 Text Font Color

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

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


#aea441 Background Color

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

This div background color is #aea441


#aea441 Border Color

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

This div border color is #aea441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea441


Comments

No comments written yet.

Please login to write comment.