Color Hex Logo

#ac745e Color Hex

#AC745E
(172,116,94)
0 Favorites   0 Comments

Color spaces of #ac745e

RGB 17211694
HSL0.050.320.52
HSV17°45°67°
CMYK 0.000.330.45   0.33
XYZ25.279022.069613.5172
Yxy22.06960.41530.3626
Hunter Lab46.978313.838815.8251
CIE-Lab54.100819.388021.0921

#ac745e color RGB value is (172,116,94).

#ac745e hex color red value is 172, green value is 116 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac745e hue: 0.05 , saturation: 0.32 and the lightness value of ac745e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 01011110
Octal 254 164 136
Decimal 172 116 94
Hex AC 74 5E

RGB Percentages of Color #ac745e

%45.03
%30.37
%24.61

CMYK Percentages of Color #ac745e

%0
%33
%45
%33

Triadic Colors of #ac745e

#ac745e #5eac74 #745eac

Analogous Colors of #ac745e

#ac745e #ac9b5e #ac5e6f

Monochromatic Colors of #ac745e

#ac745e

Complementary Color

#ac745e #5e96ac

#ac745e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac745e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac745e Color CSS Codes

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

#ac745e Text Font Color

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

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


#ac745e Background Color

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

This div background color is #ac745e


#ac745e Border Color

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

This div border color is #ac745e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac745e


Comments

No comments written yet.

Please login to write comment.