COLOR #AC9650

HEX: #AC9650
RGB: (172,150,80)

Color info

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

RGB color model

#AC9650 color RGB value is (172,150,80).

  • red value is 172;
  • green value is 150;
  • blue value is 80.
RGB:
(172,150,80)
(67%,59%,31%)

RGB channels and saturation

R 172 of 255 = 67%
G 150 of 255 = 59%
B 80 of 255 = 31%

172
150
80

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

Portions of RGB colors in percentages

R + G + B =
172 + 150 + 80 = 402 (100%)
R 172 of 402 ~ 42.79%
G 150 of 402 ~ 37.31%
B 80 of 402 ~ 19.9%

%42.79
%37.31
%19.9

CMYK color model

#AC9650 color CMYK value is (0,13,53,33).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 53.49%
  • key color value is 32.55%
CMYK:
(0,13,53,33)
C0M13Y53K33 
(0%,13%,53%,33%)
(0.00/0.13/0.53/0.33)	

CMYK percentages

%0
%12.79
%53.49
%32.55

Codes

Color #AC9650 in popluar color models

AC9650
RGB17215080
HSL46°36.51%49.41%
HSB/HSV46°53.49%67.45%
CMYK0.00%12.79%53.49%
32.55%

Color #AC9650 in popluar number systems.

HEXAC9650
Decimal17215080
Binary10101100100101101010000
Octal254226120

Shades and tints

Shades of #AC9650

#AC9650
(172,150,80)
#9D8949
(157,137,73)
#8E7C42
(142,124,66)
#7F6F3B
(127,111,59)
#706234
(112,98,52)
#61552D
(97,85,45)
#524826
(82,72,38)
#433B1F
(67,59,31)
#342E18
(52,46,24)
#252111
(37,33,17)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #AC9650

#AC9650
(172,150,80)
#B39F5F
(179,159,95)
#BAA86E
(186,168,110)
#C1B17D
(193,177,125)
#C8BA8C
(200,186,140)
#CFC39B
(207,195,155)
#D6CCAA
(214,204,170)
#DDD5B9
(221,213,185)
#E4DEC8
(228,222,200)
#EBE7D7
(235,231,215)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9650 color. Also use rgb(172,150,80) instead hex code.

Text Font Color

.myTextColor { color: #AC9650; }

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

This text font color is #AC9650.


Background Color

.myBgColor { background-color: #AC9650; }

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

This div background color is #AC9650.


Border color

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

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

This div border color is #AC9650.


Opacity

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

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

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

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

This text has shadow with #AC9650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9650 on black background.


Color preview on white background

This text has color #AC9650 on white background.



Black color preview on #AC9650 background

This text has black color on #AC9650 background.


White color preview on #AC9650 background

This text has white color on #AC9650 background.