COLOR #AC4F69

HEX: #AC4F69
RGB: (172,79,105)

Color info

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

RGB color model

#AC4F69 color RGB value is (172,79,105).

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

RGB channels and saturation

R 172 of 255 = 67%
G 79 of 255 = 31%
B 105 of 255 = 41%

172
79
105

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

Portions of RGB colors in percentages

R + G + B =
172 + 79 + 105 = 356 (100%)
R 172 of 356 ~ 48.31%
G 79 of 356 ~ 22.19%
B 105 of 356 ~ 29.49%

%48.31
%22.19
%29.49

CMYK color model

#AC4F69 color CMYK value is (0,54,39,33).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 38.95%
  • key color value is 32.55%
CMYK:
(0,54,39,33)
C0M54Y39K33 
(0%,54%,39%,33%)
(0.00/0.54/0.39/0.33)	

CMYK percentages

%0
%54.07
%38.95
%32.55

Codes

Color #AC4F69 in popluar color models

AC4F69
RGB17279105
HSL343°37.05%49.22%
HSB/HSV343°54.07%67.45%
CMYK0.00%54.07%38.95%
32.55%

Color #AC4F69 in popluar number systems.

HEXAC4F69
Decimal17279105
Binary1010110010011111101001
Octal254117151

Shades and tints

Shades of #AC4F69

#AC4F69
(172,79,105)
#9D4860
(157,72,96)
#8E4157
(142,65,87)
#7F3A4E
(127,58,78)
#703345
(112,51,69)
#612C3C
(97,44,60)
#522533
(82,37,51)
#431E2A
(67,30,42)
#341721
(52,23,33)
#251018
(37,16,24)
#16090F
(22,9,15)
#000000
(0,0,0)

Tints of #AC4F69

#AC4F69
(172,79,105)
#B35F76
(179,95,118)
#BA6F83
(186,111,131)
#C17F90
(193,127,144)
#C88F9D
(200,143,157)
#CF9FAA
(207,159,170)
#D6AFB7
(214,175,183)
#DDBFC4
(221,191,196)
#E4CFD1
(228,207,209)
#EBDFDE
(235,223,222)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4F69; }

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

This text font color is #AC4F69.


Background Color

.myBgColor { background-color: #AC4F69; }

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

This div background color is #AC4F69.


Border color

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

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

This div border color is #AC4F69.


Opacity

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

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

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

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

This text has shadow with #AC4F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4F69 on black background.


Color preview on white background

This text has color #AC4F69 on white background.



Black color preview on #AC4F69 background

This text has black color on #AC4F69 background.


White color preview on #AC4F69 background

This text has white color on #AC4F69 background.