Color Hex Logo

#ac391a Color Hex

#AC391A
(172,57,26)
0 Favorites   0 Comments

Color spaces of #ac391a

RGB 1725726
HSL0.040.740.39
HSV13°85°67°
CMYK 0.000.670.85   0.33
XYZ18.662811.77152.2658
Yxy11.77150.57070.3600
Hunter Lab34.309637.053720.1012
CIE-Lab40.850645.567943.0072

#ac391a color RGB value is (172,57,26).

#ac391a hex color red value is 172, green value is 57 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ac391a hue: 0.04 , saturation: 0.74 and the lightness value of ac391a is 0.39.

The process color (four color CMYK) of #ac391a color hex is 0.00, 0.67, 0.85, 0.33. Web safe color of #ac391a is #993333. Color #ac391a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 00011010
Octal 254 71 32
Decimal 172 57 26
Hex AC 39 1A

RGB Percentages of Color #ac391a

%67.45
%22.35
%10.20

CMYK Percentages of Color #ac391a

%0
%67
%85
%33

Triadic Colors of #ac391a

#ac391a #1aac39 #391aac

Analogous Colors of #ac391a

#ac391a #ac821a #ac1a44

Monochromatic Colors of #ac391a

#ac391a

Complementary Color

#ac391a #1a8dac

#ac391a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac391a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac391a Color CSS Codes

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

#ac391a Text Font Color

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

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


#ac391a Background Color

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

This div background color is #ac391a


#ac391a Border Color

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

This div border color is #ac391a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac391a


Comments

No comments written yet.

Please login to write comment.