COLOR #ACB396

HEX: #ACB396 RGB: (172,179,150)

Color info

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

RGB color model

#ACB396 color RGB value is (172,179,150).

RGB: (172,179,150) (67%, 70%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 150 of 255 = 59%

172
179
150

R + G + B ~ 65%. #ACB396 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 150 = 501 (100%)
R 172 of 501 ~ 34.33%
G 179 of 501 ~ 35.73%
B 150 of 501 ~ 29.94'%

%34.33
%35.73
%29.94

CMYK color model

#ACB396 color CMYK value is (4,0,16,30).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK: (4,0,16,30) C4M0Y16K30 (4%,0%,16%,30%) (0.04/0.00/0.16/0.30) 

CMYK percentages

%3.91
%0
%16.2
%29.8

Codes

Color #ACB396 in popluar color models

AC B3 96
RGB 172 179 150
HSL 74° 16.02% 64.51%
HSB/HSV 74° 16.20% 70.20%
CMYK 3.91% 0.00% 16.20%
29.80%

Color #ACB396 in popluar number systems.

HEX AC B3 96
Decimal 172 179 150
Binary 10101100 10110011 10010110
Octal 254 263 226

Shades and tints

Shades of #ACB396

#ACB396
(172,179,150)
#9DA389
(157,163,137)
#8E937C
(142,147,124)
#7F836F
(127,131,111)
#707362
(112,115,98)
#616355
(97,99,85)
#525348
(82,83,72)
#43433B
(67,67,59)
#34332E
(52,51,46)
#252321
(37,35,33)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACB396

#ACB396
(172,179,150)
#B3B99F
(179,185,159)
#BABFA8
(186,191,168)
#C1C5B1
(193,197,177)
#C8CBBA
(200,203,186)
#CFD1C3
(207,209,195)
#D6D7CC
(214,215,204)
#DDDDD5
(221,221,213)
#E4E3DE
(228,227,222)
#EBE9E7
(235,233,231)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB396; }

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

This text font color is #ACB396.

Background Color

.myBgColor { background-color: #ACB396; }

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

This div background color is #ACB396.

Border color

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

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

This div border color is #ACB396.

Opacity

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

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

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

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

This text has shadow with #ACB396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB396.

Preview

Color preview on black background

This text has color #ACB396 on black background.


Color preview on white background

This text has color #ACB396 on white background.


Black color preview on #ACB396 background

This text has black color on #ACB396 background.


White color preview on #ACB396 background

This text has white color on #ACB396 background.


Related colors

Complementary color

Complementary color for #hex is #534C69.


I love getcolorcode.com

Triadic colors

1 #96ACB3 and #B396AC with #ACB396 are triadic colors.

2 #96B3AC and #B3AC96 with #ACB396 are triadic colors.