Color Hex Logo

#ac713e Color Hex

#AC713E
(172,113,62)
0 Favorites   0 Comments

Color spaces of #ac713e

RGB 17211362
HSL0.080.470.46
HSV28°64°67°
CMYK 0.000.340.64   0.33
XYZ23.787920.92877.3433
Yxy20.92870.45690.4020
Hunter Lab45.747912.757322.5065
CIE-Lab52.871418.236437.3345

#ac713e color RGB value is (172,113,62).

#ac713e hex color red value is 172, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ac713e hue: 0.08 , saturation: 0.47 and the lightness value of ac713e is 0.46.

The process color (four color CMYK) of #ac713e color hex is 0.00, 0.34, 0.64, 0.33. Web safe color of #ac713e is #996633. Color #ac713e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110001 00111110
Octal 254 161 76
Decimal 172 113 62
Hex AC 71 3E

RGB Percentages of Color #ac713e

%49.57
%32.56
%17.87

CMYK Percentages of Color #ac713e

%0
%34
%64
%33

Triadic Colors of #ac713e

#ac713e #3eac71 #713eac

Analogous Colors of #ac713e

#ac713e #aca83e #ac3e42

Monochromatic Colors of #ac713e

#ac713e

Complementary Color

#ac713e #3e79ac

#ac713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac713e Color CSS Codes

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

#ac713e Text Font Color

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

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


#ac713e Background Color

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

This div background color is #ac713e


#ac713e Border Color

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

This div border color is #ac713e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac713e


Comments

No comments written yet.

Please login to write comment.