Color Hex Logo

#ac677c Color Hex

#AC677C
(172,103,124)
0 Favorites   0 Comments

Color spaces of #ac677c

RGB 172103124
HSL0.950.290.54
HSV342°40°67°
CMYK 0.000.400.28   0.33
XYZ25.501619.926421.5709
Yxy19.92640.38060.2974
Hunter Lab44.639023.85622.5966
CIE-Lab51.753930.44490.2258

#ac677c color RGB value is (172,103,124).

#ac677c hex color red value is 172, green value is 103 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ac677c hue: 0.95 , saturation: 0.29 and the lightness value of ac677c is 0.54.

The process color (four color CMYK) of #ac677c color hex is 0.00, 0.40, 0.28, 0.33. Web safe color of #ac677c is #996666. Color #ac677c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 01111100
Octal 254 147 174
Decimal 172 103 124
Hex AC 67 7C

RGB Percentages of Color #ac677c

%43.11
%25.81
%31.08

CMYK Percentages of Color #ac677c

%0
%40
%28
%33

Triadic Colors of #ac677c

#ac677c #7cac67 #677cac

Analogous Colors of #ac677c

#ac677c #ac7567 #ac679f

Monochromatic Colors of #ac677c

#ac677c

Complementary Color

#ac677c #67ac97

#ac677c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac677c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac677c Color CSS Codes

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

#ac677c Text Font Color

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

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


#ac677c Background Color

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

This div background color is #ac677c


#ac677c Border Color

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

This div border color is #ac677c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac677c


Comments

No comments written yet.

Please login to write comment.