Color Hex Logo

#ac959c Color Hex

#AC959C
(172,149,156)
0 Favorites   0 Comments

Color spaces of #ac959c

RGB 172149156
HSL0.950.120.63
HSV342°13°67°
CMYK 0.000.130.09   0.33
XYZ33.761532.665835.9782
Yxy32.66580.32970.3190
Hunter Lab57.15405.42242.6850
CIE-Lab63.88949.7534-0.5281

#ac959c color RGB value is (172,149,156).

#ac959c hex color red value is 172, green value is 149 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ac959c hue: 0.95 , saturation: 0.12 and the lightness value of ac959c is 0.63.

The process color (four color CMYK) of #ac959c color hex is 0.00, 0.13, 0.09, 0.33. Web safe color of #ac959c is #999999. Color #ac959c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 10011100
Octal 254 225 234
Decimal 172 149 156
Hex AC 95 9C

RGB Percentages of Color #ac959c

%36.06
%31.24
%32.70

CMYK Percentages of Color #ac959c

%0
%13
%9
%33

Triadic Colors of #ac959c

#ac959c #9cac95 #959cac

Analogous Colors of #ac959c

#ac959c #ac9a95 #ac95a8

Monochromatic Colors of #ac959c

#ac959c

Complementary Color

#ac959c #95aca5

#ac959c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac959c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac959c Color CSS Codes

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

#ac959c Text Font Color

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

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


#ac959c Background Color

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

This div background color is #ac959c


#ac959c Border Color

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

This div border color is #ac959c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac959c


Comments

No comments written yet.

Please login to write comment.