Color Hex Logo

#aea18d Color Hex

#AEA18D
(174,161,141)
0 Favorites   0 Comments

Color spaces of #aea18d

RGB 174161141
HSL0.100.170.62
HSV36°19°68°
CMYK 0.000.070.19   0.32
XYZ35.008136.411530.3823
Yxy36.41150.34390.3577
Hunter Lab60.3419-2.039512.3867
CIE-Lab66.83321.370512.1234

#aea18d color RGB value is (174,161,141).

#aea18d hex color red value is 174, green value is 161 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aea18d hue: 0.10 , saturation: 0.17 and the lightness value of aea18d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 10001101
Octal 256 241 215
Decimal 174 161 141
Hex AE A1 8D

RGB Percentages of Color #aea18d

%36.55
%33.82
%29.62

CMYK Percentages of Color #aea18d

%0
%7
%19
%32

Triadic Colors of #aea18d

#aea18d #8daea1 #a18dae

Analogous Colors of #aea18d

#aea18d #abae8d #ae918d

Monochromatic Colors of #aea18d

#aea18d

Complementary Color

#aea18d #8d9aae

#aea18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea18d Color CSS Codes

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

#aea18d Text Font Color

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

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


#aea18d Background Color

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

This div background color is #aea18d


#aea18d Border Color

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

This div border color is #aea18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea18d


Comments

No comments written yet.

Please login to write comment.