Color Hex Logo

#aea16c Color Hex

#AEA16C
(174,161,108)
0 Favorites   0 Comments

Color spaces of #aea16c

RGB 174161108
HSL0.130.290.55
HSV48°38°68°
CMYK 0.000.070.38   0.32
XYZ32.907235.571119.3189
Yxy35.57110.37480.4052
Hunter Lab59.6415-5.885322.5440
CIE-Lab66.1909-3.179229.3246

#aea16c color RGB value is (174,161,108).

#aea16c hex color red value is 174, green value is 161 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aea16c hue: 0.13 , saturation: 0.29 and the lightness value of aea16c is 0.55.

The process color (four color CMYK) of #aea16c color hex is 0.00, 0.07, 0.38, 0.32. Web safe color of #aea16c is #999966. Color #aea16c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01101100
Octal 256 241 154
Decimal 174 161 108
Hex AE A1 6C

RGB Percentages of Color #aea16c

%39.28
%36.34
%24.38

CMYK Percentages of Color #aea16c

%0
%7
%38
%32

Triadic Colors of #aea16c

#aea16c #6caea1 #a16cae

Analogous Colors of #aea16c

#aea16c #9aae6c #ae806c

Monochromatic Colors of #aea16c

#aea16c

Complementary Color

#aea16c #6c79ae

#aea16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea16c Color CSS Codes

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

#aea16c Text Font Color

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

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


#aea16c Background Color

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

This div background color is #aea16c


#aea16c Border Color

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

This div border color is #aea16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea16c


Comments

No comments written yet.

Please login to write comment.