Color Hex Logo

#aea59b Color Hex

#AEA59B
(174,165,155)
0 Favorites   0 Comments

Color spaces of #aea59b

RGB 174165155
HSL0.090.100.65
HSV32°11°68°
CMYK 0.000.050.11   0.32
XYZ36.827138.275536.4573
Yxy38.27550.33010.3431
Hunter Lab61.8672-2.01368.3684
CIE-Lab68.22321.48216.3329

#aea59b color RGB value is (174,165,155).

#aea59b hex color red value is 174, green value is 165 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aea59b hue: 0.09 , saturation: 0.10 and the lightness value of aea59b is 0.65.

The process color (four color CMYK) of #aea59b color hex is 0.00, 0.05, 0.11, 0.32. Web safe color of #aea59b is #999999. Color #aea59b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 10011011
Octal 256 245 233
Decimal 174 165 155
Hex AE A5 9B

RGB Percentages of Color #aea59b

%35.22
%33.40
%31.38

CMYK Percentages of Color #aea59b

%0
%5
%11
%32

Triadic Colors of #aea59b

#aea59b #9baea5 #a59bae

Analogous Colors of #aea59b

#aea59b #aeae9b #ae9c9b

Monochromatic Colors of #aea59b

#aea59b

Complementary Color

#aea59b #9ba4ae

#aea59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea59b Color CSS Codes

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

#aea59b Text Font Color

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

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


#aea59b Background Color

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

This div background color is #aea59b


#aea59b Border Color

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

This div border color is #aea59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea59b


Comments

No comments written yet.

Please login to write comment.