Color Hex Logo

#ac392e Color Hex

#AC392E
(172,57,46)
0 Favorites   0 Comments

Color spaces of #ac392e

RGB 1725746
HSL0.010.580.43
HSV73°67°
CMYK 0.000.670.73   0.33
XYZ18.969511.89423.8808
Yxy11.89420.54600.3423
Hunter Lab34.488037.826817.4699
CIE-Lab41.047546.302832.5388

#ac392e color RGB value is (172,57,46).

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

The process color (four color CMYK) of #ac392e color hex is 0.00, 0.67, 0.73, 0.33. Web safe color of #ac392e is #993333. Color #ac392e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 00101110
Octal 254 71 56
Decimal 172 57 46
Hex AC 39 2E

RGB Percentages of Color #ac392e

%62.55
%20.73
%16.73

CMYK Percentages of Color #ac392e

%0
%67
%73
%33

Triadic Colors of #ac392e

#ac392e #2eac39 #392eac

Analogous Colors of #ac392e

#ac392e #ac782e #ac2e62

Monochromatic Colors of #ac392e

#ac392e

Complementary Color

#ac392e #2ea1ac

#ac392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac392e Color CSS Codes

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

#ac392e Text Font Color

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

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


#ac392e Background Color

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

This div background color is #ac392e


#ac392e Border Color

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

This div border color is #ac392e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,57,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 #ac392e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac392e


Comments

No comments written yet.

Please login to write comment.