Color Hex Logo

#aeac9b Color Hex

#AEAC9B
(174,172,155)
0 Favorites   0 Comments

Color spaces of #aeac9b

RGB 174172155
HSL0.150.100.65
HSV54°11°68°
CMYK 0.000.010.11   0.32
XYZ38.124540.870336.8897
Yxy40.87030.32900.3527
Hunter Lab63.9299-5.429110.5386
CIE-Lab70.0850-2.31168.9959

#aeac9b color RGB value is (174,172,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 10011011
Octal 256 254 233
Decimal 174 172 155
Hex AE AC 9B

RGB Percentages of Color #aeac9b

%34.73
%34.33
%30.94

CMYK Percentages of Color #aeac9b

%0
%1
%11
%32

Triadic Colors of #aeac9b

#aeac9b #9baeac #ac9bae

Analogous Colors of #aeac9b

#aeac9b #a7ae9b #aea39b

Monochromatic Colors of #aeac9b

#aeac9b

Complementary Color

#aeac9b #9b9dae

#aeac9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac9b Color CSS Codes

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

#aeac9b Text Font Color

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

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


#aeac9b Background Color

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

This div background color is #aeac9b


#aeac9b Border Color

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

This div border color is #aeac9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac9b


Comments

No comments written yet.

Please login to write comment.