Color Hex Logo

#aca441 Color Hex

#ACA441
(172,164,65)
0 Favorites   0 Comments

Color spaces of #aca441

RGB 17216465
HSL0.150.450.46
HSV56°62°67°
CMYK 0.000.050.62   0.33
XYZ31.242935.703210.2458
Yxy35.70320.40470.4625
Hunter Lab59.7522-11.233131.6600
CIE-Lab66.2925-9.638850.9150

#aca441 color RGB value is (172,164,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01000001
Octal 254 244 101
Decimal 172 164 65
Hex AC A4 41

RGB Percentages of Color #aca441

%42.89
%40.90
%16.21

CMYK Percentages of Color #aca441

%0
%5
%62
%33

Triadic Colors of #aca441

#aca441 #41aca4 #a441ac

Analogous Colors of #aca441

#aca441 #7fac41 #ac6f41

Monochromatic Colors of #aca441

#aca441

Complementary Color

#aca441 #4149ac

#aca441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca441 Color CSS Codes

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

#aca441 Text Font Color

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

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


#aca441 Background Color

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

This div background color is #aca441


#aca441 Border Color

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

This div border color is #aca441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca441


Comments

No comments written yet.

Please login to write comment.