COLOR #AC624D

HEX: #AC624D
RGB: (172,98,77)

Color info

#AC624D contains mainly red color. Web safe color of #AC624D is #996633 (or #963).

RGB color model

#AC624D color RGB value is (172,98,77).

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

RGB channels and saturation

R 172 of 255 = 67%
G 98 of 255 = 38%
B 77 of 255 = 30%

172
98
77

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

Portions of RGB colors in percentages

R + G + B =
172 + 98 + 77 = 347 (100%)
R 172 of 347 ~ 49.57%
G 98 of 347 ~ 28.24%
B 77 of 347 ~ 22.19%

%49.57
%28.24
%22.19

CMYK color model

#AC624D color CMYK value is (0,43,55,33).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 55.23%
  • key color value is 32.55%
CMYK:
(0,43,55,33)
C0M43Y55K33 
(0%,43%,55%,33%)
(0.00/0.43/0.55/0.33)	

CMYK percentages

%0
%43.02
%55.23
%32.55

Codes

Color #AC624D in popluar color models

AC624D
RGB1729877
HSL13°38.15%48.82%
HSB/HSV13°55.23%67.45%
CMYK0.00%43.02%55.23%
32.55%

Color #AC624D in popluar number systems.

HEXAC624D
Decimal1729877
Binary1010110011000101001101
Octal254142115

Shades and tints

Shades of #AC624D

#AC624D
(172,98,77)
#9D5A46
(157,90,70)
#8E523F
(142,82,63)
#7F4A38
(127,74,56)
#704231
(112,66,49)
#613A2A
(97,58,42)
#523223
(82,50,35)
#432A1C
(67,42,28)
#342215
(52,34,21)
#251A0E
(37,26,14)
#161207
(22,18,7)
#000000
(0,0,0)

Tints of #AC624D

#AC624D
(172,98,77)
#B3705D
(179,112,93)
#BA7E6D
(186,126,109)
#C18C7D
(193,140,125)
#C89A8D
(200,154,141)
#CFA89D
(207,168,157)
#D6B6AD
(214,182,173)
#DDC4BD
(221,196,189)
#E4D2CD
(228,210,205)
#EBE0DD
(235,224,221)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC624D; }

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

This text font color is #AC624D.


Background Color

.myBgColor { background-color: #AC624D; }

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

This div background color is #AC624D.


Border color

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

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

This div border color is #AC624D.


Opacity

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

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

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

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

This text has shadow with #AC624D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC624D on black background.


Color preview on white background

This text has color #AC624D on white background.



Black color preview on #AC624D background

This text has black color on #AC624D background.


White color preview on #AC624D background

This text has white color on #AC624D background.