Color Hex Logo

#ac737f Color Hex

#AC737F
(172,115,127)
0 Favorites   0 Comments

Color spaces of #ac737f

RGB 172115127
HSL0.960.260.56
HSV347°33°67°
CMYK 0.000.330.26   0.33
XYZ26.974822.564423.0123
Yxy22.56440.37180.3110
Hunter Lab47.502018.23574.5284
CIE-Lab54.620824.18172.6276

#ac737f color RGB value is (172,115,127).

#ac737f hex color red value is 172, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ac737f hue: 0.96 , saturation: 0.26 and the lightness value of ac737f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 01111111
Octal 254 163 177
Decimal 172 115 127
Hex AC 73 7F

RGB Percentages of Color #ac737f

%41.55
%27.78
%30.68

CMYK Percentages of Color #ac737f

%0
%33
%26
%33

Triadic Colors of #ac737f

#ac737f #7fac73 #737fac

Analogous Colors of #ac737f

#ac737f #ac8473 #ac739c

Monochromatic Colors of #ac737f

#ac737f

Complementary Color

#ac737f #73aca0

#ac737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac737f Color CSS Codes

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

#ac737f Text Font Color

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

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


#ac737f Background Color

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

This div background color is #ac737f


#ac737f Border Color

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

This div border color is #ac737f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac737f


Comments

No comments written yet.

Please login to write comment.