Color Hex Logo

#ac9397 Color Hex

#AC9397
(172,147,151)
0 Favorites   0 Comments

Color spaces of #ac9397

RGB 172147151
HSL0.970.130.63
HSV350°15°67°
CMYK 0.000.150.12   0.33
XYZ33.032931.872533.6891
Yxy31.87250.33500.3233
Hunter Lab56.45575.64494.1386
CIE-Lab63.23749.99801.3446

#ac9397 color RGB value is (172,147,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 10010111
Octal 254 223 227
Decimal 172 147 151
Hex AC 93 97

RGB Percentages of Color #ac9397

%36.60
%31.28
%32.13

CMYK Percentages of Color #ac9397

%0
%15
%12
%33

Triadic Colors of #ac9397

#ac9397 #97ac93 #9397ac

Analogous Colors of #ac9397

#ac9397 #ac9c93 #ac93a4

Monochromatic Colors of #ac9397

#ac9397

Complementary Color

#ac9397 #93aca8

#ac9397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9397 Color CSS Codes

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

#ac9397 Text Font Color

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

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


#ac9397 Background Color

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

This div background color is #ac9397


#ac9397 Border Color

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

This div border color is #ac9397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9397


Comments

No comments written yet.

Please login to write comment.