Color Hex Logo

#aeac3c Color Hex

#AEAC3C
(174,172,60)
0 Favorites   0 Comments

Color spaces of #aeac3c

RGB 17417260
HSL0.160.490.46
HSV59°66°68°
CMYK 0.000.010.66   0.32
XYZ33.023738.830010.0294
Yxy38.83000.40330.4742
Hunter Lab62.3137-14.451434.0769
CIE-Lab68.6279-13.269955.5866

#aeac3c color RGB value is (174,172,60).

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

The process color (four color CMYK) of #aeac3c color hex is 0.00, 0.01, 0.66, 0.32. Web safe color of #aeac3c is #999933. Color #aeac3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 00111100
Octal 256 254 74
Decimal 174 172 60
Hex AE AC 3C

RGB Percentages of Color #aeac3c

%42.86
%42.36
%14.78

CMYK Percentages of Color #aeac3c

%0
%1
%66
%32

Triadic Colors of #aeac3c

#aeac3c #3caeac #ac3cae

Analogous Colors of #aeac3c

#aeac3c #77ae3c #ae733c

Monochromatic Colors of #aeac3c

#aeac3c

Complementary Color

#aeac3c #3c3eae

#aeac3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac3c Color CSS Codes

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

#aeac3c Text Font Color

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

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


#aeac3c Background Color

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

This div background color is #aeac3c


#aeac3c Border Color

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

This div border color is #aeac3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac3c


Comments

No comments written yet.

Please login to write comment.