COLOR #AC4F55

HEX: #AC4F55
RGB: (172,79,85)

Color info

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

RGB color model

#AC4F55 color RGB value is (172,79,85).

  • red value is 172;
  • green value is 79;
  • blue value is 85.
RGB:
(172,79,85)
(67%,31%,33%)

RGB channels and saturation

R 172 of 255 = 67%
G 79 of 255 = 31%
B 85 of 255 = 33%

172
79
85

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

Portions of RGB colors in percentages

R + G + B =
172 + 79 + 85 = 336 (100%)
R 172 of 336 ~ 51.19%
G 79 of 336 ~ 23.51%
B 85 of 336 ~ 25.3%

%51.19
%23.51
%25.3

CMYK color model

#AC4F55 color CMYK value is (0,54,51,33).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 50.58%
  • key color value is 32.55%
CMYK:
(0,54,51,33)
C0M54Y51K33 
(0%,54%,51%,33%)
(0.00/0.54/0.51/0.33)	

CMYK percentages

%0
%54.07
%50.58
%32.55

Codes

Color #AC4F55 in popluar color models

AC4F55
RGB1727985
HSL356°37.05%49.22%
HSB/HSV356°54.07%67.45%
CMYK0.00%54.07%50.58%
32.55%

Color #AC4F55 in popluar number systems.

HEXAC4F55
Decimal1727985
Binary1010110010011111010101
Octal254117125

Shades and tints

Shades of #AC4F55

#AC4F55
(172,79,85)
#9D484E
(157,72,78)
#8E4147
(142,65,71)
#7F3A40
(127,58,64)
#703339
(112,51,57)
#612C32
(97,44,50)
#52252B
(82,37,43)
#431E24
(67,30,36)
#34171D
(52,23,29)
#251016
(37,16,22)
#16090F
(22,9,15)
#000000
(0,0,0)

Tints of #AC4F55

#AC4F55
(172,79,85)
#B35F64
(179,95,100)
#BA6F73
(186,111,115)
#C17F82
(193,127,130)
#C88F91
(200,143,145)
#CF9FA0
(207,159,160)
#D6AFAF
(214,175,175)
#DDBFBE
(221,191,190)
#E4CFCD
(228,207,205)
#EBDFDC
(235,223,220)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4F55 color. Also use rgb(172,79,85) instead hex code.

Text Font Color

.myTextColor { color: #AC4F55; }

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

This text font color is #AC4F55.


Background Color

.myBgColor { background-color: #AC4F55; }

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

This div background color is #AC4F55.


Border color

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

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

This div border color is #AC4F55.


Opacity

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

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

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

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

This text has shadow with #AC4F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4F55 on black background.


Color preview on white background

This text has color #AC4F55 on white background.



Black color preview on #AC4F55 background

This text has black color on #AC4F55 background.


White color preview on #AC4F55 background

This text has white color on #AC4F55 background.