Color Hex Logo

#aea69a Color Hex

#AEA69A
(174,166,154)
0 Favorites   0 Comments

Color spaces of #aea69a

RGB 174166154
HSL0.100.110.64
HSV36°11°68°
CMYK 0.000.050.11   0.32
XYZ36.924538.604236.0771
Yxy38.60420.33080.3459
Hunter Lab62.1323-2.65109.0659
CIE-Lab68.46360.76697.2318

#aea69a color RGB value is (174,166,154).

#aea69a hex color red value is 174, green value is 166 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aea69a hue: 0.10 , saturation: 0.11 and the lightness value of aea69a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10011010
Octal 256 246 232
Decimal 174 166 154
Hex AE A6 9A

RGB Percentages of Color #aea69a

%35.22
%33.60
%31.17

CMYK Percentages of Color #aea69a

%0
%5
%11
%32

Triadic Colors of #aea69a

#aea69a #9aaea6 #a69aae

Analogous Colors of #aea69a

#aea69a #acae9a #ae9c9a

Monochromatic Colors of #aea69a

#aea69a

Complementary Color

#aea69a #9aa2ae

#aea69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea69a Color CSS Codes

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

#aea69a Text Font Color

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

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


#aea69a Background Color

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

This div background color is #aea69a


#aea69a Border Color

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

This div border color is #aea69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea69a


Comments

No comments written yet.

Please login to write comment.