Color Hex Logo

#ac311f Color Hex

#AC311F
(172,49,31)
0 Favorites   0 Comments

Color spaces of #ac311f

RGB 1724931
HSL0.020.690.40
HSV82°67°
CMYK 0.000.720.82   0.33
XYZ18.358911.06622.4647
Yxy11.06620.57570.3470
Hunter Lab33.265940.295918.8933
CIE-Lab39.691748.977039.4444

#ac311f color RGB value is (172,49,31).

#ac311f hex color red value is 172, green value is 49 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ac311f hue: 0.02 , saturation: 0.69 and the lightness value of ac311f is 0.40.

The process color (four color CMYK) of #ac311f color hex is 0.00, 0.72, 0.82, 0.33. Web safe color of #ac311f is #993333. Color #ac311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 00011111
Octal 254 61 37
Decimal 172 49 31
Hex AC 31 1F

RGB Percentages of Color #ac311f

%68.25
%19.44
%12.30

CMYK Percentages of Color #ac311f

%0
%72
%82
%33

Triadic Colors of #ac311f

#ac311f #1fac31 #311fac

Analogous Colors of #ac311f

#ac311f #ac781f #ac1f53

Monochromatic Colors of #ac311f

#ac311f

Complementary Color

#ac311f #1f9aac

#ac311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac311f Color CSS Codes

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

#ac311f Text Font Color

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

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


#ac311f Background Color

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

This div background color is #ac311f


#ac311f Border Color

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

This div border color is #ac311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac311f


Comments

No comments written yet.

Please login to write comment.