COLOR #ACB492

HEX: #ACB492 RGB: (172,180,146)

Color info

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

RGB color model

#ACB492 color RGB value is (172,180,146).

RGB: (172,180,146) (67%, 71%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 146 of 255 = 57%

172
180
146

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

Portions of RGB colors in percentages

R + G + B = 172 + 180 + 146 = 498 (100%)
R 172 of 498 ~ 34.54%
G 180 of 498 ~ 36.14%
B 146 of 498 ~ 29.32'%

%34.54
%36.14
%29.32

CMYK color model

#ACB492 color CMYK value is (4,0,19,29).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 29.41%

CMYK: (4,0,19,29)
C4M0Y19K29 (4%, 0%, 19%, 29%)
(0.04 / 0.00 / 0.19 / 0.29)

CMYK percentages

%4.44
%0
%18.89
%29.41

Codes

Color #ACB492 in popluar color models

AC B4 92
RGB 172 180 146
HSL 74° 18.48% 63.92%
HSB/HSV 74° 18.89% 70.59%
CMYK 4.44% 0.00% 18.89%
29.41%

Color #ACB492 in popluar number systems.

HEX AC B4 92
Decimal 172 180 146
Binary 10101100 10110100 10010010
Octal 254 264 222

Shades and tints

Shades of #ACB492

#ACB492
(172,180,146)
#9DA485
(157,164,133)
#8E9478
(142,148,120)
#7F846B
(127,132,107)
#70745E
(112,116,94)
#616451
(97,100,81)
#525444
(82,84,68)
#434437
(67,68,55)
#34342A
(52,52,42)
#25241D
(37,36,29)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #ACB492

#ACB492
(172,180,146)
#B3BA9B
(179,186,155)
#BAC0A4
(186,192,164)
#C1C6AD
(193,198,173)
#C8CCB6
(200,204,182)
#CFD2BF
(207,210,191)
#D6D8C8
(214,216,200)
#DDDED1
(221,222,209)
#E4E4DA
(228,228,218)
#EBEAE3
(235,234,227)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB492; }

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

This text font color is #ACB492.

Background Color

.myBgColor { background-color: #ACB492; }

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

This div background color is #ACB492.

Border color

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

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

This div border color is #ACB492.

Opacity

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

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

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

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

This text has shadow with #ACB492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB492.

Preview

Color preview on black background

This text has color #ACB492 on black background.


Color preview on white background

This text has color #ACB492 on white background.


Black color preview on #ACB492 background

This text has black color on #ACB492 background.


White color preview on #ACB492 background

This text has white color on #ACB492 background.


Related colors

Complementary color

Complementary color for #hex is #534B6D.


I love getcolorcode.com

Triadic colors

1 #92ACB4 and #B492AC with #ACB492 are triadic colors.

2 #92B4AC and #B4AC92 with #ACB492 are triadic colors.