COLOR #AC626F

HEX: #AC626F
RGB: (172,98,111)

Color info

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

RGB color model

#AC626F color RGB value is (172,98,111).

  • red value is 172;
  • green value is 98;
  • blue value is 111.
RGB:
(172,98,111)
(67%,38%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 98 of 255 = 38%
B 111 of 255 = 44%

172
98
111

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

Portions of RGB colors in percentages

R + G + B =
172 + 98 + 111 = 381 (100%)
R 172 of 381 ~ 45.14%
G 98 of 381 ~ 25.72%
B 111 of 381 ~ 29.13%

%45.14
%25.72
%29.13

CMYK color model

#AC626F color CMYK value is (0,43,35,33).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(0,43,35,33)
C0M43Y35K33 
(0%,43%,35%,33%)
(0.00/0.43/0.35/0.33)	

CMYK percentages

%0
%43.02
%35.47
%32.55

Codes

Color #AC626F in popluar color models

AC626F
RGB17298111
HSL349°30.83%52.94%
HSB/HSV349°43.02%67.45%
CMYK0.00%43.02%35.47%
32.55%

Color #AC626F in popluar number systems.

HEXAC626F
Decimal17298111
Binary1010110011000101101111
Octal254142157

Shades and tints

Shades of #AC626F

#AC626F
(172,98,111)
#9D5A65
(157,90,101)
#8E525B
(142,82,91)
#7F4A51
(127,74,81)
#704247
(112,66,71)
#613A3D
(97,58,61)
#523233
(82,50,51)
#432A29
(67,42,41)
#34221F
(52,34,31)
#251A15
(37,26,21)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #AC626F

#AC626F
(172,98,111)
#B3707C
(179,112,124)
#BA7E89
(186,126,137)
#C18C96
(193,140,150)
#C89AA3
(200,154,163)
#CFA8B0
(207,168,176)
#D6B6BD
(214,182,189)
#DDC4CA
(221,196,202)
#E4D2D7
(228,210,215)
#EBE0E4
(235,224,228)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC626F color. Also use rgb(172,98,111) instead hex code.

Text Font Color

.myTextColor { color: #AC626F; }

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

This text font color is #AC626F.


Background Color

.myBgColor { background-color: #AC626F; }

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

This div background color is #AC626F.


Border color

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

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

This div border color is #AC626F.


Opacity

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

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

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

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

This text has shadow with #AC626F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC626F on black background.


Color preview on white background

This text has color #AC626F on white background.



Black color preview on #AC626F background

This text has black color on #AC626F background.


White color preview on #AC626F background

This text has white color on #AC626F background.