COLOR #AC6D75

HEX: #AC6D75 RGB: (172,109,117)

Color info

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

RGB color model

#AC6D75 color RGB value is (172,109,117).

RGB: (172,109,117) (67%, 43%, 46%)

RGB channels and saturation

R 172 of 255 = 67%
G 109 of 255 = 43%
B 117 of 255 = 46%

172
109
117

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

Portions of RGB colors in percentages

R + G + B = 172 + 109 + 117 = 398 (100%)
R 172 of 398 ~ 43.22%
G 109 of 398 ~ 27.39%
B 117 of 398 ~ 29.4'%

%43.22
%27.39
%29.4

CMYK color model

#AC6D75 color CMYK value is (0,37,32,33).

  • cyan value is 0.00%
  • magenta value is 36.63%
  • yellow value is 31.98%
  • key color value is 32.55%

CMYK: (0,37,32,33)
C0M37Y32K33 (0%, 37%, 32%, 33%)
(0.00 / 0.37 / 0.32 / 0.33)

CMYK percentages

%0
%36.63
%31.98
%32.55

Codes

Color #AC6D75 in popluar color models

AC 6D 75
RGB 172 109 117
HSL 352° 27.51% 55.10%
HSB/HSV 352° 36.63% 67.45%
CMYK 0.00% 36.63% 31.98%
32.55%

Color #AC6D75 in popluar number systems.

HEX AC 6D 75
Decimal 172 109 117
Binary 10101100 1101101 1110101
Octal 254 155 165

Shades and tints

Shades of #AC6D75

#AC6D75
(172,109,117)
#9D646B
(157,100,107)
#8E5B61
(142,91,97)
#7F5257
(127,82,87)
#70494D
(112,73,77)
#614043
(97,64,67)
#523739
(82,55,57)
#432E2F
(67,46,47)
#342525
(52,37,37)
#251C1B
(37,28,27)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #AC6D75

#AC6D75
(172,109,117)
#B37A81
(179,122,129)
#BA878D
(186,135,141)
#C19499
(193,148,153)
#C8A1A5
(200,161,165)
#CFAEB1
(207,174,177)
#D6BBBD
(214,187,189)
#DDC8C9
(221,200,201)
#E4D5D5
(228,213,213)
#EBE2E1
(235,226,225)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6D75 color. Also use rgb(172,109,117) instead hex code.

Text Font Color

.myTextColor { color: #AC6D75; }

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

This text font color is #AC6D75.

Background Color

.myBgColor { background-color: #AC6D75; }

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

This div background color is #AC6D75.

Border color

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

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

This div border color is #AC6D75.

Opacity

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

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

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

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

This text has shadow with #AC6D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6D75.

Preview

Color preview on black background

This text has color #AC6D75 on black background.


Color preview on white background

This text has color #AC6D75 on white background.


Black color preview on #AC6D75 background

This text has black color on #AC6D75 background.


White color preview on #AC6D75 background

This text has white color on #AC6D75 background.


Related colors

Complementary color

Complementary color for #hex is #53928A.


I love getcolorcode.com

Triadic colors

1 #75AC6D and #6D75AC with #AC6D75 are triadic colors.

2 #756DAC and #6DAC75 with #AC6D75 are triadic colors.