Color Hex Logo

#ac994d Color Hex

#AC994D
(172,153,77)
0 Favorites   0 Comments

Color spaces of #ac994d

RGB 17215377
HSL0.130.380.49
HSV48°55°67°
CMYK 0.000.110.55   0.33
XYZ29.744032.088911.6473
Yxy32.08890.40480.4367
Hunter Lab56.6471-5.406327.4622
CIE-Lab63.4163-2.850341.9841

#ac994d color RGB value is (172,153,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 01001101
Octal 254 231 115
Decimal 172 153 77
Hex AC 99 4D

RGB Percentages of Color #ac994d

%42.79
%38.06
%19.15

CMYK Percentages of Color #ac994d

%0
%11
%55
%33

Triadic Colors of #ac994d

#ac994d #4dac99 #994dac

Analogous Colors of #ac994d

#ac994d #90ac4d #ac6a4d

Monochromatic Colors of #ac994d

#ac994d

Complementary Color

#ac994d #4d60ac

#ac994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac994d Color CSS Codes

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

#ac994d Text Font Color

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

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


#ac994d Background Color

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

This div background color is #ac994d


#ac994d Border Color

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

This div border color is #ac994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac994d


Comments

No comments written yet.

Please login to write comment.