COLOR #AC7550

HEX: #AC7550
RGB: (172,117,80)

Color info

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

RGB color model

#AC7550 color RGB value is (172,117,80).

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

RGB channels and saturation

R 172 of 255 = 67%
G 117 of 255 = 46%
B 80 of 255 = 31%

172
117
80

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

Portions of RGB colors in percentages

R + G + B =
172 + 117 + 80 = 369 (100%)
R 172 of 369 ~ 46.61%
G 117 of 369 ~ 31.71%
B 80 of 369 ~ 21.68%

%46.61
%31.71
%21.68

CMYK color model

#AC7550 color CMYK value is (0,32,53,33).

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 53.49%
  • key color value is 32.55%
CMYK:
(0,32,53,33)
C0M32Y53K33 
(0%,32%,53%,33%)
(0.00/0.32/0.53/0.33)	

CMYK percentages

%0
%31.98
%53.49
%32.55

Codes

Color #AC7550 in popluar color models

AC7550
RGB17211780
HSL24°36.51%49.41%
HSB/HSV24°53.49%67.45%
CMYK0.00%31.98%53.49%
32.55%

Color #AC7550 in popluar number systems.

HEXAC7550
Decimal17211780
Binary1010110011101011010000
Octal254165120

Shades and tints

Shades of #AC7550

#AC7550
(172,117,80)
#9D6B49
(157,107,73)
#8E6142
(142,97,66)
#7F573B
(127,87,59)
#704D34
(112,77,52)
#61432D
(97,67,45)
#523926
(82,57,38)
#432F1F
(67,47,31)
#342518
(52,37,24)
#251B11
(37,27,17)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #AC7550

#AC7550
(172,117,80)
#B3815F
(179,129,95)
#BA8D6E
(186,141,110)
#C1997D
(193,153,125)
#C8A58C
(200,165,140)
#CFB19B
(207,177,155)
#D6BDAA
(214,189,170)
#DDC9B9
(221,201,185)
#E4D5C8
(228,213,200)
#EBE1D7
(235,225,215)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7550; }

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

This text font color is #AC7550.


Background Color

.myBgColor { background-color: #AC7550; }

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

This div background color is #AC7550.


Border color

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

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

This div border color is #AC7550.


Opacity

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

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

Text with #AC7550 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 #AC7550;}

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

This text has shadow with #AC7550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7550 on black background.


Color preview on white background

This text has color #AC7550 on white background.



Black color preview on #AC7550 background

This text has black color on #AC7550 background.


White color preview on #AC7550 background

This text has white color on #AC7550 background.