Color Hex Logo

#ac430c Color Hex

#AC430C
(172,67,12)
0 Favorites   0 Comments

Color spaces of #ac430c

RGB 1726712
HSL0.060.870.36
HSV21°93°67°
CMYK 0.000.610.93   0.33
XYZ19.086812.81151.8147
Yxy12.81150.56620.3800
Hunter Lab35.793232.547622.0492
CIE-Lab42.477840.738449.7367

#ac430c color RGB value is (172,67,12).

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

The process color (four color CMYK) of #ac430c color hex is 0.00, 0.61, 0.93, 0.33. Web safe color of #ac430c is #993300. Color #ac430c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 00001100
Octal 254 103 14
Decimal 172 67 12
Hex AC 43 C

RGB Percentages of Color #ac430c

%68.53
%26.69
%4.78

CMYK Percentages of Color #ac430c

%0
%61
%93
%33

Triadic Colors of #ac430c

#ac430c #0cac43 #430cac

Analogous Colors of #ac430c

#ac430c #ac930c #ac0c25

Monochromatic Colors of #ac430c

#ac430c

Complementary Color

#ac430c #0c75ac

#ac430c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac430c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac430c Color CSS Codes

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

#ac430c Text Font Color

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

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


#ac430c Background Color

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

This div background color is #ac430c


#ac430c Border Color

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

This div border color is #ac430c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac430c

#ac430c Color Palettes


Comments

No comments written yet.

Please login to write comment.