Color Hex Logo

#aca62a Color Hex

#ACA62A
(172,166,42)
0 Favorites   0 Comments

Color spaces of #aca62a

RGB 17216642
HSL0.160.610.42
HSV57°76°67°
CMYK 0.000.030.76   0.33
XYZ31.067436.21037.5423
Yxy36.21030.41520.4840
Hunter Lab60.1750-13.149534.6911
CIE-Lab66.6803-11.957660.4142

#aca62a color RGB value is (172,166,42).

#aca62a hex color red value is 172, green value is 166 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aca62a hue: 0.16 , saturation: 0.61 and the lightness value of aca62a is 0.42.

The process color (four color CMYK) of #aca62a color hex is 0.00, 0.03, 0.76, 0.33. Web safe color of #aca62a is #999933. Color #aca62a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00101010
Octal 254 246 52
Decimal 172 166 42
Hex AC A6 2A

RGB Percentages of Color #aca62a

%45.26
%43.68
%11.05

CMYK Percentages of Color #aca62a

%0
%3
%76
%33

Triadic Colors of #aca62a

#aca62a #2aaca6 #a62aac

Analogous Colors of #aca62a

#aca62a #71ac2a #ac652a

Monochromatic Colors of #aca62a

#aca62a

Complementary Color

#aca62a #2a30ac

#aca62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca62a Color CSS Codes

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

#aca62a Text Font Color

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

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


#aca62a Background Color

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

This div background color is #aca62a


#aca62a Border Color

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

This div border color is #aca62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca62a


Comments

No comments written yet.

Please login to write comment.