Color Hex Logo

#ac949e Color Hex

#AC949E
(172,148,158)
0 Favorites   0 Comments

Color spaces of #ac949e

RGB 172148158
HSL0.930.130.63
HSV335°14°67°
CMYK 0.000.140.08   0.33
XYZ33.774732.419136.8251
Yxy32.41910.32780.3147
Hunter Lab56.93786.24261.5100
CIE-Lab63.687810.6686-1.9523

#ac949e color RGB value is (172,148,158).

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

The process color (four color CMYK) of #ac949e color hex is 0.00, 0.14, 0.08, 0.33. Web safe color of #ac949e is #999999. Color #ac949e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 10011110
Octal 254 224 236
Decimal 172 148 158
Hex AC 94 9E

RGB Percentages of Color #ac949e

%35.98
%30.96
%33.05

CMYK Percentages of Color #ac949e

%0
%14
%8
%33

Triadic Colors of #ac949e

#ac949e #9eac94 #949eac

Analogous Colors of #ac949e

#ac949e #ac9694 #ac94aa

Monochromatic Colors of #ac949e

#ac949e

Complementary Color

#ac949e #94aca2

#ac949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac949e Color CSS Codes

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

#ac949e Text Font Color

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

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


#ac949e Background Color

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

This div background color is #ac949e


#ac949e Border Color

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

This div border color is #ac949e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac949e


Comments

No comments written yet.

Please login to write comment.