Color Hex Logo

#ac733c Color Hex

#AC733C
(172,115,60)
0 Favorites   0 Comments

Color spaces of #ac733c

RGB 17211560
HSL0.080.480.45
HSV29°65°67°
CMYK 0.000.330.65   0.33
XYZ23.959621.35847.1347
Yxy21.35840.45680.4072
Hunter Lab46.215111.664323.1974
CIE-Lab53.339516.974838.9199

#ac733c color RGB value is (172,115,60).

#ac733c hex color red value is 172, green value is 115 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ac733c hue: 0.08 , saturation: 0.48 and the lightness value of ac733c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 00111100
Octal 254 163 74
Decimal 172 115 60
Hex AC 73 3C

RGB Percentages of Color #ac733c

%49.57
%33.14
%17.29

CMYK Percentages of Color #ac733c

%0
%33
%65
%33

Triadic Colors of #ac733c

#ac733c #3cac73 #733cac

Analogous Colors of #ac733c

#ac733c #acab3c #ac3c3d

Monochromatic Colors of #ac733c

#ac733c

Complementary Color

#ac733c #3c75ac

#ac733c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac733c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac733c Color CSS Codes

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

#ac733c Text Font Color

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

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


#ac733c Background Color

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

This div background color is #ac733c


#ac733c Border Color

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

This div border color is #ac733c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac733c

#ac733c Color Palettes


Comments

No comments written yet.

Please login to write comment.