color codes Logo

#ac394c color codes

#AC394C
(172,57,76)
0 Favorites   0 Comments

Color spaces of #ac394c

RGB 1725776
HSL0.970.500.45
HSV350°67°67°
CMYK 0.000.670.56   0.33
XYZ19.780912.21878.1534
Yxy12.21870.49260.3043
Hunter Lab34.955339.840010.6391
CIE-Lab41.561648.194714.9451

#ac394c color RGB value is (172,57,76).

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

The process color (four color CMYK) of #ac394c color code is 0.00, 0.67, 0.56, 0.33. Web safe color of #ac394c is #993333. Color #ac394c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 01001100
Octal 254 71 114
Decimal 172 57 76
Hex AC 39 4C

RGB Percentages of Color #ac394c

%56.39
%18.69
%24.92

CMYK Percentages of Color #ac394c

%0
%67
%56
%33

Triadic Colors of #ac394c

#ac394c #4cac39 #394cac

Analogous Colors of #ac394c

#ac394c #ac6039 #ac3986

Monochromatic Colors of #ac394c

#ac394c

Complementary Color

#ac394c #39ac99

#ac394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac394c Color CSS Codes

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

#ac394c Text Font Color

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

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


#ac394c Background Color

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

This div background color is #ac394c


#ac394c Border Color

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

This div border color is #ac394c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac394c


Comments

No comments written yet.

Please login to write comment.