Color Hex Logo

#aea06b Color Hex

#AEA06B
(174,160,107)
0 Favorites   0 Comments

Color spaces of #aea06b

RGB 174160107
HSL0.130.290.55
HSV47°39°68°
CMYK 0.000.080.39   0.32
XYZ32.680235.201818.9821
Yxy35.20180.37620.4053
Hunter Lab59.3311-5.509722.5628
CIE-Lab65.9055-2.758129.4894

#aea06b color RGB value is (174,160,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 01101011
Octal 256 240 153
Decimal 174 160 107
Hex AE A0 6B

RGB Percentages of Color #aea06b

%39.46
%36.28
%24.26

CMYK Percentages of Color #aea06b

%0
%8
%39
%32

Triadic Colors of #aea06b

#aea06b #6baea0 #a06bae

Analogous Colors of #aea06b

#aea06b #9bae6b #ae7f6b

Monochromatic Colors of #aea06b

#aea06b

Complementary Color

#aea06b #6b79ae

#aea06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea06b Color CSS Codes

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

#aea06b Text Font Color

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

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


#aea06b Background Color

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

This div background color is #aea06b


#aea06b Border Color

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

This div border color is #aea06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea06b


Comments

No comments written yet.

Please login to write comment.