Color Hex Logo

#ac784c Color Hex

#AC784C
(172,120,76)
0 Favorites   0 Comments

Color spaces of #ac784c

RGB 17212076
HSL0.080.390.49
HSV28°56°67°
CMYK 0.000.300.56   0.33
XYZ25.034222.72549.9045
Yxy22.72540.43410.3941
Hunter Lab47.671210.313621.0513
CIE-Lab54.788415.383032.1017

#ac784c color RGB value is (172,120,76).

#ac784c hex color red value is 172, green value is 120 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ac784c hue: 0.08 , saturation: 0.39 and the lightness value of ac784c is 0.49.

The process color (four color CMYK) of #ac784c color hex is 0.00, 0.30, 0.56, 0.33. Web safe color of #ac784c is #996633. Color #ac784c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111000 01001100
Octal 254 170 114
Decimal 172 120 76
Hex AC 78 4C

RGB Percentages of Color #ac784c

%46.74
%32.61
%20.65

CMYK Percentages of Color #ac784c

%0
%30
%56
%33

Triadic Colors of #ac784c

#ac784c #4cac78 #784cac

Analogous Colors of #ac784c

#ac784c #aca84c #ac4c50

Monochromatic Colors of #ac784c

#ac784c

Complementary Color

#ac784c #4c80ac

#ac784c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac784c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac784c Color CSS Codes

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

#ac784c Text Font Color

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

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


#ac784c Background Color

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

This div background color is #ac784c


#ac784c Border Color

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

This div border color is #ac784c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac784c


Comments

No comments written yet.

Please login to write comment.