Color Hex Logo

#ac370c Color Hex

#AC370C
(172,55,12)
0 Favorites   0 Comments

Color spaces of #ac370c

RGB 1725512
HSL0.040.870.36
HSV16°93°67°
CMYK 0.000.680.93   0.33
XYZ18.445811.52961.6011
Yxy11.52960.58420.3651
Hunter Lab33.955337.546320.9730
CIE-Lab40.458546.127348.3438

#ac370c color RGB value is (172,55,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 00001100
Octal 254 67 14
Decimal 172 55 12
Hex AC 37 C

RGB Percentages of Color #ac370c

%71.97
%23.01
%5.02

CMYK Percentages of Color #ac370c

%0
%68
%93
%33

Triadic Colors of #ac370c

#ac370c #0cac37 #370cac

Analogous Colors of #ac370c

#ac370c #ac870c #ac0c31

Monochromatic Colors of #ac370c

#ac370c

Complementary Color

#ac370c #0c81ac

#ac370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac370c Color CSS Codes

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

#ac370c Text Font Color

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

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


#ac370c Background Color

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

This div background color is #ac370c


#ac370c Border Color

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

This div border color is #ac370c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac370c


Comments

No comments written yet.

Please login to write comment.