COLOR #ACB773

HEX: #ACB773 RGB: (172,183,115)

Color info

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

RGB color model

#ACB773 color RGB value is (172,183,115).

RGB: (172,183,115) (67%, 72%, 45%)

RGB channels and saturation

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

172
183
115

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

Portions of RGB colors in percentages

R + G + B = 172 + 183 + 115 = 470 (100%)
R 172 of 470 ~ 36.6%
G 183 of 470 ~ 38.94%
B 115 of 470 ~ 24.47'%

%36.6
%38.94
%24.47

CMYK color model

#ACB773 color CMYK value is (6,0,37,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 28.24%

CMYK: (6,0,37,28)
C6M0Y37K28 (6%, 0%, 37%, 28%)
(0.06 / 0.00 / 0.37 / 0.28)

CMYK percentages

%6.01
%0
%37.16
%28.24

Codes

Color #ACB773 in popluar color models

AC B7 73
RGB 172 183 115
HSL 70° 32.08% 58.43%
HSB/HSV 70° 37.16% 71.76%
CMYK 6.01% 0.00% 37.16%
28.24%

Color #ACB773 in popluar number systems.

HEX AC B7 73
Decimal 172 183 115
Binary 10101100 10110111 1110011
Octal 254 267 163

Shades and tints

Shades of #ACB773

#ACB773
(172,183,115)
#9DA769
(157,167,105)
#8E975F
(142,151,95)
#7F8755
(127,135,85)
#70774B
(112,119,75)
#616741
(97,103,65)
#525737
(82,87,55)
#43472D
(67,71,45)
#343723
(52,55,35)
#252719
(37,39,25)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #ACB773

#ACB773
(172,183,115)
#B3BD7F
(179,189,127)
#BAC38B
(186,195,139)
#C1C997
(193,201,151)
#C8CFA3
(200,207,163)
#CFD5AF
(207,213,175)
#D6DBBB
(214,219,187)
#DDE1C7
(221,225,199)
#E4E7D3
(228,231,211)
#EBEDDF
(235,237,223)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB773; }

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

This text font color is #ACB773.

Background Color

.myBgColor { background-color: #ACB773; }

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

This div background color is #ACB773.

Border color

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

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

This div border color is #ACB773.

Opacity

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

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

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

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

This text has shadow with #ACB773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB773.

Preview

Color preview on black background

This text has color #ACB773 on black background.


Color preview on white background

This text has color #ACB773 on white background.


Black color preview on #ACB773 background

This text has black color on #ACB773 background.


White color preview on #ACB773 background

This text has white color on #ACB773 background.


Related colors

Complementary color

Complementary color for #hex is #53488C.


I love getcolorcode.com

Triadic colors

1 #73ACB7 and #B773AC with #ACB773 are triadic colors.

2 #73B7AC and #B7AC73 with #ACB773 are triadic colors.