COLOR #AC9689

HEX: #AC9689 RGB: (172,150,137)

Color info

#AC9689 contains red, green and blue colors in about the same proportion. Web safe color of #AC9689 is #999999 (or #999).

RGB color model

#AC9689 color RGB value is (172,150,137).

RGB: (172,150,137) (67%, 59%, 54%)

RGB channels and saturation

R 172 of 255 = 67%
G 150 of 255 = 59%
B 137 of 255 = 54%

172
150
137

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

Portions of RGB colors in percentages

R + G + B = 172 + 150 + 137 = 459 (100%)
R 172 of 459 ~ 37.47%
G 150 of 459 ~ 32.68%
B 137 of 459 ~ 29.85'%

%37.47
%32.68
%29.85

CMYK color model

#AC9689 color CMYK value is (0,13,20,33).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 20.35%
  • key color value is 32.55%

CMYK: (0,13,20,33)
C0M13Y20K33 (0%, 13%, 20%, 33%)
(0.00 / 0.13 / 0.20 / 0.33)

CMYK percentages

%0
%12.79
%20.35
%32.55

Codes

Color #AC9689 in popluar color models

AC 96 89
RGB 172 150 137
HSL 22° 17.41% 60.59%
HSB/HSV 22° 20.35% 67.45%
CMYK 0.00% 12.79% 20.35%
32.55%

Color #AC9689 in popluar number systems.

HEX AC 96 89
Decimal 172 150 137
Binary 10101100 10010110 10001001
Octal 254 226 211

Shades and tints

Shades of #AC9689

#AC9689
(172,150,137)
#9D897D
(157,137,125)
#8E7C71
(142,124,113)
#7F6F65
(127,111,101)
#706259
(112,98,89)
#61554D
(97,85,77)
#524841
(82,72,65)
#433B35
(67,59,53)
#342E29
(52,46,41)
#25211D
(37,33,29)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #AC9689

#AC9689
(172,150,137)
#B39F93
(179,159,147)
#BAA89D
(186,168,157)
#C1B1A7
(193,177,167)
#C8BAB1
(200,186,177)
#CFC3BB
(207,195,187)
#D6CCC5
(214,204,197)
#DDD5CF
(221,213,207)
#E4DED9
(228,222,217)
#EBE7E3
(235,231,227)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9689 color. Also use rgb(172,150,137) instead hex code.

Text Font Color

.myTextColor { color: #AC9689; }

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

This text font color is #AC9689.

Background Color

.myBgColor { background-color: #AC9689; }

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

This div background color is #AC9689.

Border color

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

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

This div border color is #AC9689.

Opacity

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

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

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

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

This text has shadow with #AC9689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9689.

Preview

Color preview on black background

This text has color #AC9689 on black background.


Color preview on white background

This text has color #AC9689 on white background.


Black color preview on #AC9689 background

This text has black color on #AC9689 background.


White color preview on #AC9689 background

This text has white color on #AC9689 background.


Related colors

Complementary color

Complementary color for #hex is #536976.


I love getcolorcode.com

Triadic colors

1 #89AC96 and #9689AC with #AC9689 are triadic colors.

2 #8996AC and #96AC89 with #AC9689 are triadic colors.