Color Hex Logo

#ac744e Color Hex

#AC744E
(172,116,78)
0 Favorites   0 Comments

Color spaces of #ac744e

RGB 17211678
HSL0.070.380.49
HSV24°55°67°
CMYK 0.000.330.55   0.33
XYZ24.633821.811510.1194
Yxy21.81150.43550.3856
Hunter Lab46.702812.421519.8452
CIE-Lab53.826417.811329.7973

#ac744e color RGB value is (172,116,78).

#ac744e hex color red value is 172, green value is 116 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ac744e hue: 0.07 , saturation: 0.38 and the lightness value of ac744e is 0.49.

The process color (four color CMYK) of #ac744e color hex is 0.00, 0.33, 0.55, 0.33. Web safe color of #ac744e is #996666. Color #ac744e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 01001110
Octal 254 164 116
Decimal 172 116 78
Hex AC 74 4E

RGB Percentages of Color #ac744e

%46.99
%31.69
%21.31

CMYK Percentages of Color #ac744e

%0
%33
%55
%33

Triadic Colors of #ac744e

#ac744e #4eac74 #744eac

Analogous Colors of #ac744e

#ac744e #aca34e #ac4e57

Monochromatic Colors of #ac744e

#ac744e

Complementary Color

#ac744e #4e86ac

#ac744e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac744e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac744e Color CSS Codes

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

#ac744e Text Font Color

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

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


#ac744e Background Color

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

This div background color is #ac744e


#ac744e Border Color

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

This div border color is #ac744e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac744e

#ac744e Color Palettes


Comments

No comments written yet.

Please login to write comment.