COLOR #AC5651

HEX: #AC5651
RGB: (172,86,81)

Color info

#AC5651 contains mainly red color. Web safe color of #AC5651 is #996666 (or #966).

RGB color model

#AC5651 color RGB value is (172,86,81).

  • red value is 172;
  • green value is 86;
  • blue value is 81.
RGB:
(172,86,81)
(67%,34%,32%)

RGB channels and saturation

R 172 of 255 = 67%
G 86 of 255 = 34%
B 81 of 255 = 32%

172
86
81

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

Portions of RGB colors in percentages

R + G + B =
172 + 86 + 81 = 339 (100%)
R 172 of 339 ~ 50.74%
G 86 of 339 ~ 25.37%
B 81 of 339 ~ 23.89%

%50.74
%25.37
%23.89

CMYK color model

#AC5651 color CMYK value is (0,50,53,33).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 52.91%
  • key color value is 32.55%
CMYK:
(0,50,53,33)
C0M50Y53K33 
(0%,50%,53%,33%)
(0.00/0.50/0.53/0.33)	

CMYK percentages

%0
%50
%52.91
%32.55

Codes

Color #AC5651 in popluar color models

AC5651
RGB1728681
HSL35.97%49.61%
HSB/HSV52.91%67.45%
CMYK0.00%50.00%52.91%
32.55%

Color #AC5651 in popluar number systems.

HEXAC5651
Decimal1728681
Binary1010110010101101010001
Octal254126121

Shades and tints

Shades of #AC5651

#AC5651
(172,86,81)
#9D4F4A
(157,79,74)
#8E4843
(142,72,67)
#7F413C
(127,65,60)
#703A35
(112,58,53)
#61332E
(97,51,46)
#522C27
(82,44,39)
#432520
(67,37,32)
#341E19
(52,30,25)
#251712
(37,23,18)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #AC5651

#AC5651
(172,86,81)
#B36560
(179,101,96)
#BA746F
(186,116,111)
#C1837E
(193,131,126)
#C8928D
(200,146,141)
#CFA19C
(207,161,156)
#D6B0AB
(214,176,171)
#DDBFBA
(221,191,186)
#E4CEC9
(228,206,201)
#EBDDD8
(235,221,216)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5651 color. Also use rgb(172,86,81) instead hex code.

Text Font Color

.myTextColor { color: #AC5651; }

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

This text font color is #AC5651.


Background Color

.myBgColor { background-color: #AC5651; }

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

This div background color is #AC5651.


Border color

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

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

This div border color is #AC5651.


Opacity

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

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

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

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

This text has shadow with #AC5651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5651 on black background.


Color preview on white background

This text has color #AC5651 on white background.



Black color preview on #AC5651 background

This text has black color on #AC5651 background.


White color preview on #AC5651 background

This text has white color on #AC5651 background.