COLOR #ACB46F

HEX: #ACB46F
RGB: (172,180,111)

Color info

#ACB46F contains mainly red and green colors. Web safe color of #ACB46F is #99CC66 (or #9C6).

RGB color model

#ACB46F color RGB value is (172,180,111).

  • red value is 172;
  • green value is 180;
  • blue value is 111.
RGB:
(172,180,111)
(67%,71%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 111 of 255 = 44%

172
180
111

R + G + B ~ 61%. #ACB46F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 180 + 111 = 463 (100%)
R 172 of 463 ~ 37.15%
G 180 of 463 ~ 38.88%
B 111 of 463 ~ 23.97%

%37.15
%38.88
%23.97

CMYK color model

#ACB46F color CMYK value is (4,0,38,29).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 29.41%
CMYK:
(4,0,38,29)
C4M0Y38K29 
(4%,0%,38%,29%)
(0.04/0.00/0.38/0.29)	

CMYK percentages

%4.44
%0
%38.33
%29.41

Codes

Color #ACB46F in popluar color models

ACB46F
RGB172180111
HSL67°31.51%57.06%
HSB/HSV67°38.33%70.59%
CMYK4.44%0.00%38.33%
29.41%

Color #ACB46F in popluar number systems.

HEXACB46F
Decimal172180111
Binary10101100101101001101111
Octal254264157

Shades and tints

Shades of #ACB46F

#ACB46F
(172,180,111)
#9DA465
(157,164,101)
#8E945B
(142,148,91)
#7F8451
(127,132,81)
#707447
(112,116,71)
#61643D
(97,100,61)
#525433
(82,84,51)
#434429
(67,68,41)
#34341F
(52,52,31)
#252415
(37,36,21)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #ACB46F

#ACB46F
(172,180,111)
#B3BA7C
(179,186,124)
#BAC089
(186,192,137)
#C1C696
(193,198,150)
#C8CCA3
(200,204,163)
#CFD2B0
(207,210,176)
#D6D8BD
(214,216,189)
#DDDECA
(221,222,202)
#E4E4D7
(228,228,215)
#EBEAE4
(235,234,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB46F; }

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

This text font color is #ACB46F.


Background Color

.myBgColor { background-color: #ACB46F; }

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

This div background color is #ACB46F.


Border color

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

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

This div border color is #ACB46F.


Opacity

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

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

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

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

This text has shadow with #ACB46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB46F on black background.


Color preview on white background

This text has color #ACB46F on white background.



Black color preview on #ACB46F background

This text has black color on #ACB46F background.


White color preview on #ACB46F background

This text has white color on #ACB46F background.