Color Hex Logo

#aeaa8f Color Hex

#AEAA8F
(174,170,143)
0 Favorites   0 Comments

Color spaces of #aeaa8f

RGB 174170143
HSL0.150.160.62
HSV52°18°68°
CMYK 0.000.020.18   0.32
XYZ36.788239.731331.7166
Yxy39.73130.33990.3671
Hunter Lab63.0328-6.128314.2896
CIE-Lab69.2777-3.191814.4523

#aeaa8f color RGB value is (174,170,143).

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

The process color (four color CMYK) of #aeaa8f color hex is 0.00, 0.02, 0.18, 0.32. Web safe color of #aeaa8f is #999999. Color #aeaa8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10001111
Octal 256 252 217
Decimal 174 170 143
Hex AE AA 8F

RGB Percentages of Color #aeaa8f

%35.73
%34.91
%29.36

CMYK Percentages of Color #aeaa8f

%0
%2
%18
%32

Triadic Colors of #aeaa8f

#aeaa8f #8faeaa #aa8fae

Analogous Colors of #aeaa8f

#aeaa8f #a3ae8f #ae9b8f

Monochromatic Colors of #aeaa8f

#aeaa8f

Complementary Color

#aeaa8f #8f93ae

#aeaa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa8f Color CSS Codes

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

#aeaa8f Text Font Color

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

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


#aeaa8f Background Color

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

This div background color is #aeaa8f


#aeaa8f Border Color

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

This div border color is #aeaa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa8f


Comments

No comments written yet.

Please login to write comment.