Color Hex Logo

#aca65a Color Hex

#ACA65A
(172,166,90)
0 Favorites   0 Comments

Color spaces of #aca65a

RGB 17216690
HSL0.150.330.51
HSV56°48°67°
CMYK 0.000.030.48   0.33
XYZ32.494936.781315.0597
Yxy36.78130.38530.4361
Hunter Lab60.6476-10.493227.7307
CIE-Lab67.1126-8.624639.8671

#aca65a color RGB value is (172,166,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01011010
Octal 254 246 132
Decimal 172 166 90
Hex AC A6 5A

RGB Percentages of Color #aca65a

%40.19
%38.79
%21.03

CMYK Percentages of Color #aca65a

%0
%3
%48
%33

Triadic Colors of #aca65a

#aca65a #5aaca6 #a65aac

Analogous Colors of #aca65a

#aca65a #89ac5a #ac7d5a

Monochromatic Colors of #aca65a

#aca65a

Complementary Color

#aca65a #5a60ac

#aca65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca65a Color CSS Codes

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

#aca65a Text Font Color

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

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


#aca65a Background Color

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

This div background color is #aca65a


#aca65a Border Color

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

This div border color is #aca65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca65a


Comments

No comments written yet.

Please login to write comment.