Color Hex Logo

#ac540e Color Hex

#AC540E
(172,84,14)
0 Favorites   0 Comments

Color spaces of #ac540e

RGB 1728414
HSL0.070.850.36
HSV27°92°67°
CMYK 0.000.510.92   0.33
XYZ20.262815.14302.2704
Yxy15.14300.53780.4019
Hunter Lab38.914024.846723.7806
CIE-Lab45.829432.185951.5542

#ac540e color RGB value is (172,84,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010100 00001110
Octal 254 124 16
Decimal 172 84 14
Hex AC 54 E

RGB Percentages of Color #ac540e

%63.70
%31.11
%5.19

CMYK Percentages of Color #ac540e

%0
%51
%92
%33

Triadic Colors of #ac540e

#ac540e #0eac54 #540eac

Analogous Colors of #ac540e

#ac540e #aca30e #ac0e17

Monochromatic Colors of #ac540e

#ac540e

Complementary Color

#ac540e #0e66ac

#ac540e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac540e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac540e Color CSS Codes

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

#ac540e Text Font Color

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

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


#ac540e Background Color

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

This div background color is #ac540e


#ac540e Border Color

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

This div border color is #ac540e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,84,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 #ac540e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac540e


Comments

No comments written yet.

Please login to write comment.