Color Hex Logo

#aea48f Color Hex

#AEA48F
(174,164,143)
0 Favorites   0 Comments

Color spaces of #aea48f

RGB 174164143
HSL0.110.160.62
HSV41°18°68°
CMYK 0.000.060.18   0.32
XYZ35.688937.532831.3501
Yxy37.53280.34130.3589
Hunter Lab61.2640-3.228212.5449
CIE-Lab67.67490.050912.2014

#aea48f color RGB value is (174,164,143).

#aea48f hex color red value is 174, green value is 164 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aea48f hue: 0.11 , saturation: 0.16 and the lightness value of aea48f is 0.62.

The process color (four color CMYK) of #aea48f color hex is 0.00, 0.06, 0.18, 0.32. Web safe color of #aea48f is #999999. Color #aea48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 10001111
Octal 256 244 217
Decimal 174 164 143
Hex AE A4 8F

RGB Percentages of Color #aea48f

%36.17
%34.10
%29.73

CMYK Percentages of Color #aea48f

%0
%6
%18
%32

Triadic Colors of #aea48f

#aea48f #8faea4 #a48fae

Analogous Colors of #aea48f

#aea48f #a9ae8f #ae958f

Monochromatic Colors of #aea48f

#aea48f

Complementary Color

#aea48f #8f99ae

#aea48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea48f Color CSS Codes

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

#aea48f Text Font Color

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

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


#aea48f Background Color

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

This div background color is #aea48f


#aea48f Border Color

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

This div border color is #aea48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea48f


Comments

No comments written yet.

Please login to write comment.