Color Hex Logo

#ac946e Color Hex

#AC946E
(172,148,110)
0 Favorites   0 Comments

Color spaces of #ac946e

RGB 172148110
HSL0.100.270.55
HSV37°36°67°
CMYK 0.000.140.36   0.33
XYZ30.417631.076319.1470
Yxy31.07630.37720.3854
Hunter Lab55.7461-0.158118.6581
CIE-Lab62.57203.332423.4194

#ac946e color RGB value is (172,148,110).

#ac946e hex color red value is 172, green value is 148 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ac946e hue: 0.10 , saturation: 0.27 and the lightness value of ac946e is 0.55.

The process color (four color CMYK) of #ac946e color hex is 0.00, 0.14, 0.36, 0.33. Web safe color of #ac946e is #999966. Color #ac946e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 01101110
Octal 254 224 156
Decimal 172 148 110
Hex AC 94 6E

RGB Percentages of Color #ac946e

%40.00
%34.42
%25.58

CMYK Percentages of Color #ac946e

%0
%14
%36
%33

Triadic Colors of #ac946e

#ac946e #6eac94 #946eac

Analogous Colors of #ac946e

#ac946e #a5ac6e #ac756e

Monochromatic Colors of #ac946e

#ac946e

Complementary Color

#ac946e #6e86ac

#ac946e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac946e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac946e Color CSS Codes

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

#ac946e Text Font Color

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

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


#ac946e Background Color

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

This div background color is #ac946e


#ac946e Border Color

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

This div border color is #ac946e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac946e

#ac946e Color Palettes


Comments

No comments written yet.

Please login to write comment.