Color Hex Logo

#ac994e Color Hex

#AC994E
(172,153,78)
0 Favorites   0 Comments

Color spaces of #ac994e

RGB 17215378
HSL0.130.380.49
HSV48°55°67°
CMYK 0.000.110.55   0.33
XYZ29.779632.103211.8347
Yxy32.10320.40400.4355
Hunter Lab56.6597-5.337227.2777
CIE-Lab63.4281-2.765741.4980

#ac994e color RGB value is (172,153,78).

#ac994e hex color red value is 172, green value is 153 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ac994e hue: 0.13 , saturation: 0.38 and the lightness value of ac994e is 0.49.

The process color (four color CMYK) of #ac994e color hex is 0.00, 0.11, 0.55, 0.33. Web safe color of #ac994e is #999966. Color #ac994e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 01001110
Octal 254 231 116
Decimal 172 153 78
Hex AC 99 4E

RGB Percentages of Color #ac994e

%42.68
%37.97
%19.35

CMYK Percentages of Color #ac994e

%0
%11
%55
%33

Triadic Colors of #ac994e

#ac994e #4eac99 #994eac

Analogous Colors of #ac994e

#ac994e #90ac4e #ac6a4e

Monochromatic Colors of #ac994e

#ac994e

Complementary Color

#ac994e #4e61ac

#ac994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac994e Color CSS Codes

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

#ac994e Text Font Color

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

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


#ac994e Background Color

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

This div background color is #ac994e


#ac994e Border Color

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

This div border color is #ac994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac994e


Comments

No comments written yet.

Please login to write comment.