Color Hex Logo

#aeaa5f Color Hex

#AEAA5F
(174,170,95)
0 Favorites   0 Comments

Color spaces of #aeaa5f

RGB 17417095
HSL0.160.330.53
HSV57°45°68°
CMYK 0.000.020.45   0.32
XYZ33.895838.574316.4856
Yxy38.57430.38100.4336
Hunter Lab62.1082-11.272327.7382
CIE-Lab68.4418-9.400038.9923

#aeaa5f color RGB value is (174,170,95).

#aeaa5f hex color red value is 174, green value is 170 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aeaa5f hue: 0.16 , saturation: 0.33 and the lightness value of aeaa5f is 0.53.

The process color (four color CMYK) of #aeaa5f color hex is 0.00, 0.02, 0.45, 0.32. Web safe color of #aeaa5f is #999966. Color #aeaa5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01011111
Octal 256 252 137
Decimal 174 170 95
Hex AE AA 5F

RGB Percentages of Color #aeaa5f

%39.64
%38.72
%21.64

CMYK Percentages of Color #aeaa5f

%0
%2
%45
%32

Triadic Colors of #aeaa5f

#aeaa5f #5faeaa #aa5fae

Analogous Colors of #aeaa5f

#aeaa5f #8bae5f #ae835f

Monochromatic Colors of #aeaa5f

#aeaa5f

Complementary Color

#aeaa5f #5f63ae

#aeaa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa5f Color CSS Codes

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

#aeaa5f Text Font Color

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

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


#aeaa5f Background Color

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

This div background color is #aeaa5f


#aeaa5f Border Color

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

This div border color is #aeaa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa5f


Comments

No comments written yet.

Please login to write comment.