Color Hex Logo

#ac420e Color Hex

#AC420E
(172,66,14)
0 Favorites   0 Comments

Color spaces of #ac420e

RGB 1726614
HSL0.050.850.36
HSV20°92°67°
CMYK 0.000.620.92   0.33
XYZ19.040712.69881.8630
Yxy12.69880.56660.3779
Hunter Lab35.635433.014221.8451
CIE-Lab42.305941.243848.9909

#ac420e color RGB value is (172,66,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 00001110
Octal 254 102 16
Decimal 172 66 14
Hex AC 42 E

RGB Percentages of Color #ac420e

%68.25
%26.19
%5.56

CMYK Percentages of Color #ac420e

%0
%62
%92
%33

Triadic Colors of #ac420e

#ac420e #0eac42 #420eac

Analogous Colors of #ac420e

#ac420e #ac910e #ac0e29

Monochromatic Colors of #ac420e

#ac420e

Complementary Color

#ac420e #0e78ac

#ac420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac420e Color CSS Codes

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

#ac420e Text Font Color

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

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


#ac420e Background Color

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

This div background color is #ac420e


#ac420e Border Color

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

This div border color is #ac420e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac420e


Comments

No comments written yet.

Please login to write comment.