Color Hex Logo

#ac941e Color Hex

#AC941E
(172,148,30)
0 Favorites   0 Comments

Color spaces of #ac941e

RGB 17214830
HSL0.140.700.40
HSV50°83°67°
CMYK 0.000.140.83   0.33
XYZ27.837530.04425.5602
Yxy30.04420.43880.4736
Hunter Lab54.8126-5.267832.3544
CIE-Lab61.6923-2.833059.7518

#ac941e color RGB value is (172,148,30).

#ac941e hex color red value is 172, green value is 148 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ac941e hue: 0.14 , saturation: 0.70 and the lightness value of ac941e is 0.40.

The process color (four color CMYK) of #ac941e color hex is 0.00, 0.14, 0.83, 0.33. Web safe color of #ac941e is #999933. Color #ac941e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 00011110
Octal 254 224 36
Decimal 172 148 30
Hex AC 94 1E

RGB Percentages of Color #ac941e

%49.14
%42.29
%8.57

CMYK Percentages of Color #ac941e

%0
%14
%83
%33

Triadic Colors of #ac941e

#ac941e #1eac94 #941eac

Analogous Colors of #ac941e

#ac941e #7dac1e #ac4d1e

Monochromatic Colors of #ac941e

#ac941e

Complementary Color

#ac941e #1e36ac

#ac941e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac941e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac941e Color CSS Codes

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

#ac941e Text Font Color

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

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


#ac941e Background Color

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

This div background color is #ac941e


#ac941e Border Color

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

This div border color is #ac941e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac941e


Comments

No comments written yet.

Please login to write comment.