Color Hex Logo

#ac796d Color Hex

#AC796D
(172,121,109)
0 Favorites   0 Comments

Color spaces of #ac796d

RGB 172121109
HSL0.030.280.55
HSV11°37°67°
CMYK 0.000.300.37   0.33
XYZ26.610923.549517.6110
Yxy23.54950.39270.3475
Hunter Lab48.527812.959212.4528
CIE-Lab55.633918.330614.5373

#ac796d color RGB value is (172,121,109).

#ac796d hex color red value is 172, green value is 121 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ac796d hue: 0.03 , saturation: 0.28 and the lightness value of ac796d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111001 01101101
Octal 254 171 155
Decimal 172 121 109
Hex AC 79 6D

RGB Percentages of Color #ac796d

%42.79
%30.10
%27.11

CMYK Percentages of Color #ac796d

%0
%30
%37
%33

Triadic Colors of #ac796d

#ac796d #6dac79 #796dac

Analogous Colors of #ac796d

#ac796d #ac996d #ac6d81

Monochromatic Colors of #ac796d

#ac796d

Complementary Color

#ac796d #6da0ac

#ac796d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac796d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac796d Color CSS Codes

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

#ac796d Text Font Color

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

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


#ac796d Background Color

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

This div background color is #ac796d


#ac796d Border Color

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

This div border color is #ac796d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac796d


Comments

No comments written yet.

Please login to write comment.