Color Hex Logo

#ac984e Color Hex

#AC984E
(172,152,78)
0 Favorites   0 Comments

Color spaces of #ac984e

RGB 17215278
HSL0.130.380.49
HSV47°55°67°
CMYK 0.000.120.55   0.33
XYZ29.616631.777211.7804
Yxy31.77720.40470.4343
Hunter Lab56.3713-4.868627.0695
CIE-Lab63.1583-2.223641.1790

#ac984e color RGB value is (172,152,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 01001110
Octal 254 230 116
Decimal 172 152 78
Hex AC 98 4E

RGB Percentages of Color #ac984e

%42.79
%37.81
%19.40

CMYK Percentages of Color #ac984e

%0
%12
%55
%33

Triadic Colors of #ac984e

#ac984e #4eac98 #984eac

Analogous Colors of #ac984e

#ac984e #91ac4e #ac694e

Monochromatic Colors of #ac984e

#ac984e

Complementary Color

#ac984e #4e62ac

#ac984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac984e Color CSS Codes

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

#ac984e Text Font Color

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

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


#ac984e Background Color

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

This div background color is #ac984e


#ac984e Border Color

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

This div border color is #ac984e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,152,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 #ac984e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac984e


Comments

No comments written yet.

Please login to write comment.