Color Hex Logo

#ac740e Color Hex

#AC740E
(172,116,14)
0 Favorites   0 Comments

Color spaces of #ac740e

RGB 17211614
HSL0.110.850.36
HSV39°92°67°
CMYK 0.000.330.92   0.33
XYZ23.337921.29313.2954
Yxy21.29310.48700.4443
Hunter Lab46.14449.524928.0669
CIE-Lab53.268814.523857.1015

#ac740e color RGB value is (172,116,14).

#ac740e hex color red value is 172, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ac740e hue: 0.11 , saturation: 0.85 and the lightness value of ac740e is 0.36.

The process color (four color CMYK) of #ac740e color hex is 0.00, 0.33, 0.92, 0.33. Web safe color of #ac740e is #996600. Color #ac740e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 00001110
Octal 254 164 16
Decimal 172 116 14
Hex AC 74 E

RGB Percentages of Color #ac740e

%56.95
%38.41
%4.64

CMYK Percentages of Color #ac740e

%0
%33
%92
%33

Triadic Colors of #ac740e

#ac740e #0eac74 #740eac

Analogous Colors of #ac740e

#ac740e #95ac0e #ac250e

Monochromatic Colors of #ac740e

#ac740e

Complementary Color

#ac740e #0e46ac

#ac740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac740e Color CSS Codes

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

#ac740e Text Font Color

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

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


#ac740e Background Color

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

This div background color is #ac740e


#ac740e Border Color

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

This div border color is #ac740e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac740e


Comments

No comments written yet.

Please login to write comment.