Color Hex Logo

#ac8759 Color Hex

#AC8759
(172,135,89)
0 Favorites   0 Comments

Color spaces of #ac8759

RGB 17213589
HSL0.090.330.51
HSV33°48°67°
CMYK 0.000.220.48   0.33
XYZ27.480426.819913.1796
Yxy26.81990.40720.3975
Hunter Lab51.78794.089221.1627
CIE-Lab58.80738.176830.0444

#ac8759 color RGB value is (172,135,89).

#ac8759 hex color red value is 172, green value is 135 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ac8759 hue: 0.09 , saturation: 0.33 and the lightness value of ac8759 is 0.51.

The process color (four color CMYK) of #ac8759 color hex is 0.00, 0.22, 0.48, 0.33. Web safe color of #ac8759 is #999966. Color #ac8759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 01011001
Octal 254 207 131
Decimal 172 135 89
Hex AC 87 59

RGB Percentages of Color #ac8759

%43.43
%34.09
%22.47

CMYK Percentages of Color #ac8759

%0
%22
%48
%33

Triadic Colors of #ac8759

#ac8759 #59ac87 #8759ac

Analogous Colors of #ac8759

#ac8759 #a8ac59 #ac5e59

Monochromatic Colors of #ac8759

#ac8759

Complementary Color

#ac8759 #597eac

#ac8759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8759 Color CSS Codes

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

#ac8759 Text Font Color

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

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


#ac8759 Background Color

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

This div background color is #ac8759


#ac8759 Border Color

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

This div border color is #ac8759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8759


Comments

No comments written yet.

Please login to write comment.