Color Hex Logo

#ac939a Color Hex

#AC939A
(172,147,154)
0 Favorites   0 Comments

Color spaces of #ac939a

RGB 172147154
HSL0.950.130.63
HSV343°15°67°
CMYK 0.000.150.10   0.33
XYZ33.279731.971234.9889
Yxy31.97120.33200.3189
Hunter Lab56.54316.10982.8915
CIE-Lab63.319110.5192-0.2323

#ac939a color RGB value is (172,147,154).

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

The process color (four color CMYK) of #ac939a color hex is 0.00, 0.15, 0.10, 0.33. Web safe color of #ac939a is #999999. Color #ac939a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 10011010
Octal 254 223 232
Decimal 172 147 154
Hex AC 93 9A

RGB Percentages of Color #ac939a

%36.36
%31.08
%32.56

CMYK Percentages of Color #ac939a

%0
%15
%10
%33

Triadic Colors of #ac939a

#ac939a #9aac93 #939aac

Analogous Colors of #ac939a

#ac939a #ac9993 #ac93a7

Monochromatic Colors of #ac939a

#ac939a

Complementary Color

#ac939a #93aca5

#ac939a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac939a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac939a Color CSS Codes

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

#ac939a Text Font Color

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

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


#ac939a Background Color

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

This div background color is #ac939a


#ac939a Border Color

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

This div border color is #ac939a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac939a


Comments

No comments written yet.

Please login to write comment.