Color Hex Logo

#ac734d Color Hex

#AC734D
(172,115,77)
0 Favorites   0 Comments

Color spaces of #ac734d

RGB 17211577
HSL0.070.380.49
HSV24°55°67°
CMYK 0.000.330.55   0.33
XYZ24.483521.56799.8938
Yxy21.56790.43760.3855
Hunter Lab46.441312.831719.8778
CIE-Lab53.565518.286330.0258

#ac734d color RGB value is (172,115,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 01001101
Octal 254 163 115
Decimal 172 115 77
Hex AC 73 4D

RGB Percentages of Color #ac734d

%47.25
%31.59
%21.15

CMYK Percentages of Color #ac734d

%0
%33
%55
%33

Triadic Colors of #ac734d

#ac734d #4dac73 #734dac

Analogous Colors of #ac734d

#ac734d #aca34d #ac4d57

Monochromatic Colors of #ac734d

#ac734d

Complementary Color

#ac734d #4d86ac

#ac734d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac734d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac734d Color CSS Codes

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

#ac734d Text Font Color

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

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


#ac734d Background Color

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

This div background color is #ac734d


#ac734d Border Color

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

This div border color is #ac734d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac734d


Comments

No comments written yet.

Please login to write comment.