Color Hex Logo

#ac4320 Color Hex

#AC4320
(172,67,32)
0 Favorites   0 Comments

Color spaces of #ac4320

RGB 1726732
HSL0.040.690.40
HSV15°81°67°
CMYK 0.000.610.81   0.33
XYZ19.281112.88932.8381
Yxy12.88930.55080.3682
Hunter Lab35.901733.036020.4442
CIE-Lab42.596041.219441.7278

#ac4320 color RGB value is (172,67,32).

#ac4320 hex color red value is 172, green value is 67 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ac4320 hue: 0.04 , saturation: 0.69 and the lightness value of ac4320 is 0.40.

The process color (four color CMYK) of #ac4320 color hex is 0.00, 0.61, 0.81, 0.33. Web safe color of #ac4320 is #993333. Color #ac4320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 00100000
Octal 254 103 40
Decimal 172 67 32
Hex AC 43 20

RGB Percentages of Color #ac4320

%63.47
%24.72
%11.81

CMYK Percentages of Color #ac4320

%0
%61
%81
%33

Triadic Colors of #ac4320

#ac4320 #20ac43 #4320ac

Analogous Colors of #ac4320

#ac4320 #ac8920 #ac2043

Monochromatic Colors of #ac4320

#ac4320

Complementary Color

#ac4320 #2089ac

#ac4320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4320 Color CSS Codes

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

#ac4320 Text Font Color

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

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


#ac4320 Background Color

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

This div background color is #ac4320


#ac4320 Border Color

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

This div border color is #ac4320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4320


Comments

No comments written yet.

Please login to write comment.