Color Hex Logo

#aea69f Color Hex

#AEA69F
(174,166,159)
0 Favorites   0 Comments

Color spaces of #aea69f

RGB 174166159
HSL0.080.080.65
HSV28°68°
CMYK 0.000.050.09   0.32
XYZ37.349838.774338.3165
Yxy38.77430.32640.3388
Hunter Lab62.2690-1.90407.1049
CIE-Lab68.58751.62844.6392

#aea69f color RGB value is (174,166,159).

#aea69f hex color red value is 174, green value is 166 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aea69f hue: 0.08 , saturation: 0.08 and the lightness value of aea69f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10011111
Octal 256 246 237
Decimal 174 166 159
Hex AE A6 9F

RGB Percentages of Color #aea69f

%34.87
%33.27
%31.86

CMYK Percentages of Color #aea69f

%0
%5
%9
%32

Triadic Colors of #aea69f

#aea69f #9faea6 #a69fae

Analogous Colors of #aea69f

#aea69f #aeae9f #ae9fa0

Monochromatic Colors of #aea69f

#aea69f

Complementary Color

#aea69f #9fa7ae

#aea69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea69f Color CSS Codes

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

#aea69f Text Font Color

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

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


#aea69f Background Color

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

This div background color is #aea69f


#aea69f Border Color

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

This div border color is #aea69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea69f


Comments

No comments written yet.

Please login to write comment.