Color Hex Logo

#aea06c Color Hex

#AEA06C
(174,160,108)
0 Favorites   0 Comments

Color spaces of #aea06c

RGB 174160108
HSL0.130.290.55
HSV47°38°68°
CMYK 0.000.080.38   0.32
XYZ32.733135.223019.2609
Yxy35.22300.37530.4039
Hunter Lab59.3490-5.411522.3025
CIE-Lab65.9219-2.640028.9734

#aea06c color RGB value is (174,160,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 01101100
Octal 256 240 154
Decimal 174 160 108
Hex AE A0 6C

RGB Percentages of Color #aea06c

%39.37
%36.20
%24.43

CMYK Percentages of Color #aea06c

%0
%8
%38
%32

Triadic Colors of #aea06c

#aea06c #6caea0 #a06cae

Analogous Colors of #aea06c

#aea06c #9bae6c #ae7f6c

Monochromatic Colors of #aea06c

#aea06c

Complementary Color

#aea06c #6c7aae

#aea06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea06c Color CSS Codes

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

#aea06c Text Font Color

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

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


#aea06c Background Color

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

This div background color is #aea06c


#aea06c Border Color

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

This div border color is #aea06c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,160,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 #aea06c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea06c


Comments

No comments written yet.

Please login to write comment.