Color Hex Logo

#ac163e Color Hex

#AC163E
(172,22,62)
0 Favorites   0 Comments

Color spaces of #ac163e

RGB 1722262
HSL0.960.770.38
HSV344°87°67°
CMYK 0.000.870.64   0.33
XYZ18.16979.69235.4706
Yxy9.69230.54510.2908
Hunter Lab31.132549.695411.3743
CIE-Lab37.284458.357118.0699

#ac163e color RGB value is (172,22,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010110 00111110
Octal 254 26 76
Decimal 172 22 62
Hex AC 16 3E

RGB Percentages of Color #ac163e

%67.19
%8.59
%24.22

CMYK Percentages of Color #ac163e

%0
%87
%64
%33

Triadic Colors of #ac163e

#ac163e #3eac16 #163eac

Analogous Colors of #ac163e

#ac163e #ac3916 #ac1689

Monochromatic Colors of #ac163e

#ac163e

Complementary Color

#ac163e #16ac84

#ac163e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac163e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac163e Color CSS Codes

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

#ac163e Text Font Color

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

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


#ac163e Background Color

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

This div background color is #ac163e


#ac163e Border Color

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

This div border color is #ac163e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac163e


Comments

No comments written yet.

Please login to write comment.