Color Hex Logo

#aca042 Color Hex

#ACA042
(172,160,66)
0 Favorites   0 Comments

Color spaces of #aca042

RGB 17216066
HSL0.150.450.47
HSV53°62°67°
CMYK 0.000.070.62   0.33
XYZ30.567434.305610.1648
Yxy34.30560.40740.4572
Hunter Lab58.5710-9.342530.7101
CIE-Lab65.2044-7.453749.2793

#aca042 color RGB value is (172,160,66).

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

The process color (four color CMYK) of #aca042 color hex is 0.00, 0.07, 0.62, 0.33. Web safe color of #aca042 is #999933. Color #aca042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01000010
Octal 254 240 102
Decimal 172 160 66
Hex AC A0 42

RGB Percentages of Color #aca042

%43.22
%40.20
%16.58

CMYK Percentages of Color #aca042

%0
%7
%62
%33

Triadic Colors of #aca042

#aca042 #42aca0 #a042ac

Analogous Colors of #aca042

#aca042 #83ac42 #ac6b42

Monochromatic Colors of #aca042

#aca042

Complementary Color

#aca042 #424eac

#aca042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca042 Color CSS Codes

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

#aca042 Text Font Color

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

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


#aca042 Background Color

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

This div background color is #aca042


#aca042 Border Color

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

This div border color is #aca042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca042


Comments

No comments written yet.

Please login to write comment.