Color Hex Logo

#aeaa9b Color Hex

#AEAA9B
(174,170,155)
0 Favorites   0 Comments

Color spaces of #aeaa9b

RGB 174170155
HSL0.130.100.65
HSV47°11°68°
CMYK 0.000.020.11   0.32
XYZ37.746740.114736.7638
Yxy40.11470.32930.3500
Hunter Lab63.3362-4.45709.9201
CIE-Lab69.5511-1.23288.2344

#aeaa9b color RGB value is (174,170,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10011011
Octal 256 252 233
Decimal 174 170 155
Hex AE AA 9B

RGB Percentages of Color #aeaa9b

%34.87
%34.07
%31.06

CMYK Percentages of Color #aeaa9b

%0
%2
%11
%32

Triadic Colors of #aeaa9b

#aeaa9b #9baeaa #aa9bae

Analogous Colors of #aeaa9b

#aeaa9b #a9ae9b #aea19b

Monochromatic Colors of #aeaa9b

#aeaa9b

Complementary Color

#aeaa9b #9b9fae

#aeaa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa9b Color CSS Codes

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

#aeaa9b Text Font Color

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

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


#aeaa9b Background Color

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

This div background color is #aeaa9b


#aeaa9b Border Color

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

This div border color is #aeaa9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa9b


Comments

No comments written yet.

Please login to write comment.