Color Hex Logo

#ac164f Color Hex

#AC164F
(172,22,79)
0 Favorites   0 Comments

Color spaces of #ac164f

RGB 1722279
HSL0.940.770.38
HSV337°87°67°
CMYK 0.000.870.54   0.33
XYZ18.71149.90908.3236
Yxy9.90900.50650.2682
Hunter Lab31.478651.01606.3575
CIE-Lab37.678659.49257.6677

#ac164f color RGB value is (172,22,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010110 01001111
Octal 254 26 117
Decimal 172 22 79
Hex AC 16 4F

RGB Percentages of Color #ac164f

%63.00
%8.06
%28.94

CMYK Percentages of Color #ac164f

%0
%87
%54
%33

Triadic Colors of #ac164f

#ac164f #4fac16 #164fac

Analogous Colors of #ac164f

#ac164f #ac2816 #ac169a

Monochromatic Colors of #ac164f

#ac164f

Complementary Color

#ac164f #16ac73

#ac164f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac164f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac164f Color CSS Codes

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

#ac164f Text Font Color

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

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


#ac164f Background Color

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

This div background color is #ac164f


#ac164f Border Color

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

This div border color is #ac164f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac164f


Comments

No comments written yet.

Please login to write comment.