Color Hex Logo

#ac394a Color Hex

#AC394A
(172,57,74)
0 Favorites   0 Comments

Color spaces of #ac394a

RGB 1725774
HSL0.980.500.45
HSV351°67°67°
CMYK 0.000.670.57   0.33
XYZ19.712412.19137.7928
Yxy12.19130.49660.3071
Hunter Lab34.916039.671911.2085
CIE-Lab41.518648.037916.1324

#ac394a color RGB value is (172,57,74).

#ac394a hex color red value is 172, green value is 57 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac394a hue: 0.98 , saturation: 0.50 and the lightness value of ac394a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 01001010
Octal 254 71 112
Decimal 172 57 74
Hex AC 39 4A

RGB Percentages of Color #ac394a

%56.77
%18.81
%24.42

CMYK Percentages of Color #ac394a

%0
%67
%57
%33

Triadic Colors of #ac394a

#ac394a #4aac39 #394aac

Analogous Colors of #ac394a

#ac394a #ac6239 #ac3984

Monochromatic Colors of #ac394a

#ac394a

Complementary Color

#ac394a #39ac9b

#ac394a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac394a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac394a Color CSS Codes

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

#ac394a Text Font Color

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

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


#ac394a Background Color

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

This div background color is #ac394a


#ac394a Border Color

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

This div border color is #ac394a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac394a


Comments

No comments written yet.

Please login to write comment.