Color Hex Logo

#ac844c Color Hex

#AC844C
(172,132,76)
0 Favorites   0 Comments

Color spaces of #ac844c

RGB 17213276
HSL0.100.390.49
HSV35°56°67°
CMYK 0.000.230.56   0.33
XYZ26.569025.795010.4161
Yxy25.79500.42320.4109
Hunter Lab50.78884.497923.3926
CIE-Lab57.84208.641335.8438

#ac844c color RGB value is (172,132,76).

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

The process color (four color CMYK) of #ac844c color hex is 0.00, 0.23, 0.56, 0.33. Web safe color of #ac844c is #999933. Color #ac844c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000100 01001100
Octal 254 204 114
Decimal 172 132 76
Hex AC 84 4C

RGB Percentages of Color #ac844c

%45.26
%34.74
%20.00

CMYK Percentages of Color #ac844c

%0
%23
%56
%33

Triadic Colors of #ac844c

#ac844c #4cac84 #844cac

Analogous Colors of #ac844c

#ac844c #a4ac4c #ac544c

Monochromatic Colors of #ac844c

#ac844c

Complementary Color

#ac844c #4c74ac

#ac844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac844c Color CSS Codes

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

#ac844c Text Font Color

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

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


#ac844c Background Color

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

This div background color is #ac844c


#ac844c Border Color

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

This div border color is #ac844c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac844c


Comments

No comments written yet.

Please login to write comment.