COLOR #ACB992

HEX: #ACB992 RGB: (172,185,146)

Color info

#ACB992 contains red, green and blue colors in about the same proportion. Web safe color of #ACB992 is #99CC99 (or #9C9).

RGB color model

#ACB992 color RGB value is (172,185,146).

RGB: (172,185,146) (67%, 73%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 146 of 255 = 57%

172
185
146

R + G + B ~ 66%. #ACB992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 185 + 146 = 503 (100%)
R 172 of 503 ~ 34.19%
G 185 of 503 ~ 36.78%
B 146 of 503 ~ 29.03'%

%34.19
%36.78
%29.03

CMYK color model

#ACB992 color CMYK value is (7,0,21,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK: (7,0,21,27) C7M0Y21K27 (7%,0%,21%,27%) (0.07/0.00/0.21/0.27) 

CMYK percentages

%7.03
%0
%21.08
%27.45

Codes

Color #ACB992 in popluar color models

AC B9 92
RGB 172 185 146
HSL 80° 21.79% 64.90%
HSB/HSV 80° 21.08% 72.55%
CMYK 7.03% 0.00% 21.08%
27.45%

Color #ACB992 in popluar number systems.

HEX AC B9 92
Decimal 172 185 146
Binary 10101100 10111001 10010010
Octal 254 271 222

Shades and tints

Shades of #ACB992

#ACB992
(172,185,146)
#9DA985
(157,169,133)
#8E9978
(142,153,120)
#7F896B
(127,137,107)
#70795E
(112,121,94)
#616951
(97,105,81)
#525944
(82,89,68)
#434937
(67,73,55)
#34392A
(52,57,42)
#25291D
(37,41,29)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #ACB992

#ACB992
(172,185,146)
#B3BF9B
(179,191,155)
#BAC5A4
(186,197,164)
#C1CBAD
(193,203,173)
#C8D1B6
(200,209,182)
#CFD7BF
(207,215,191)
#D6DDC8
(214,221,200)
#DDE3D1
(221,227,209)
#E4E9DA
(228,233,218)
#EBEFE3
(235,239,227)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB992; }

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

This text font color is #ACB992.

Background Color

.myBgColor { background-color: #ACB992; }

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

This div background color is #ACB992.

Border color

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

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

This div border color is #ACB992.

Opacity

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

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

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

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

This text has shadow with #ACB992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB992.

Preview

Color preview on black background

This text has color #ACB992 on black background.


Color preview on white background

This text has color #ACB992 on white background.


Black color preview on #ACB992 background

This text has black color on #ACB992 background.


White color preview on #ACB992 background

This text has white color on #ACB992 background.


Related colors

Complementary color

Complementary color for #hex is #53466D.


I love getcolorcode.com

Triadic colors

1 #92ACB9 and #B992AC with #ACB992 are triadic colors.

2 #92B9AC and #B9AC92 with #ACB992 are triadic colors.