COLOR #AC755E

HEX: #AC755E
RGB: (172,117,94)

Color info

#AC755E contains mainly red and green colors. Web safe color of #AC755E is #996666 (or #966).

RGB color model

#AC755E color RGB value is (172,117,94).

  • red value is 172;
  • green value is 117;
  • blue value is 94.
RGB:
(172,117,94)
(67%,46%,37%)

RGB channels and saturation

R 172 of 255 = 67%
G 117 of 255 = 46%
B 94 of 255 = 37%

172
117
94

R + G + B ~ 50%. #AC755E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 117 + 94 = 383 (100%)
R 172 of 383 ~ 44.91%
G 117 of 383 ~ 30.55%
B 94 of 383 ~ 24.54%

%44.91
%30.55
%24.54

CMYK color model

#AC755E color CMYK value is (0,32,45,33).

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 45.35%
  • key color value is 32.55%
CMYK:
(0,32,45,33)
C0M32Y45K33 
(0%,32%,45%,33%)
(0.00/0.32/0.45/0.33)	

CMYK percentages

%0
%31.98
%45.35
%32.55

Codes

Color #AC755E in popluar color models

AC755E
RGB17211794
HSL18°31.97%52.16%
HSB/HSV18°45.35%67.45%
CMYK0.00%31.98%45.35%
32.55%

Color #AC755E in popluar number systems.

HEXAC755E
Decimal17211794
Binary1010110011101011011110
Octal254165136

Shades and tints

Shades of #AC755E

#AC755E
(172,117,94)
#9D6B56
(157,107,86)
#8E614E
(142,97,78)
#7F5746
(127,87,70)
#704D3E
(112,77,62)
#614336
(97,67,54)
#52392E
(82,57,46)
#432F26
(67,47,38)
#34251E
(52,37,30)
#251B16
(37,27,22)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #AC755E

#AC755E
(172,117,94)
#B3816C
(179,129,108)
#BA8D7A
(186,141,122)
#C19988
(193,153,136)
#C8A596
(200,165,150)
#CFB1A4
(207,177,164)
#D6BDB2
(214,189,178)
#DDC9C0
(221,201,192)
#E4D5CE
(228,213,206)
#EBE1DC
(235,225,220)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC755E color. Also use rgb(172,117,94) instead hex code.

Text Font Color

.myTextColor { color: #AC755E; }

<p style="color:#AC755E">This sample text font color is #AC755E.</p>

This text font color is #AC755E.


Background Color

.myBgColor { background-color: #AC755E; }

<div style="background-color:#AC755E">Inner text</div>

This div background color is #AC755E.


Border color

.myBorderColor { border: 1px solid #AC755E; }

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

This div border color is #AC755E.


Opacity

.myOpacity80 { color: #AC755E; opacity: 0.8; }

<p style="color:#AC755E;opacity:0.8;">80%</p>

Text with #AC755E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AC755E;}

<p style="text-shadow: 3px 3px 1px #AC755E">Text here.</p>

This text has shadow with #AC755E color.

.textShadow {text-shadow: 3px 3px 1px #AC755E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AC755E, 5px 5px 20px red">Text here.</p>

This text has shadow with #AC755E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC755E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AC755E, Direction=45, Strength=4)">Text</p>

This text has shadow with #AC755E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AC755E;
  -webkit-box-shadow:	1px 1px 3px 2px #AC755E;
  box-shadow:		1px 1px 3px 2px #AC755E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC755E;
-webkit-box-shadow: 1px 1px 3px 2px #AC755E;
box-shadow:1px 1px 3px 2px #AC755E;">
Div content here</div>
This div box has shadow with color #AC755E.

Preview

Color preview on black background

This text has color #AC755E on black background.


Color preview on white background

This text has color #AC755E on white background.



Black color preview on #AC755E background

This text has black color on #AC755E background.


White color preview on #AC755E background

This text has white color on #AC755E background.