Color Hex Logo

#ac342e Color Hex

#AC342E
(172,52,46)
0 Favorites   0 Comments

Color spaces of #ac342e

RGB 1725246
HSL0.010.580.43
HSV73°67°
CMYK 0.000.700.73   0.33
XYZ18.734411.42393.8024
Yxy11.42390.55160.3364
Hunter Lab33.799339.791016.9894
CIE-Lab40.285448.375231.6713

#ac342e color RGB value is (172,52,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110100 00101110
Octal 254 64 56
Decimal 172 52 46
Hex AC 34 2E

RGB Percentages of Color #ac342e

%63.70
%19.26
%17.04

CMYK Percentages of Color #ac342e

%0
%70
%73
%33

Triadic Colors of #ac342e

#ac342e #2eac34 #342eac

Analogous Colors of #ac342e

#ac342e #ac732e #ac2e67

Monochromatic Colors of #ac342e

#ac342e

Complementary Color

#ac342e #2ea6ac

#ac342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac342e Color CSS Codes

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

#ac342e Text Font Color

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

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


#ac342e Background Color

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

This div background color is #ac342e


#ac342e Border Color

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

This div border color is #ac342e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac342e


Comments

No comments written yet.

Please login to write comment.