Color Hex Logo

#ac978e Color Hex

#AC978E
(172,151,142)
0 Favorites   0 Comments

Color spaces of #ac978e

RGB 172151142
HSL0.050.150.62
HSV18°17°67°
CMYK 0.000.120.17   0.33
XYZ32.962432.856930.1959
Yxy32.85690.34330.3422
Hunter Lab57.32092.33488.8915
CIE-Lab64.04496.26717.5839

#ac978e color RGB value is (172,151,142).

#ac978e hex color red value is 172, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ac978e hue: 0.05 , saturation: 0.15 and the lightness value of ac978e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010111 10001110
Octal 254 227 216
Decimal 172 151 142
Hex AC 97 8E

RGB Percentages of Color #ac978e

%36.99
%32.47
%30.54

CMYK Percentages of Color #ac978e

%0
%12
%17
%33

Triadic Colors of #ac978e

#ac978e #8eac97 #978eac

Analogous Colors of #ac978e

#ac978e #aca68e #ac8e94

Monochromatic Colors of #ac978e

#ac978e

Complementary Color

#ac978e #8ea3ac

#ac978e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac978e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac978e Color CSS Codes

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

#ac978e Text Font Color

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

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


#ac978e Background Color

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

This div background color is #ac978e


#ac978e Border Color

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

This div border color is #ac978e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac978e


Comments

No comments written yet.

Please login to write comment.