Color Hex Logo

#ac312e Color Hex

#AC312E
(172,49,46)
0 Favorites   0 Comments

Color spaces of #ac312e

RGB 1724946
HSL0.000.580.43
HSV73°67°
CMYK 0.000.720.73   0.33
XYZ18.604711.16453.7592
Yxy11.16450.55490.3330
Hunter Lab33.413340.916416.7188
CIE-Lab39.856249.552531.1796

#ac312e color RGB value is (172,49,46).

#ac312e hex color red value is 172, green value is 49 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac312e hue: 0.00 , saturation: 0.58 and the lightness value of ac312e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110001 00101110
Octal 254 61 56
Decimal 172 49 46
Hex AC 31 2E

RGB Percentages of Color #ac312e

%64.42
%18.35
%17.23

CMYK Percentages of Color #ac312e

%0
%72
%73
%33

Triadic Colors of #ac312e

#ac312e #2eac31 #312eac

Analogous Colors of #ac312e

#ac312e #ac702e #ac2e6a

Monochromatic Colors of #ac312e

#ac312e

Complementary Color

#ac312e #2ea9ac

#ac312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac312e Color CSS Codes

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

#ac312e Text Font Color

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

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


#ac312e Background Color

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

This div background color is #ac312e


#ac312e Border Color

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

This div border color is #ac312e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac312e


Comments

No comments written yet.

Please login to write comment.