COLOR #ACB392

HEX: #ACB392 RGB: (172,179,146)

Color info

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

RGB color model

#ACB392 color RGB value is (172,179,146).

RGB: (172,179,146) (67%, 70%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 146 of 255 = 57%

172
179
146

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

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 146 = 497 (100%)
R 172 of 497 ~ 34.61%
G 179 of 497 ~ 36.02%
B 146 of 497 ~ 29.38'%

%34.61
%36.02
%29.38

CMYK color model

#ACB392 color CMYK value is (4,0,18,30).

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

CMYK: (4,0,18,30)
C4M0Y18K30 (4%, 0%, 18%, 30%)
(0.04 / 0.00 / 0.18 / 0.30)

CMYK percentages

%3.91
%0
%18.44
%29.8

Codes

Color #ACB392 in popluar color models

AC B3 92
RGB 172 179 146
HSL 73° 17.84% 63.73%
HSB/HSV 73° 18.44% 70.20%
CMYK 3.91% 0.00% 18.44%
29.80%

Color #ACB392 in popluar number systems.

HEX AC B3 92
Decimal 172 179 146
Binary 10101100 10110011 10010010
Octal 254 263 222

Shades and tints

Shades of #ACB392

#ACB392
(172,179,146)
#9DA385
(157,163,133)
#8E9378
(142,147,120)
#7F836B
(127,131,107)
#70735E
(112,115,94)
#616351
(97,99,81)
#525344
(82,83,68)
#434337
(67,67,55)
#34332A
(52,51,42)
#25231D
(37,35,29)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #ACB392

#ACB392
(172,179,146)
#B3B99B
(179,185,155)
#BABFA4
(186,191,164)
#C1C5AD
(193,197,173)
#C8CBB6
(200,203,182)
#CFD1BF
(207,209,191)
#D6D7C8
(214,215,200)
#DDDDD1
(221,221,209)
#E4E3DA
(228,227,218)
#EBE9E3
(235,233,227)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB392; }

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

This text font color is #ACB392.

Background Color

.myBgColor { background-color: #ACB392; }

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

This div background color is #ACB392.

Border color

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

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

This div border color is #ACB392.

Opacity

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

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

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

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

This text has shadow with #ACB392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB392.

Preview

Color preview on black background

This text has color #ACB392 on black background.


Color preview on white background

This text has color #ACB392 on white background.


Black color preview on #ACB392 background

This text has black color on #ACB392 background.


White color preview on #ACB392 background

This text has white color on #ACB392 background.


Related colors

Complementary color

Complementary color for #hex is #534C6D.


I love getcolorcode.com

Triadic colors

1 #92ACB3 and #B392AC with #ACB392 are triadic colors.

2 #92B3AC and #B3AC92 with #ACB392 are triadic colors.