Color Hex Logo

#aea08b Color Hex

#AEA08B
(174,160,139)
0 Favorites   0 Comments

Color spaces of #aea08b

RGB 174160139
HSL0.100.180.61
HSV36°20°68°
CMYK 0.000.080.20   0.32
XYZ34.686636.004429.5475
Yxy36.00440.34600.3592
Hunter Lab60.0037-1.820112.8065
CIE-Lab66.52331.605612.7973

#aea08b color RGB value is (174,160,139).

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

The process color (four color CMYK) of #aea08b color hex is 0.00, 0.08, 0.20, 0.32. Web safe color of #aea08b is #999999. Color #aea08b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 10001011
Octal 256 240 213
Decimal 174 160 139
Hex AE A0 8B

RGB Percentages of Color #aea08b

%36.79
%33.83
%29.39

CMYK Percentages of Color #aea08b

%0
%8
%20
%32

Triadic Colors of #aea08b

#aea08b #8baea0 #a08bae

Analogous Colors of #aea08b

#aea08b #abae8b #ae8f8b

Monochromatic Colors of #aea08b

#aea08b

Complementary Color

#aea08b #8b99ae

#aea08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea08b Color CSS Codes

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

#aea08b Text Font Color

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

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


#aea08b Background Color

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

This div background color is #aea08b


#aea08b Border Color

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

This div border color is #aea08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea08b


Comments

No comments written yet.

Please login to write comment.