Color Hex Logo

#aca043 Color Hex

#ACA043
(172,160,67)
0 Favorites   0 Comments

Color spaces of #aca043

RGB 17216067
HSL0.150.440.47
HSV53°61°67°
CMYK 0.000.070.61   0.33
XYZ30.597234.317510.3215
Yxy34.31750.40670.4561
Hunter Lab58.5811-9.285630.5604
CIE-Lab65.2138-7.382948.8316

#aca043 color RGB value is (172,160,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01000011
Octal 254 240 103
Decimal 172 160 67
Hex AC A0 43

RGB Percentages of Color #aca043

%43.11
%40.10
%16.79

CMYK Percentages of Color #aca043

%0
%7
%61
%33

Triadic Colors of #aca043

#aca043 #43aca0 #a043ac

Analogous Colors of #aca043

#aca043 #84ac43 #ac6c43

Monochromatic Colors of #aca043

#aca043

Complementary Color

#aca043 #434fac

#aca043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca043 Color CSS Codes

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

#aca043 Text Font Color

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

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


#aca043 Background Color

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

This div background color is #aca043


#aca043 Border Color

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

This div border color is #aca043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca043


Comments

No comments written yet.

Please login to write comment.