Color Hex Logo

#aeac6d Color Hex

#AEAC6D
(174,172,109)
0 Favorites   0 Comments

Color spaces of #aeac6d

RGB 174172109
HSL0.160.290.55
HSV58°37°68°
CMYK 0.000.010.37   0.32
XYZ34.968439.607820.2700
Yxy39.60780.36870.4176
Hunter Lab62.9347-10.955924.9582
CIE-Lab69.1893-8.920732.6793

#aeac6d color RGB value is (174,172,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01101101
Octal 256 254 155
Decimal 174 172 109
Hex AE AC 6D

RGB Percentages of Color #aeac6d

%38.24
%37.80
%23.96

CMYK Percentages of Color #aeac6d

%0
%1
%37
%32

Triadic Colors of #aeac6d

#aeac6d #6daeac #ac6dae

Analogous Colors of #aeac6d

#aeac6d #90ae6d #ae8c6d

Monochromatic Colors of #aeac6d

#aeac6d

Complementary Color

#aeac6d #6d6fae

#aeac6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac6d Color CSS Codes

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

#aeac6d Text Font Color

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

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


#aeac6d Background Color

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

This div background color is #aeac6d


#aeac6d Border Color

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

This div border color is #aeac6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac6d


Comments

No comments written yet.

Please login to write comment.