Color Hex Logo

#aeaa8b Color Hex

#AEAA8B
(174,170,139)
0 Favorites   0 Comments

Color spaces of #aeaa8b

RGB 174170139
HSL0.150.180.61
HSV53°20°68°
CMYK 0.000.020.20   0.32
XYZ36.490539.612230.1488
Yxy39.61220.34340.3728
Hunter Lab62.9382-6.650715.6555
CIE-Lab69.1924-3.809716.5268

#aeaa8b color RGB value is (174,170,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10001011
Octal 256 252 213
Decimal 174 170 139
Hex AE AA 8B

RGB Percentages of Color #aeaa8b

%36.02
%35.20
%28.78

CMYK Percentages of Color #aeaa8b

%0
%2
%20
%32

Triadic Colors of #aeaa8b

#aeaa8b #8baeaa #aa8bae

Analogous Colors of #aeaa8b

#aeaa8b #a1ae8b #ae998b

Monochromatic Colors of #aeaa8b

#aeaa8b

Complementary Color

#aeaa8b #8b8fae

#aeaa8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa8b Color CSS Codes

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

#aeaa8b Text Font Color

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

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


#aeaa8b Background Color

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

This div background color is #aeaa8b


#aeaa8b Border Color

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

This div border color is #aeaa8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa8b


Comments

No comments written yet.

Please login to write comment.