COLOR #ACB961

HEX: #ACB961
RGB: (172,185,97)

Color info

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

RGB color model

#ACB961 color RGB value is (172,185,97).

  • red value is 172;
  • green value is 185;
  • blue value is 97.
RGB:
(172,185,97)
(67%,73%,38%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 97 of 255 = 38%

172
185
97

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

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 97 = 454 (100%)
R 172 of 454 ~ 37.89%
G 185 of 454 ~ 40.75%
B 97 of 454 ~ 21.37%

%37.89
%40.75
%21.37

CMYK color model

#ACB961 color CMYK value is (7,0,48,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 47.57%
  • key color value is 27.45%
CMYK:
(7,0,48,27)
C7M0Y48K27 
(7%,0%,48%,27%)
(0.07/0.00/0.48/0.27)	

CMYK percentages

%7.03
%0
%47.57
%27.45

Codes

Color #ACB961 in popluar color models

ACB961
RGB17218597
HSL69°38.60%55.29%
HSB/HSV69°47.57%72.55%
CMYK7.03%0.00%47.57%
27.45%

Color #ACB961 in popluar number systems.

HEXACB961
Decimal17218597
Binary10101100101110011100001
Octal254271141

Shades and tints

Shades of #ACB961

#ACB961
(172,185,97)
#9DA959
(157,169,89)
#8E9951
(142,153,81)
#7F8949
(127,137,73)
#707941
(112,121,65)
#616939
(97,105,57)
#525931
(82,89,49)
#434929
(67,73,41)
#343921
(52,57,33)
#252919
(37,41,25)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACB961

#ACB961
(172,185,97)
#B3BF6F
(179,191,111)
#BAC57D
(186,197,125)
#C1CB8B
(193,203,139)
#C8D199
(200,209,153)
#CFD7A7
(207,215,167)
#D6DDB5
(214,221,181)
#DDE3C3
(221,227,195)
#E4E9D1
(228,233,209)
#EBEFDF
(235,239,223)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB961 color. Also use rgb(172,185,97) instead hex code.

Text Font Color

.myTextColor { color: #ACB961; }

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

This text font color is #ACB961.


Background Color

.myBgColor { background-color: #ACB961; }

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

This div background color is #ACB961.


Border color

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

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

This div border color is #ACB961.


Opacity

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

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

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

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

This text has shadow with #ACB961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB961 on black background.


Color preview on white background

This text has color #ACB961 on white background.



Black color preview on #ACB961 background

This text has black color on #ACB961 background.


White color preview on #ACB961 background

This text has white color on #ACB961 background.