Color Hex Logo

#aca43e Color Hex

#ACA43E
(172,164,62)
0 Favorites   0 Comments

Color spaces of #aca43e

RGB 17216462
HSL0.150.470.46
HSV56°64°67°
CMYK 0.000.050.64   0.33
XYZ31.158235.66949.8001
Yxy35.66940.40660.4655
Hunter Lab59.7239-11.392532.0778
CIE-Lab66.2665-9.838952.2089

#aca43e color RGB value is (172,164,62).

#aca43e hex color red value is 172, green value is 164 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aca43e hue: 0.15 , saturation: 0.47 and the lightness value of aca43e is 0.46.

The process color (four color CMYK) of #aca43e color hex is 0.00, 0.05, 0.64, 0.33. Web safe color of #aca43e is #999933. Color #aca43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00111110
Octal 254 244 76
Decimal 172 164 62
Hex AC A4 3E

RGB Percentages of Color #aca43e

%43.22
%41.21
%15.58

CMYK Percentages of Color #aca43e

%0
%5
%64
%33

Triadic Colors of #aca43e

#aca43e #3eaca4 #a43eac

Analogous Colors of #aca43e

#aca43e #7dac3e #ac6d3e

Monochromatic Colors of #aca43e

#aca43e

Complementary Color

#aca43e #3e46ac

#aca43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca43e Color CSS Codes

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

#aca43e Text Font Color

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

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


#aca43e Background Color

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

This div background color is #aca43e


#aca43e Border Color

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

This div border color is #aca43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca43e


Comments

No comments written yet.

Please login to write comment.