Color Hex Logo

#aeac79 Color Hex

#AEAC79
(174,172,121)
0 Favorites   0 Comments

Color spaces of #aeac79

RGB 174172121
HSL0.160.250.58
HSV58°30°68°
CMYK 0.000.010.30   0.32
XYZ35.659339.884223.9081
Yxy39.88420.35860.4010
Hunter Lab63.1539-9.731021.7624
CIE-Lab69.3870-7.428726.5603

#aeac79 color RGB value is (174,172,121).

#aeac79 hex color red value is 174, green value is 172 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aeac79 hue: 0.16 , saturation: 0.25 and the lightness value of aeac79 is 0.58.

The process color (four color CMYK) of #aeac79 color hex is 0.00, 0.01, 0.30, 0.32. Web safe color of #aeac79 is #999966. Color #aeac79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01111001
Octal 256 254 171
Decimal 174 172 121
Hex AE AC 79

RGB Percentages of Color #aeac79

%37.26
%36.83
%25.91

CMYK Percentages of Color #aeac79

%0
%1
%30
%32

Triadic Colors of #aeac79

#aeac79 #79aeac #ac79ae

Analogous Colors of #aeac79

#aeac79 #96ae79 #ae9279

Monochromatic Colors of #aeac79

#aeac79

Complementary Color

#aeac79 #797bae

#aeac79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac79 Color CSS Codes

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

#aeac79 Text Font Color

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

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


#aeac79 Background Color

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

This div background color is #aeac79


#aeac79 Border Color

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

This div border color is #aeac79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac79


Comments

No comments written yet.

Please login to write comment.