Color Hex Logo

#ac795e Color Hex

#AC795E
(172,121,94)
0 Favorites   0 Comments

Color spaces of #ac795e

RGB 17212194
HSL0.060.320.52
HSV21°45°67°
CMYK 0.000.300.45   0.33
XYZ25.871023.253613.7145
Yxy23.25360.41170.3700
Hunter Lab48.222011.376416.8931
CIE-Lab55.332616.569122.7329

#ac795e color RGB value is (172,121,94).

#ac795e hex color red value is 172, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac795e hue: 0.06 , saturation: 0.32 and the lightness value of ac795e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111001 01011110
Octal 254 171 136
Decimal 172 121 94
Hex AC 79 5E

RGB Percentages of Color #ac795e

%44.44
%31.27
%24.29

CMYK Percentages of Color #ac795e

%0
%30
%45
%33

Triadic Colors of #ac795e

#ac795e #5eac79 #795eac

Analogous Colors of #ac795e

#ac795e #aca05e #ac5e6a

Monochromatic Colors of #ac795e

#ac795e

Complementary Color

#ac795e #5e91ac

#ac795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac795e Color CSS Codes

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

#ac795e Text Font Color

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

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


#ac795e Background Color

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

This div background color is #ac795e


#ac795e Border Color

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

This div border color is #ac795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac795e

#ac795e Color Palettes


Comments

No comments written yet.

Please login to write comment.