COLOR #ACA992

HEX: #ACA992 RGB: (172,169,146)

Color info

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

RGB color model

#ACA992 color RGB value is (172,169,146).

RGB: (172,169,146) (67%, 66%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 169 of 255 = 66%
B 146 of 255 = 57%

172
169
146

R + G + B ~ 63%. #ACA992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 169 + 146 = 487 (100%)
R 172 of 487 ~ 35.32%
G 169 of 487 ~ 34.7%
B 146 of 487 ~ 29.98'%

%35.32
%34.7
%29.98

CMYK color model

#ACA992 color CMYK value is (0,2,15,33).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 15.12%
  • key color value is 32.55%

CMYK: (0,2,15,33)
C0M2Y15K33 (0%, 2%, 15%, 33%)
(0.00 / 0.02 / 0.15 / 0.33)

CMYK percentages

%0
%1.74
%15.12
%32.55

Codes

Color #ACA992 in popluar color models

AC A9 92
RGB 172 169 146
HSL 53° 13.54% 62.35%
HSB/HSV 53° 15.12% 67.45%
CMYK 0.00% 1.74% 15.12%
32.55%

Color #ACA992 in popluar number systems.

HEX AC A9 92
Decimal 172 169 146
Binary 10101100 10101001 10010010
Octal 254 251 222

Shades and tints

Shades of #ACA992

#ACA992
(172,169,146)
#9D9A85
(157,154,133)
#8E8B78
(142,139,120)
#7F7C6B
(127,124,107)
#706D5E
(112,109,94)
#615E51
(97,94,81)
#524F44
(82,79,68)
#434037
(67,64,55)
#34312A
(52,49,42)
#25221D
(37,34,29)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #ACA992

#ACA992
(172,169,146)
#B3B09B
(179,176,155)
#BAB7A4
(186,183,164)
#C1BEAD
(193,190,173)
#C8C5B6
(200,197,182)
#CFCCBF
(207,204,191)
#D6D3C8
(214,211,200)
#DDDAD1
(221,218,209)
#E4E1DA
(228,225,218)
#EBE8E3
(235,232,227)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA992; }

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

This text font color is #ACA992.

Background Color

.myBgColor { background-color: #ACA992; }

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

This div background color is #ACA992.

Border color

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

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

This div border color is #ACA992.

Opacity

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

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

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

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

This text has shadow with #ACA992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA992.

Preview

Color preview on black background

This text has color #ACA992 on black background.


Color preview on white background

This text has color #ACA992 on white background.


Black color preview on #ACA992 background

This text has black color on #ACA992 background.


White color preview on #ACA992 background

This text has white color on #ACA992 background.


Related colors

Complementary color

Complementary color for #hex is #53566D.


I love getcolorcode.com

Triadic colors

1 #92ACA9 and #A992AC with #ACA992 are triadic colors.

2 #92A9AC and #A9AC92 with #ACA992 are triadic colors.