Color Hex Logo

#ac967e Color Hex

#AC967E
(172,150,126)
0 Favorites   0 Comments

Color spaces of #ac967e

RGB 172150126
HSL0.090.220.58
HSV31°27°67°
CMYK 0.000.130.27   0.33
XYZ31.685532.089724.2626
Yxy32.08970.35990.3645
Hunter Lab56.64780.709014.2592
CIE-Lab63.41704.377715.6737

#ac967e color RGB value is (172,150,126).

#ac967e hex color red value is 172, green value is 150 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ac967e hue: 0.09 , saturation: 0.22 and the lightness value of ac967e is 0.58.

The process color (four color CMYK) of #ac967e color hex is 0.00, 0.13, 0.27, 0.33. Web safe color of #ac967e is #999966. Color #ac967e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 01111110
Octal 254 226 176
Decimal 172 150 126
Hex AC 96 7E

RGB Percentages of Color #ac967e

%38.39
%33.48
%28.13

CMYK Percentages of Color #ac967e

%0
%13
%27
%33

Triadic Colors of #ac967e

#ac967e #7eac96 #967eac

Analogous Colors of #ac967e

#ac967e #abac7e #ac7f7e

Monochromatic Colors of #ac967e

#ac967e

Complementary Color

#ac967e #7e94ac

#ac967e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac967e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac967e Color CSS Codes

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

#ac967e Text Font Color

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

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


#ac967e Background Color

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

This div background color is #ac967e


#ac967e Border Color

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

This div border color is #ac967e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac967e


Comments

No comments written yet.

Please login to write comment.