Color Hex Logo

#ac738a Color Hex

#AC738A
(172,115,138)
0 Favorites   0 Comments

Color spaces of #ac738a

RGB 172115138
HSL0.930.260.56
HSV336°33°67°
CMYK 0.000.330.20   0.33
XYZ27.731422.867126.9969
Yxy22.86710.35740.2947
Hunter Lab47.819619.83110.0011
CIE-Lab54.935225.8703-3.3438

#ac738a color RGB value is (172,115,138).

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

The process color (four color CMYK) of #ac738a color hex is 0.00, 0.33, 0.20, 0.33. Web safe color of #ac738a is #996699. Color #ac738a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 10001010
Octal 254 163 212
Decimal 172 115 138
Hex AC 73 8A

RGB Percentages of Color #ac738a

%40.47
%27.06
%32.47

CMYK Percentages of Color #ac738a

%0
%33
%20
%33

Triadic Colors of #ac738a

#ac738a #8aac73 #738aac

Analogous Colors of #ac738a

#ac738a #ac7973 #ac73a7

Monochromatic Colors of #ac738a

#ac738a

Complementary Color

#ac738a #73ac95

#ac738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac738a Color CSS Codes

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

#ac738a Text Font Color

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

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


#ac738a Background Color

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

This div background color is #ac738a


#ac738a Border Color

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

This div border color is #ac738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac738a


Comments

No comments written yet.

Please login to write comment.