COLOR #AC6F68

HEX: #AC6F68 RGB: (172,111,104)

Color info

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

RGB color model

#AC6F68 color RGB value is (172,111,104).

RGB: (172,111,104) (67%, 44%, 41%)

RGB channels and saturation

R 172 of 255 = 67%
G 111 of 255 = 44%
B 104 of 255 = 41%

172
111
104

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

Portions of RGB colors in percentages

R + G + B = 172 + 111 + 104 = 387 (100%)
R 172 of 387 ~ 44.44%
G 111 of 387 ~ 28.68%
B 104 of 387 ~ 26.87'%

%44.44
%28.68
%26.87

CMYK color model

#AC6F68 color CMYK value is (0,35,40,33).

  • cyan value is 0.00%
  • magenta value is 35.47%
  • yellow value is 39.53%
  • key color value is 32.55%

CMYK: (0,35,40,33)
C0M35Y40K33 (0%, 35%, 40%, 33%)
(0.00 / 0.35 / 0.40 / 0.33)

CMYK percentages

%0
%35.47
%39.53
%32.55

Codes

Color #AC6F68 in popluar color models

AC 6F 68
RGB 172 111 104
HSL 29.06% 54.12%
HSB/HSV 39.53% 67.45%
CMYK 0.00% 35.47% 39.53%
32.55%

Color #AC6F68 in popluar number systems.

HEX AC 6F 68
Decimal 172 111 104
Binary 10101100 1101111 1101000
Octal 254 157 150

Shades and tints

Shades of #AC6F68

#AC6F68
(172,111,104)
#9D655F
(157,101,95)
#8E5B56
(142,91,86)
#7F514D
(127,81,77)
#704744
(112,71,68)
#613D3B
(97,61,59)
#523332
(82,51,50)
#432929
(67,41,41)
#341F20
(52,31,32)
#251517
(37,21,23)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #AC6F68

#AC6F68
(172,111,104)
#B37C75
(179,124,117)
#BA8982
(186,137,130)
#C1968F
(193,150,143)
#C8A39C
(200,163,156)
#CFB0A9
(207,176,169)
#D6BDB6
(214,189,182)
#DDCAC3
(221,202,195)
#E4D7D0
(228,215,208)
#EBE4DD
(235,228,221)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6F68; }

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

This text font color is #AC6F68.

Background Color

.myBgColor { background-color: #AC6F68; }

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

This div background color is #AC6F68.

Border color

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

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

This div border color is #AC6F68.

Opacity

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

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

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

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

This text has shadow with #AC6F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6F68.

Preview

Color preview on black background

This text has color #AC6F68 on black background.


Color preview on white background

This text has color #AC6F68 on white background.


Black color preview on #AC6F68 background

This text has black color on #AC6F68 background.


White color preview on #AC6F68 background

This text has white color on #AC6F68 background.


Related colors

Complementary color

Complementary color for #hex is #539097.


I love getcolorcode.com

Triadic colors

1 #68AC6F and #6F68AC with #AC6F68 are triadic colors.

2 #686FAC and #6FAC68 with #AC6F68 are triadic colors.