COLOR #AC6B75

HEX: #AC6B75 RGB: (172,107,117)

Color info

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

RGB color model

#AC6B75 color RGB value is (172,107,117).

RGB: (172,107,117) (67%, 42%, 46%)

RGB channels and saturation

R 172 of 255 = 67%
G 107 of 255 = 42%
B 117 of 255 = 46%

172
107
117

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

Portions of RGB colors in percentages

R + G + B = 172 + 107 + 117 = 396 (100%)
R 172 of 396 ~ 43.43%
G 107 of 396 ~ 27.02%
B 117 of 396 ~ 29.55'%

%43.43
%27.02
%29.55

CMYK color model

#AC6B75 color CMYK value is (0,38,32,33).

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

CMYK: (0,38,32,33)
C0M38Y32K33 (0%, 38%, 32%, 33%)
(0.00 / 0.38 / 0.32 / 0.33)

CMYK percentages

%0
%37.79
%31.98
%32.55

Codes

Color #AC6B75 in popluar color models

AC 6B 75
RGB 172 107 117
HSL 351° 28.14% 54.71%
HSB/HSV 351° 37.79% 67.45%
CMYK 0.00% 37.79% 31.98%
32.55%

Color #AC6B75 in popluar number systems.

HEX AC 6B 75
Decimal 172 107 117
Binary 10101100 1101011 1110101
Octal 254 153 165

Shades and tints

Shades of #AC6B75

#AC6B75
(172,107,117)
#9D626B
(157,98,107)
#8E5961
(142,89,97)
#7F5057
(127,80,87)
#70474D
(112,71,77)
#613E43
(97,62,67)
#523539
(82,53,57)
#432C2F
(67,44,47)
#342325
(52,35,37)
#251A1B
(37,26,27)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #AC6B75

#AC6B75
(172,107,117)
#B37881
(179,120,129)
#BA858D
(186,133,141)
#C19299
(193,146,153)
#C89FA5
(200,159,165)
#CFACB1
(207,172,177)
#D6B9BD
(214,185,189)
#DDC6C9
(221,198,201)
#E4D3D5
(228,211,213)
#EBE0E1
(235,224,225)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6B75; }

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

This text font color is #AC6B75.

Background Color

.myBgColor { background-color: #AC6B75; }

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

This div background color is #AC6B75.

Border color

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

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

This div border color is #AC6B75.

Opacity

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

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

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

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

This text has shadow with #AC6B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6B75.

Preview

Color preview on black background

This text has color #AC6B75 on black background.


Color preview on white background

This text has color #AC6B75 on white background.


Black color preview on #AC6B75 background

This text has black color on #AC6B75 background.


White color preview on #AC6B75 background

This text has white color on #AC6B75 background.


Related colors

Complementary color

Complementary color for #hex is #53948A.


I love getcolorcode.com

Triadic colors

1 #75AC6B and #6B75AC with #AC6B75 are triadic colors.

2 #756BAC and #6BAC75 with #AC6B75 are triadic colors.