COLOR #ACB772

HEX: #ACB772
RGB: (172,183,114)

Color info

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

RGB color model

#ACB772 color RGB value is (172,183,114).

  • red value is 172;
  • green value is 183;
  • blue value is 114.
RGB:
(172,183,114)
(67%,72%,45%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 114 of 255 = 45%

172
183
114

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

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 114 = 469 (100%)
R 172 of 469 ~ 36.67%
G 183 of 469 ~ 39.02%
B 114 of 469 ~ 24.31%

%36.67
%39.02
%24.31

CMYK color model

#ACB772 color CMYK value is (6,0,38,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 28.24%
CMYK:
(6,0,38,28)
C6M0Y38K28 
(6%,0%,38%,28%)
(0.06/0.00/0.38/0.28)	

CMYK percentages

%6.01
%0
%37.7
%28.24

Codes

Color #ACB772 in popluar color models

ACB772
RGB172183114
HSL70°32.39%58.24%
HSB/HSV70°37.70%71.76%
CMYK6.01%0.00%37.70%
28.24%

Color #ACB772 in popluar number systems.

HEXACB772
Decimal172183114
Binary10101100101101111110010
Octal254267162

Shades and tints

Shades of #ACB772

#ACB772
(172,183,114)
#9DA768
(157,167,104)
#8E975E
(142,151,94)
#7F8754
(127,135,84)
#70774A
(112,119,74)
#616740
(97,103,64)
#525736
(82,87,54)
#43472C
(67,71,44)
#343722
(52,55,34)
#252718
(37,39,24)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #ACB772

#ACB772
(172,183,114)
#B3BD7E
(179,189,126)
#BAC38A
(186,195,138)
#C1C996
(193,201,150)
#C8CFA2
(200,207,162)
#CFD5AE
(207,213,174)
#D6DBBA
(214,219,186)
#DDE1C6
(221,225,198)
#E4E7D2
(228,231,210)
#EBEDDE
(235,237,222)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB772 color. Also use rgb(172,183,114) instead hex code.

Text Font Color

.myTextColor { color: #ACB772; }

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

This text font color is #ACB772.


Background Color

.myBgColor { background-color: #ACB772; }

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

This div background color is #ACB772.


Border color

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

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

This div border color is #ACB772.


Opacity

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

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

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

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

This text has shadow with #ACB772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB772 on black background.


Color preview on white background

This text has color #ACB772 on white background.



Black color preview on #ACB772 background

This text has black color on #ACB772 background.


White color preview on #ACB772 background

This text has white color on #ACB772 background.