Color Hex Logo

#ac173c Color Hex

#AC173C
(172,23,60)
0 Favorites   0 Comments

Color spaces of #ac173c

RGB 1722360
HSL0.960.760.38
HSV345°87°67°
CMYK 0.000.870.65   0.33
XYZ18.13539.70975.1933
Yxy9.70970.54890.2939
Hunter Lab31.160449.356011.9308
CIE-Lab37.316358.037919.3935

#ac173c color RGB value is (172,23,60).

#ac173c hex color red value is 172, green value is 23 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ac173c hue: 0.96 , saturation: 0.76 and the lightness value of ac173c is 0.38.

The process color (four color CMYK) of #ac173c color hex is 0.00, 0.87, 0.65, 0.33. Web safe color of #ac173c is #990033. Color #ac173c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010111 00111100
Octal 254 27 74
Decimal 172 23 60
Hex AC 17 3C

RGB Percentages of Color #ac173c

%67.45
%9.02
%23.53

CMYK Percentages of Color #ac173c

%0
%87
%65
%33

Triadic Colors of #ac173c

#ac173c #3cac17 #173cac

Analogous Colors of #ac173c

#ac173c #ac3d17 #ac1787

Monochromatic Colors of #ac173c

#ac173c

Complementary Color

#ac173c #17ac87

#ac173c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac173c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac173c Color CSS Codes

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

#ac173c Text Font Color

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

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


#ac173c Background Color

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

This div background color is #ac173c


#ac173c Border Color

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

This div border color is #ac173c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac173c


Comments

No comments written yet.

Please login to write comment.