Color Hex Logo

#ac440e Color Hex

#AC440E
(172,68,14)
0 Favorites   0 Comments

Color spaces of #ac440e

RGB 1726814
HSL0.060.850.36
HSV21°92°67°
CMYK 0.000.600.92   0.33
XYZ19.159612.93661.9027
Yxy12.93660.56350.3805
Hunter Lab35.967532.142522.0408
CIE-Lab42.667640.292549.2510

#ac440e color RGB value is (172,68,14).

#ac440e hex color red value is 172, green value is 68 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ac440e hue: 0.06 , saturation: 0.85 and the lightness value of ac440e is 0.36.

The process color (four color CMYK) of #ac440e color hex is 0.00, 0.60, 0.92, 0.33. Web safe color of #ac440e is #993300. Color #ac440e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 00001110
Octal 254 104 16
Decimal 172 68 14
Hex AC 44 E

RGB Percentages of Color #ac440e

%67.72
%26.77
%5.51

CMYK Percentages of Color #ac440e

%0
%60
%92
%33

Triadic Colors of #ac440e

#ac440e #0eac44 #440eac

Analogous Colors of #ac440e

#ac440e #ac930e #ac0e27

Monochromatic Colors of #ac440e

#ac440e

Complementary Color

#ac440e #0e76ac

#ac440e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac440e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac440e Color CSS Codes

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

#ac440e Text Font Color

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

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


#ac440e Background Color

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

This div background color is #ac440e


#ac440e Border Color

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

This div border color is #ac440e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac440e


Comments

No comments written yet.

Please login to write comment.