Color Hex Logo

#ac440f Color Hex

#AC440F
(172,68,15)
0 Favorites   0 Comments

Color spaces of #ac440f

RGB 1726815
HSL0.060.840.37
HSV20°91°67°
CMYK 0.000.600.91   0.33
XYZ19.166612.93941.9393
Yxy12.93940.56300.3801
Hunter Lab35.971432.160121.9835
CIE-Lab42.671840.309948.9277

#ac440f color RGB value is (172,68,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 00001111
Octal 254 104 17
Decimal 172 68 15
Hex AC 44 F

RGB Percentages of Color #ac440f

%67.45
%26.67
%5.88

CMYK Percentages of Color #ac440f

%0
%60
%91
%33

Triadic Colors of #ac440f

#ac440f #0fac44 #440fac

Analogous Colors of #ac440f

#ac440f #ac930f #ac0f28

Monochromatic Colors of #ac440f

#ac440f

Complementary Color

#ac440f #0f77ac

#ac440f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac440f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac440f Color CSS Codes

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

#ac440f Text Font Color

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

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


#ac440f Background Color

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

This div background color is #ac440f


#ac440f Border Color

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

This div border color is #ac440f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac440f


Comments

No comments written yet.

Please login to write comment.