Color Hex Logo

#ac442e Color Hex

#AC442E
(172,68,46)
0 Favorites   0 Comments

Color spaces of #ac442e

RGB 1726846
HSL0.030.580.43
HSV10°73°67°
CMYK 0.000.600.73   0.33
XYZ19.573513.10224.0821
Yxy13.10220.53250.3564
Hunter Lab36.197033.179218.6515
CIE-Lab42.916841.314134.6430

#ac442e color RGB value is (172,68,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 00101110
Octal 254 104 56
Decimal 172 68 46
Hex AC 44 2E

RGB Percentages of Color #ac442e

%60.14
%23.78
%16.08

CMYK Percentages of Color #ac442e

%0
%60
%73
%33

Triadic Colors of #ac442e

#ac442e #2eac44 #442eac

Analogous Colors of #ac442e

#ac442e #ac832e #ac2e57

Monochromatic Colors of #ac442e

#ac442e

Complementary Color

#ac442e #2e96ac

#ac442e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac442e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac442e Color CSS Codes

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

#ac442e Text Font Color

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

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


#ac442e Background Color

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

This div background color is #ac442e


#ac442e Border Color

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

This div border color is #ac442e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac442e


Comments

No comments written yet.

Please login to write comment.