Color Hex Logo

#ac747d Color Hex

#AC747D
(172,116,125)
0 Favorites   0 Comments

Color spaces of #ac747d

RGB 172116125
HSL0.970.250.56
HSV350°33°67°
CMYK 0.000.330.27   0.33
XYZ26.960322.742122.3707
Yxy22.74210.37410.3155
Hunter Lab47.688717.45795.5692
CIE-Lab54.805723.32584.0640

#ac747d color RGB value is (172,116,125).

#ac747d hex color red value is 172, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ac747d hue: 0.97 , saturation: 0.25 and the lightness value of ac747d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 01111101
Octal 254 164 175
Decimal 172 116 125
Hex AC 74 7D

RGB Percentages of Color #ac747d

%41.65
%28.09
%30.27

CMYK Percentages of Color #ac747d

%0
%33
%27
%33

Triadic Colors of #ac747d

#ac747d #7dac74 #747dac

Analogous Colors of #ac747d

#ac747d #ac8774 #ac7499

Monochromatic Colors of #ac747d

#ac747d

Complementary Color

#ac747d #74aca3

#ac747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac747d Color CSS Codes

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

#ac747d Text Font Color

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

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


#ac747d Background Color

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

This div background color is #ac747d


#ac747d Border Color

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

This div border color is #ac747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac747d


Comments

No comments written yet.

Please login to write comment.