COLOR #AC6467

HEX: #AC6467
RGB: (172,100,103)

Color info

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

RGB color model

#AC6467 color RGB value is (172,100,103).

  • red value is 172;
  • green value is 100;
  • blue value is 103.
RGB:
(172,100,103)
(67%,39%,40%)

RGB channels and saturation

R 172 of 255 = 67%
G 100 of 255 = 39%
B 103 of 255 = 40%

172
100
103

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

Portions of RGB colors in percentages

R + G + B =
172 + 100 + 103 = 375 (100%)
R 172 of 375 ~ 45.87%
G 100 of 375 ~ 26.67%
B 103 of 375 ~ 27.47%

%45.87
%26.67
%27.47

CMYK color model

#AC6467 color CMYK value is (0,42,40,33).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 40.12%
  • key color value is 32.55%
CMYK:
(0,42,40,33)
C0M42Y40K33 
(0%,42%,40%,33%)
(0.00/0.42/0.40/0.33)	

CMYK percentages

%0
%41.86
%40.12
%32.55

Codes

Color #AC6467 in popluar color models

AC6467
RGB172100103
HSL358°30.25%53.33%
HSB/HSV358°41.86%67.45%
CMYK0.00%41.86%40.12%
32.55%

Color #AC6467 in popluar number systems.

HEXAC6467
Decimal172100103
Binary1010110011001001100111
Octal254144147

Shades and tints

Shades of #AC6467

#AC6467
(172,100,103)
#9D5B5E
(157,91,94)
#8E5255
(142,82,85)
#7F494C
(127,73,76)
#704043
(112,64,67)
#61373A
(97,55,58)
#522E31
(82,46,49)
#432528
(67,37,40)
#341C1F
(52,28,31)
#251316
(37,19,22)
#160A0D
(22,10,13)
#000000
(0,0,0)

Tints of #AC6467

#AC6467
(172,100,103)
#B37274
(179,114,116)
#BA8081
(186,128,129)
#C18E8E
(193,142,142)
#C89C9B
(200,156,155)
#CFAAA8
(207,170,168)
#D6B8B5
(214,184,181)
#DDC6C2
(221,198,194)
#E4D4CF
(228,212,207)
#EBE2DC
(235,226,220)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6467 color. Also use rgb(172,100,103) instead hex code.

Text Font Color

.myTextColor { color: #AC6467; }

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

This text font color is #AC6467.


Background Color

.myBgColor { background-color: #AC6467; }

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

This div background color is #AC6467.


Border color

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

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

This div border color is #AC6467.


Opacity

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

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

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

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

This text has shadow with #AC6467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6467 on black background.


Color preview on white background

This text has color #AC6467 on white background.



Black color preview on #AC6467 background

This text has black color on #AC6467 background.


White color preview on #AC6467 background

This text has white color on #AC6467 background.