COLOR #AC7C67

HEX: #AC7C67
RGB: (172,124,103)

Color info

#AC7C67 contains mainly red and green colors. Web safe color of #AC7C67 is #996666 (or #966).

RGB color model

#AC7C67 color RGB value is (172,124,103).

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

RGB channels and saturation

R 172 of 255 = 67%
G 124 of 255 = 49%
B 103 of 255 = 40%

172
124
103

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

Portions of RGB colors in percentages

R + G + B =
172 + 124 + 103 = 399 (100%)
R 172 of 399 ~ 43.11%
G 124 of 399 ~ 31.08%
B 103 of 399 ~ 25.81%

%43.11
%31.08
%25.81

CMYK color model

#AC7C67 color CMYK value is (0,28,40,33).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 40.12%
  • key color value is 32.55%
CMYK:
(0,28,40,33)
C0M28Y40K33 
(0%,28%,40%,33%)
(0.00/0.28/0.40/0.33)	

CMYK percentages

%0
%27.91
%40.12
%32.55

Codes

Color #AC7C67 in popluar color models

AC7C67
RGB172124103
HSL18°29.36%53.92%
HSB/HSV18°40.12%67.45%
CMYK0.00%27.91%40.12%
32.55%

Color #AC7C67 in popluar number systems.

HEXAC7C67
Decimal172124103
Binary1010110011111001100111
Octal254174147

Shades and tints

Shades of #AC7C67

#AC7C67
(172,124,103)
#9D715E
(157,113,94)
#8E6655
(142,102,85)
#7F5B4C
(127,91,76)
#705043
(112,80,67)
#61453A
(97,69,58)
#523A31
(82,58,49)
#432F28
(67,47,40)
#34241F
(52,36,31)
#251916
(37,25,22)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #AC7C67

#AC7C67
(172,124,103)
#B38774
(179,135,116)
#BA9281
(186,146,129)
#C19D8E
(193,157,142)
#C8A89B
(200,168,155)
#CFB3A8
(207,179,168)
#D6BEB5
(214,190,181)
#DDC9C2
(221,201,194)
#E4D4CF
(228,212,207)
#EBDFDC
(235,223,220)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7C67; }

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

This text font color is #AC7C67.


Background Color

.myBgColor { background-color: #AC7C67; }

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

This div background color is #AC7C67.


Border color

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

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

This div border color is #AC7C67.


Opacity

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

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

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

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

This text has shadow with #AC7C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7C67 on black background.


Color preview on white background

This text has color #AC7C67 on white background.



Black color preview on #AC7C67 background

This text has black color on #AC7C67 background.


White color preview on #AC7C67 background

This text has white color on #AC7C67 background.