Color Hex Logo

#ac601e Color Hex

#AC601E
(172,96,30)
0 Favorites   0 Comments

Color spaces of #ac601e

RGB 1729630
HSL0.080.700.40
HSV28°83°67°
CMYK 0.000.440.83   0.33
XYZ21.430517.23013.4245
Yxy17.23010.50920.4094
Hunter Lab41.509219.515624.1650
CIE-Lab48.548726.095948.1598

#ac601e color RGB value is (172,96,30).

#ac601e hex color red value is 172, green value is 96 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ac601e hue: 0.08 , saturation: 0.70 and the lightness value of ac601e is 0.40.

The process color (four color CMYK) of #ac601e color hex is 0.00, 0.44, 0.83, 0.33. Web safe color of #ac601e is #996633. Color #ac601e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100000 00011110
Octal 254 140 36
Decimal 172 96 30
Hex AC 60 1E

RGB Percentages of Color #ac601e

%57.72
%32.21
%10.07

CMYK Percentages of Color #ac601e

%0
%44
%83
%33

Triadic Colors of #ac601e

#ac601e #1eac60 #601eac

Analogous Colors of #ac601e

#ac601e #aca71e #ac1e23

Monochromatic Colors of #ac601e

#ac601e

Complementary Color

#ac601e #1e6aac

#ac601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac601e Color CSS Codes

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

#ac601e Text Font Color

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

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


#ac601e Background Color

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

This div background color is #ac601e


#ac601e Border Color

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

This div border color is #ac601e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac601e


Comments

No comments written yet.

Please login to write comment.