Color Hex Logo

#ac722e Color Hex

#AC722E
(172,114,46)
0 Favorites   0 Comments

Color spaces of #ac722e

RGB 17211446
HSL0.090.580.43
HSV32°73°67°
CMYK 0.000.340.73   0.33
XYZ23.523721.00255.3988
Yxy21.00250.47120.4207
Hunter Lab45.828511.424025.0953
CIE-Lab52.952216.717045.4077

#ac722e color RGB value is (172,114,46).

#ac722e hex color red value is 172, green value is 114 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac722e hue: 0.09 , saturation: 0.58 and the lightness value of ac722e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110010 00101110
Octal 254 162 56
Decimal 172 114 46
Hex AC 72 2E

RGB Percentages of Color #ac722e

%51.81
%34.34
%13.86

CMYK Percentages of Color #ac722e

%0
%34
%73
%33

Triadic Colors of #ac722e

#ac722e #2eac72 #722eac

Analogous Colors of #ac722e

#ac722e #a7ac2e #ac332e

Monochromatic Colors of #ac722e

#ac722e

Complementary Color

#ac722e #2e68ac

#ac722e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac722e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac722e Color CSS Codes

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

#ac722e Text Font Color

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

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


#ac722e Background Color

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

This div background color is #ac722e


#ac722e Border Color

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

This div border color is #ac722e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac722e


Comments

No comments written yet.

Please login to write comment.