COLOR #ACB394

HEX: #ACB394 RGB: (172,179,148)

Color info

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

RGB color model

#ACB394 color RGB value is (172,179,148).

RGB: (172,179,148) (67%, 70%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 148 of 255 = 58%

172
179
148

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

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 148 = 499 (100%)
R 172 of 499 ~ 34.47%
G 179 of 499 ~ 35.87%
B 148 of 499 ~ 29.66'%

%34.47
%35.87
%29.66

CMYK color model

#ACB394 color CMYK value is (4,0,17,30).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 29.80%

CMYK: (4,0,17,30)
C4M0Y17K30 (4%, 0%, 17%, 30%)
(0.04 / 0.00 / 0.17 / 0.30)

CMYK percentages

%3.91
%0
%17.32
%29.8

Codes

Color #ACB394 in popluar color models

AC B3 94
RGB 172 179 148
HSL 74° 16.94% 64.12%
HSB/HSV 74° 17.32% 70.20%
CMYK 3.91% 0.00% 17.32%
29.80%

Color #ACB394 in popluar number systems.

HEX AC B3 94
Decimal 172 179 148
Binary 10101100 10110011 10010100
Octal 254 263 224

Shades and tints

Shades of #ACB394

#ACB394
(172,179,148)
#9DA387
(157,163,135)
#8E937A
(142,147,122)
#7F836D
(127,131,109)
#707360
(112,115,96)
#616353
(97,99,83)
#525346
(82,83,70)
#434339
(67,67,57)
#34332C
(52,51,44)
#25231F
(37,35,31)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #ACB394

#ACB394
(172,179,148)
#B3B99D
(179,185,157)
#BABFA6
(186,191,166)
#C1C5AF
(193,197,175)
#C8CBB8
(200,203,184)
#CFD1C1
(207,209,193)
#D6D7CA
(214,215,202)
#DDDDD3
(221,221,211)
#E4E3DC
(228,227,220)
#EBE9E5
(235,233,229)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB394; }

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

This text font color is #ACB394.

Background Color

.myBgColor { background-color: #ACB394; }

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

This div background color is #ACB394.

Border color

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

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

This div border color is #ACB394.

Opacity

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

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

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

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

This text has shadow with #ACB394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB394.

Preview

Color preview on black background

This text has color #ACB394 on black background.


Color preview on white background

This text has color #ACB394 on white background.


Black color preview on #ACB394 background

This text has black color on #ACB394 background.


White color preview on #ACB394 background

This text has white color on #ACB394 background.


Related colors

Complementary color

Complementary color for #hex is #534C6B.


I love getcolorcode.com

Triadic colors

1 #94ACB3 and #B394AC with #ACB394 are triadic colors.

2 #94B3AC and #B3AC94 with #ACB394 are triadic colors.