Color Hex Logo

#aea485 Color Hex

#AEA485
(174,164,133)
0 Favorites   0 Comments

Color spaces of #aea485

RGB 174164133
HSL0.130.200.60
HSV45°24°68°
CMYK 0.000.060.24   0.32
XYZ34.964737.243027.5361
Yxy37.24300.35050.3734
Hunter Lab61.0270-4.527915.9666
CIE-Lab67.4589-1.475017.4180

#aea485 color RGB value is (174,164,133).

#aea485 hex color red value is 174, green value is 164 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aea485 hue: 0.13 , saturation: 0.20 and the lightness value of aea485 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 10000101
Octal 256 244 205
Decimal 174 164 133
Hex AE A4 85

RGB Percentages of Color #aea485

%36.94
%34.82
%28.24

CMYK Percentages of Color #aea485

%0
%6
%24
%32

Triadic Colors of #aea485

#aea485 #85aea4 #a485ae

Analogous Colors of #aea485

#aea485 #a4ae85 #ae9085

Monochromatic Colors of #aea485

#aea485

Complementary Color

#aea485 #858fae

#aea485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea485 Color CSS Codes

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

#aea485 Text Font Color

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

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


#aea485 Background Color

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

This div background color is #aea485


#aea485 Border Color

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

This div border color is #aea485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea485


Comments

No comments written yet.

Please login to write comment.