Color Hex Logo

#ac442c Color Hex

#AC442C
(172,68,44)
0 Favorites   0 Comments

Color spaces of #ac442c

RGB 1726844
HSL0.030.590.42
HSV11°74°67°
CMYK 0.000.600.74   0.33
XYZ19.535013.08673.8793
Yxy13.08670.53520.3585
Hunter Lab36.175533.083818.9649
CIE-Lab42.893641.220535.7303

#ac442c color RGB value is (172,68,44).

#ac442c hex color red value is 172, green value is 68 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ac442c hue: 0.03 , saturation: 0.59 and the lightness value of ac442c is 0.42.

The process color (four color CMYK) of #ac442c color hex is 0.00, 0.60, 0.74, 0.33. Web safe color of #ac442c is #993333. Color #ac442c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 00101100
Octal 254 104 54
Decimal 172 68 44
Hex AC 44 2C

RGB Percentages of Color #ac442c

%60.56
%23.94
%15.49

CMYK Percentages of Color #ac442c

%0
%60
%74
%33

Triadic Colors of #ac442c

#ac442c #2cac44 #442cac

Analogous Colors of #ac442c

#ac442c #ac842c #ac2c54

Monochromatic Colors of #ac442c

#ac442c

Complementary Color

#ac442c #2c94ac

#ac442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac442c Color CSS Codes

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

#ac442c Text Font Color

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

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


#ac442c Background Color

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

This div background color is #ac442c


#ac442c Border Color

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

This div border color is #ac442c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac442c


Comments

No comments written yet.

Please login to write comment.