Color Hex Logo

#ac767c Color Hex

#AC767C
(172,118,124)
0 Favorites   0 Comments

Color spaces of #ac767c

RGB 172118124
HSL0.980.250.57
HSV353°31°67°
CMYK 0.000.310.28   0.33
XYZ27.129823.182822.1136
Yxy23.18280.37460.3201
Hunter Lab48.148516.31786.4733
CIE-Lab55.260122.05405.3013

#ac767c color RGB value is (172,118,124).

#ac767c hex color red value is 172, green value is 118 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ac767c hue: 0.98 , saturation: 0.25 and the lightness value of ac767c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 01111100
Octal 254 166 174
Decimal 172 118 124
Hex AC 76 7C

RGB Percentages of Color #ac767c

%41.55
%28.50
%29.95

CMYK Percentages of Color #ac767c

%0
%31
%28
%33

Triadic Colors of #ac767c

#ac767c #7cac76 #767cac

Analogous Colors of #ac767c

#ac767c #ac8b76 #ac7697

Monochromatic Colors of #ac767c

#ac767c

Complementary Color

#ac767c #76aca6

#ac767c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac767c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac767c Color CSS Codes

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

#ac767c Text Font Color

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

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


#ac767c Background Color

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

This div background color is #ac767c


#ac767c Border Color

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

This div border color is #ac767c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,118,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 #ac767c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac767c


Comments

No comments written yet.

Please login to write comment.