Color Hex Logo

#aca65e Color Hex

#ACA65E
(172,166,94)
0 Favorites   0 Comments

Color spaces of #aca65e

RGB 17216694
HSL0.150.320.52
HSV55°45°67°
CMYK 0.000.030.45   0.33
XYZ32.669936.851215.9808
Yxy36.85120.38210.4310
Hunter Lab60.7052-10.170226.8854
CIE-Lab67.1652-8.224937.8907

#aca65e color RGB value is (172,166,94).

#aca65e hex color red value is 172, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aca65e hue: 0.15 , saturation: 0.32 and the lightness value of aca65e is 0.52.

The process color (four color CMYK) of #aca65e color hex is 0.00, 0.03, 0.45, 0.33. Web safe color of #aca65e is #999966. Color #aca65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01011110
Octal 254 246 136
Decimal 172 166 94
Hex AC A6 5E

RGB Percentages of Color #aca65e

%39.81
%38.43
%21.76

CMYK Percentages of Color #aca65e

%0
%3
%45
%33

Triadic Colors of #aca65e

#aca65e #5eaca6 #a65eac

Analogous Colors of #aca65e

#aca65e #8bac5e #ac7f5e

Monochromatic Colors of #aca65e

#aca65e

Complementary Color

#aca65e #5e64ac

#aca65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca65e Color CSS Codes

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

#aca65e Text Font Color

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

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


#aca65e Background Color

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

This div background color is #aca65e


#aca65e Border Color

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

This div border color is #aca65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca65e


Comments

No comments written yet.

Please login to write comment.