Color Hex Logo

#ac784d Color Hex

#AC784D
(172,120,77)
0 Favorites   0 Comments

Color spaces of #ac784d

RGB 17212077
HSL0.080.380.49
HSV27°55°67°
CMYK 0.000.300.55   0.33
XYZ25.069322.739410.0890
Yxy22.73940.43300.3928
Hunter Lab47.685810.390420.8360
CIE-Lab54.802915.470131.5717

#ac784d color RGB value is (172,120,77).

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

The process color (four color CMYK) of #ac784d color hex is 0.00, 0.30, 0.55, 0.33. Web safe color of #ac784d is #996666. Color #ac784d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111000 01001101
Octal 254 170 115
Decimal 172 120 77
Hex AC 78 4D

RGB Percentages of Color #ac784d

%46.61
%32.52
%20.87

CMYK Percentages of Color #ac784d

%0
%30
%55
%33

Triadic Colors of #ac784d

#ac784d #4dac78 #784dac

Analogous Colors of #ac784d

#ac784d #aca84d #ac4d52

Monochromatic Colors of #ac784d

#ac784d

Complementary Color

#ac784d #4d81ac

#ac784d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac784d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac784d Color CSS Codes

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

#ac784d Text Font Color

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

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


#ac784d Background Color

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

This div background color is #ac784d


#ac784d Border Color

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

This div border color is #ac784d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac784d


Comments

No comments written yet.

Please login to write comment.