Color Hex Logo

#aea18a Color Hex

#AEA18A
(174,161,138)
0 Favorites   0 Comments

Color spaces of #aea18a

RGB 174161138
HSL0.110.180.61
HSV38°21°68°
CMYK 0.000.070.21   0.32
XYZ34.787936.323429.2224
Yxy36.32340.34670.3620
Hunter Lab60.2689-2.438313.4405
CIE-Lab66.76630.905613.6929

#aea18a color RGB value is (174,161,138).

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

The process color (four color CMYK) of #aea18a color hex is 0.00, 0.07, 0.21, 0.32. Web safe color of #aea18a is #999999. Color #aea18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 10001010
Octal 256 241 212
Decimal 174 161 138
Hex AE A1 8A

RGB Percentages of Color #aea18a

%36.79
%34.04
%29.18

CMYK Percentages of Color #aea18a

%0
%7
%21
%32

Triadic Colors of #aea18a

#aea18a #8aaea1 #a18aae

Analogous Colors of #aea18a

#aea18a #a9ae8a #ae8f8a

Monochromatic Colors of #aea18a

#aea18a

Complementary Color

#aea18a #8a97ae

#aea18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea18a Color CSS Codes

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

#aea18a Text Font Color

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

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


#aea18a Background Color

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

This div background color is #aea18a


#aea18a Border Color

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

This div border color is #aea18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea18a


Comments

No comments written yet.

Please login to write comment.