COLOR #ACB399

HEX: #ACB399 RGB: (172,179,153)

Color info

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

RGB color model

#ACB399 color RGB value is (172,179,153).

RGB: (172,179,153) (67%, 70%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 153 of 255 = 60%

172
179
153

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

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 153 = 504 (100%)
R 172 of 504 ~ 34.13%
G 179 of 504 ~ 35.52%
B 153 of 504 ~ 30.36'%

%34.13
%35.52
%30.36

CMYK color model

#ACB399 color CMYK value is (4,0,15,30).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 29.80%
CMYK: (4,0,15,30) C4M0Y15K30 (4%,0%,15%,30%) (0.04/0.00/0.15/0.30) 

CMYK percentages

%3.91
%0
%14.53
%29.8

Codes

Color #ACB399 in popluar color models

AC B3 99
RGB 172 179 153
HSL 76° 14.61% 65.10%
HSB/HSV 76° 14.53% 70.20%
CMYK 3.91% 0.00% 14.53%
29.80%

Color #ACB399 in popluar number systems.

HEX AC B3 99
Decimal 172 179 153
Binary 10101100 10110011 10011001
Octal 254 263 231

Shades and tints

Shades of #ACB399

#ACB399
(172,179,153)
#9DA38C
(157,163,140)
#8E937F
(142,147,127)
#7F8372
(127,131,114)
#707365
(112,115,101)
#616358
(97,99,88)
#52534B
(82,83,75)
#43433E
(67,67,62)
#343331
(52,51,49)
#252324
(37,35,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACB399

#ACB399
(172,179,153)
#B3B9A2
(179,185,162)
#BABFAB
(186,191,171)
#C1C5B4
(193,197,180)
#C8CBBD
(200,203,189)
#CFD1C6
(207,209,198)
#D6D7CF
(214,215,207)
#DDDDD8
(221,221,216)
#E4E3E1
(228,227,225)
#EBE9EA
(235,233,234)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB399 color. Also use rgb(172,179,153) instead hex code.

Text Font Color

.myTextColor { color: #ACB399; }

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

This text font color is #ACB399.

Background Color

.myBgColor { background-color: #ACB399; }

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

This div background color is #ACB399.

Border color

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

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

This div border color is #ACB399.

Opacity

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

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

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

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

This text has shadow with #ACB399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB399.

Preview

Color preview on black background

This text has color #ACB399 on black background.


Color preview on white background

This text has color #ACB399 on white background.


Black color preview on #ACB399 background

This text has black color on #ACB399 background.


White color preview on #ACB399 background

This text has white color on #ACB399 background.


Related colors

Complementary color

Complementary color for #hex is #534C66.


I love getcolorcode.com

Triadic colors

1 #99ACB3 and #B399AC with #ACB399 are triadic colors.

2 #99B3AC and #B3AC99 with #ACB399 are triadic colors.