Color Hex Logo

#aea580 Color Hex

#AEA580
(174,165,128)
0 Favorites   0 Comments

Color spaces of #aea580

RGB 174165128
HSL0.130.220.59
HSV48°26°68°
CMYK 0.000.050.26   0.32
XYZ34.807037.467525.8195
Yxy37.46750.35480.3820
Hunter Lab61.2107-5.616117.8382
CIE-Lab67.6263-2.735920.3913

#aea580 color RGB value is (174,165,128).

#aea580 hex color red value is 174, green value is 165 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aea580 hue: 0.13 , saturation: 0.22 and the lightness value of aea580 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 10000000
Octal 256 245 200
Decimal 174 165 128
Hex AE A5 80

RGB Percentages of Color #aea580

%37.26
%35.33
%27.41

CMYK Percentages of Color #aea580

%0
%5
%26
%32

Triadic Colors of #aea580

#aea580 #80aea5 #a580ae

Analogous Colors of #aea580

#aea580 #a0ae80 #ae8e80

Monochromatic Colors of #aea580

#aea580

Complementary Color

#aea580 #8089ae

#aea580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea580 Color CSS Codes

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

#aea580 Text Font Color

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

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


#aea580 Background Color

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

This div background color is #aea580


#aea580 Border Color

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

This div border color is #aea580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea580


Comments

No comments written yet.

Please login to write comment.