COLOR #ACB164

HEX: #ACB164
RGB: (172,177,100)

Color info

#ACB164 contains mainly red and green colors. Web safe color of #ACB164 is #999966 (or #996).

RGB color model

#ACB164 color RGB value is (172,177,100).

  • red value is 172;
  • green value is 177;
  • blue value is 100.
RGB:
(172,177,100)
(67%,69%,39%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 100 of 255 = 39%

172
177
100

R + G + B ~ 58%. #ACB164 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 100 = 449 (100%)
R 172 of 449 ~ 38.31%
G 177 of 449 ~ 39.42%
B 100 of 449 ~ 22.27%

%38.31
%39.42
%22.27

CMYK color model

#ACB164 color CMYK value is (3,0,44,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK:
(3,0,44,31)
C3M0Y44K31 
(3%,0%,44%,31%)
(0.03/0.00/0.44/0.31)	

CMYK percentages

%2.82
%0
%43.5
%30.59

Codes

Color #ACB164 in popluar color models

ACB164
RGB172177100
HSL64°33.05%54.31%
HSB/HSV64°43.50%69.41%
CMYK2.82%0.00%43.50%
30.59%

Color #ACB164 in popluar number systems.

HEXACB164
Decimal172177100
Binary10101100101100011100100
Octal254261144

Shades and tints

Shades of #ACB164

#ACB164
(172,177,100)
#9DA15B
(157,161,91)
#8E9152
(142,145,82)
#7F8149
(127,129,73)
#707140
(112,113,64)
#616137
(97,97,55)
#52512E
(82,81,46)
#434125
(67,65,37)
#34311C
(52,49,28)
#252113
(37,33,19)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #ACB164

#ACB164
(172,177,100)
#B3B872
(179,184,114)
#BABF80
(186,191,128)
#C1C68E
(193,198,142)
#C8CD9C
(200,205,156)
#CFD4AA
(207,212,170)
#D6DBB8
(214,219,184)
#DDE2C6
(221,226,198)
#E4E9D4
(228,233,212)
#EBF0E2
(235,240,226)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB164 color. Also use rgb(172,177,100) instead hex code.

Text Font Color

.myTextColor { color: #ACB164; }

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

This text font color is #ACB164.


Background Color

.myBgColor { background-color: #ACB164; }

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

This div background color is #ACB164.


Border color

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

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

This div border color is #ACB164.


Opacity

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

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

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

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

This text has shadow with #ACB164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB164 on black background.


Color preview on white background

This text has color #ACB164 on white background.



Black color preview on #ACB164 background

This text has black color on #ACB164 background.


White color preview on #ACB164 background

This text has white color on #ACB164 background.