COLOR #ACB49A

HEX: #ACB49A RGB: (172,180,154)

Color info

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

RGB color model

#ACB49A color RGB value is (172,180,154).

RGB: (172,180,154) (67%, 71%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 154 of 255 = 60%

172
180
154

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

Portions of RGB colors in percentages

R + G + B = 172 + 180 + 154 = 506 (100%)
R 172 of 506 ~ 33.99%
G 180 of 506 ~ 35.57%
B 154 of 506 ~ 30.43'%

%33.99
%35.57
%30.43

CMYK color model

#ACB49A color CMYK value is (4,0,14,29).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK: (4,0,14,29) C4M0Y14K29 (4%,0%,14%,29%) (0.04/0.00/0.14/0.29) 

CMYK percentages

%4.44
%0
%14.44
%29.41

Codes

Color #ACB49A in popluar color models

AC B4 9A
RGB 172 180 154
HSL 78° 14.77% 65.49%
HSB/HSV 78° 14.44% 70.59%
CMYK 4.44% 0.00% 14.44%
29.41%

Color #ACB49A in popluar number systems.

HEX AC B4 9A
Decimal 172 180 154
Binary 10101100 10110100 10011010
Octal 254 264 232

Shades and tints

Shades of #ACB49A

#ACB49A
(172,180,154)
#9DA48C
(157,164,140)
#8E947E
(142,148,126)
#7F8470
(127,132,112)
#707462
(112,116,98)
#616454
(97,100,84)
#525446
(82,84,70)
#434438
(67,68,56)
#34342A
(52,52,42)
#25241C
(37,36,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #ACB49A

#ACB49A
(172,180,154)
#B3BAA3
(179,186,163)
#BAC0AC
(186,192,172)
#C1C6B5
(193,198,181)
#C8CCBE
(200,204,190)
#CFD2C7
(207,210,199)
#D6D8D0
(214,216,208)
#DDDED9
(221,222,217)
#E4E4E2
(228,228,226)
#EBEAEB
(235,234,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB49A; }

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

This text font color is #ACB49A.

Background Color

.myBgColor { background-color: #ACB49A; }

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

This div background color is #ACB49A.

Border color

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

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

This div border color is #ACB49A.

Opacity

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

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

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

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

This text has shadow with #ACB49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB49A.

Preview

Color preview on black background

This text has color #ACB49A on black background.


Color preview on white background

This text has color #ACB49A on white background.


Black color preview on #ACB49A background

This text has black color on #ACB49A background.


White color preview on #ACB49A background

This text has white color on #ACB49A background.


Related colors

Complementary color

Complementary color for #hex is #534B65.


I love getcolorcode.com

Triadic colors

1 #9AACB4 and #B49AAC with #ACB49A are triadic colors.

2 #9AB4AC and #B4AC9A with #ACB49A are triadic colors.