Color Hex Logo

#ac743a Color Hex

#AC743A
(172,116,58)
0 Favorites   0 Comments

Color spaces of #ac743a

RGB 17211658
HSL0.080.500.45
HSV31°66°67°
CMYK 0.000.330.66   0.33
XYZ24.022421.56696.8997
Yxy21.56690.45770.4109
Hunter Lab46.440211.063523.6993
CIE-Lab53.564416.281140.2029

#ac743a color RGB value is (172,116,58).

#ac743a hex color red value is 172, green value is 116 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ac743a hue: 0.08 , saturation: 0.50 and the lightness value of ac743a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 00111010
Octal 254 164 72
Decimal 172 116 58
Hex AC 74 3A

RGB Percentages of Color #ac743a

%49.71
%33.53
%16.76

CMYK Percentages of Color #ac743a

%0
%33
%66
%33

Triadic Colors of #ac743a

#ac743a #3aac74 #743aac

Analogous Colors of #ac743a

#ac743a #abac3a #ac3b3a

Monochromatic Colors of #ac743a

#ac743a

Complementary Color

#ac743a #3a72ac

#ac743a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac743a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac743a Color CSS Codes

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

#ac743a Text Font Color

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

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


#ac743a Background Color

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

This div background color is #ac743a


#ac743a Border Color

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

This div border color is #ac743a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac743a

#ac743a Color Palettes


Comments

No comments written yet.

Please login to write comment.