COLOR #ACB69C

HEX: #ACB69C RGB: (172,182,156)

Color info

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

RGB color model

#ACB69C color RGB value is (172,182,156).

RGB: (172,182,156) (67%, 71%, 61%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 156 of 255 = 61%

172
182
156

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

Portions of RGB colors in percentages

R + G + B = 172 + 182 + 156 = 510 (100%)
R 172 of 510 ~ 33.73%
G 182 of 510 ~ 35.69%
B 156 of 510 ~ 30.59'%

%33.73
%35.69
%30.59

CMYK color model

#ACB69C color CMYK value is (5,0,14,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 28.63%

CMYK: (5,0,14,29)
C5M0Y14K29 (5%, 0%, 14%, 29%)
(0.05 / 0.00 / 0.14 / 0.29)

CMYK percentages

%5.49
%0
%14.29
%28.63

Codes

Color #ACB69C in popluar color models

AC B6 9C
RGB 172 182 156
HSL 83° 15.12% 66.27%
HSB/HSV 83° 14.29% 71.37%
CMYK 5.49% 0.00% 14.29%
28.63%

Color #ACB69C in popluar number systems.

HEX AC B6 9C
Decimal 172 182 156
Binary 10101100 10110110 10011100
Octal 254 266 234

Shades and tints

Shades of #ACB69C

#ACB69C
(172,182,156)
#9DA68E
(157,166,142)
#8E9680
(142,150,128)
#7F8672
(127,134,114)
#707664
(112,118,100)
#616656
(97,102,86)
#525648
(82,86,72)
#43463A
(67,70,58)
#34362C
(52,54,44)
#25261E
(37,38,30)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #ACB69C

#ACB69C
(172,182,156)
#B3BCA5
(179,188,165)
#BAC2AE
(186,194,174)
#C1C8B7
(193,200,183)
#C8CEC0
(200,206,192)
#CFD4C9
(207,212,201)
#D6DAD2
(214,218,210)
#DDE0DB
(221,224,219)
#E4E6E4
(228,230,228)
#EBECED
(235,236,237)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB69C color. Also use rgb(172,182,156) instead hex code.

Text Font Color

.myTextColor { color: #ACB69C; }

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

This text font color is #ACB69C.

Background Color

.myBgColor { background-color: #ACB69C; }

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

This div background color is #ACB69C.

Border color

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

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

This div border color is #ACB69C.

Opacity

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

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

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

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

This text has shadow with #ACB69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB69C.

Preview

Color preview on black background

This text has color #ACB69C on black background.


Color preview on white background

This text has color #ACB69C on white background.


Black color preview on #ACB69C background

This text has black color on #ACB69C background.


White color preview on #ACB69C background

This text has white color on #ACB69C background.


Related colors

Complementary color

Complementary color for #hex is #534963.


I love getcolorcode.com

Triadic colors

1 #9CACB6 and #B69CAC with #ACB69C are triadic colors.

2 #9CB6AC and #B6AC9C with #ACB69C are triadic colors.