Color Hex Logo

#aeac6c Color Hex

#AEAC6C
(174,172,108)
0 Favorites   0 Comments

Color spaces of #aeac6c

RGB 174172108
HSL0.160.290.55
HSV58°38°68°
CMYK 0.000.010.38   0.32
XYZ34.914939.586419.9881
Yxy39.58640.36950.4190
Hunter Lab62.9177-11.051125.2068
CIE-Lab69.1739-9.037433.1847

#aeac6c color RGB value is (174,172,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01101100
Octal 256 254 154
Decimal 174 172 108
Hex AE AC 6C

RGB Percentages of Color #aeac6c

%38.33
%37.89
%23.79

CMYK Percentages of Color #aeac6c

%0
%1
%38
%32

Triadic Colors of #aeac6c

#aeac6c #6caeac #ac6cae

Analogous Colors of #aeac6c

#aeac6c #8fae6c #ae8b6c

Monochromatic Colors of #aeac6c

#aeac6c

Complementary Color

#aeac6c #6c6eae

#aeac6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac6c Color CSS Codes

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

#aeac6c Text Font Color

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

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


#aeac6c Background Color

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

This div background color is #aeac6c


#aeac6c Border Color

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

This div border color is #aeac6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac6c


Comments

No comments written yet.

Please login to write comment.