COLOR #ACB292

HEX: #ACB292 RGB: (172,178,146)

Color info

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

RGB color model

#ACB292 color RGB value is (172,178,146).

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

RGB channels and saturation

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

172
178
146

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

Portions of RGB colors in percentages

R + G + B = 172 + 178 + 146 = 496 (100%)
R 172 of 496 ~ 34.68%
G 178 of 496 ~ 35.89%
B 146 of 496 ~ 29.44'%

%34.68
%35.89
%29.44

CMYK color model

#ACB292 color CMYK value is (3,0,18,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 30.20%

CMYK: (3,0,18,30)
C3M0Y18K30 (3%, 0%, 18%, 30%)
(0.03 / 0.00 / 0.18 / 0.30)

CMYK percentages

%3.37
%0
%17.98
%30.2

Codes

Color #ACB292 in popluar color models

AC B2 92
RGB 172 178 146
HSL 71° 17.20% 63.53%
HSB/HSV 71° 17.98% 69.80%
CMYK 3.37% 0.00% 17.98%
30.20%

Color #ACB292 in popluar number systems.

HEX AC B2 92
Decimal 172 178 146
Binary 10101100 10110010 10010010
Octal 254 262 222

Shades and tints

Shades of #ACB292

#ACB292
(172,178,146)
#9DA285
(157,162,133)
#8E9278
(142,146,120)
#7F826B
(127,130,107)
#70725E
(112,114,94)
#616251
(97,98,81)
#525244
(82,82,68)
#434237
(67,66,55)
#34322A
(52,50,42)
#25221D
(37,34,29)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #ACB292

#ACB292
(172,178,146)
#B3B99B
(179,185,155)
#BAC0A4
(186,192,164)
#C1C7AD
(193,199,173)
#C8CEB6
(200,206,182)
#CFD5BF
(207,213,191)
#D6DCC8
(214,220,200)
#DDE3D1
(221,227,209)
#E4EADA
(228,234,218)
#EBF1E3
(235,241,227)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB292; }

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

This text font color is #ACB292.

Background Color

.myBgColor { background-color: #ACB292; }

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

This div background color is #ACB292.

Border color

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

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

This div border color is #ACB292.

Opacity

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

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

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

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

This text has shadow with #ACB292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB292.

Preview

Color preview on black background

This text has color #ACB292 on black background.


Color preview on white background

This text has color #ACB292 on white background.


Black color preview on #ACB292 background

This text has black color on #ACB292 background.


White color preview on #ACB292 background

This text has white color on #ACB292 background.


Related colors

Complementary color

Complementary color for #hex is #534D6D.


I love getcolorcode.com

Triadic colors

1 #92ACB2 and #B292AC with #ACB292 are triadic colors.

2 #92B2AC and #B2AC92 with #ACB292 are triadic colors.