Color Hex Logo

#ac166b Color Hex

#AC166B
(172,22,107)
0 Favorites   0 Comments

Color spaces of #ac166b

RGB 17222107
HSL0.910.770.38
HSV326°87°67°
CMYK 0.000.870.38   0.33
XYZ19.954010.406014.8668
Yxy10.40600.44120.2301
Hunter Lab32.258353.9625-4.7440
CIE-Lab38.561561.9883-8.9155

#ac166b color RGB value is (172,22,107).

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

The process color (four color CMYK) of #ac166b color hex is 0.00, 0.87, 0.38, 0.33. Web safe color of #ac166b is #990066. Color #ac166b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010110 01101011
Octal 254 26 153
Decimal 172 22 107
Hex AC 16 6B

RGB Percentages of Color #ac166b

%57.14
%7.31
%35.55

CMYK Percentages of Color #ac166b

%0
%87
%38
%33

Triadic Colors of #ac166b

#ac166b #6bac16 #166bac

Analogous Colors of #ac166b

#ac166b #ac1620 #a216ac

Monochromatic Colors of #ac166b

#ac166b

Complementary Color

#ac166b #16ac57

#ac166b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac166b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac166b Color CSS Codes

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

#ac166b Text Font Color

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

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


#ac166b Background Color

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

This div background color is #ac166b


#ac166b Border Color

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

This div border color is #ac166b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac166b


Comments

No comments written yet.

Please login to write comment.