Color Hex Logo

#ac9940 Color Hex

#AC9940
(172,153,64)
0 Favorites   0 Comments

Color spaces of #ac9940

RGB 17215364
HSL0.140.460.46
HSV49°63°67°
CMYK 0.000.110.63   0.33
XYZ29.329931.92339.4664
Yxy31.92330.41470.4514
Hunter Lab56.5007-6.215729.6168
CIE-Lab63.2794-3.843148.0878

#ac9940 color RGB value is (172,153,64).

#ac9940 hex color red value is 172, green value is 153 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ac9940 hue: 0.14 , saturation: 0.46 and the lightness value of ac9940 is 0.46.

The process color (four color CMYK) of #ac9940 color hex is 0.00, 0.11, 0.63, 0.33. Web safe color of #ac9940 is #999933. Color #ac9940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 01000000
Octal 254 231 100
Decimal 172 153 64
Hex AC 99 40

RGB Percentages of Color #ac9940

%44.22
%39.33
%16.45

CMYK Percentages of Color #ac9940

%0
%11
%63
%33

Triadic Colors of #ac9940

#ac9940 #40ac99 #9940ac

Analogous Colors of #ac9940

#ac9940 #89ac40 #ac6340

Monochromatic Colors of #ac9940

#ac9940

Complementary Color

#ac9940 #4053ac

#ac9940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9940 Color CSS Codes

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

#ac9940 Text Font Color

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

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


#ac9940 Background Color

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

This div background color is #ac9940


#ac9940 Border Color

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

This div border color is #ac9940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9940


Comments

No comments written yet.

Please login to write comment.