Color Hex Logo

#ac752e Color Hex

#AC752E
(172,117,46)
0 Favorites   0 Comments

Color spaces of #ac752e

RGB 17211746
HSL0.090.580.43
HSV34°73°67°
CMYK 0.000.320.73   0.33
XYZ23.867721.69055.5135
Yxy21.69050.46730.4247
Hunter Lab46.57319.974625.5822
CIE-Lab53.697115.029346.1752

#ac752e color RGB value is (172,117,46).

#ac752e hex color red value is 172, green value is 117 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac752e hue: 0.09 , saturation: 0.58 and the lightness value of ac752e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 00101110
Octal 254 165 56
Decimal 172 117 46
Hex AC 75 2E

RGB Percentages of Color #ac752e

%51.34
%34.93
%13.73

CMYK Percentages of Color #ac752e

%0
%32
%73
%33

Triadic Colors of #ac752e

#ac752e #2eac75 #752eac

Analogous Colors of #ac752e

#ac752e #a4ac2e #ac362e

Monochromatic Colors of #ac752e

#ac752e

Complementary Color

#ac752e #2e65ac

#ac752e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac752e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac752e Color CSS Codes

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

#ac752e Text Font Color

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

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


#ac752e Background Color

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

This div background color is #ac752e


#ac752e Border Color

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

This div border color is #ac752e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac752e


Comments

No comments written yet.

Please login to write comment.