COLOR #AC9B45

HEX: #AC9B45 RGB: (172,155,69)

Color info

#AC9B45 contains mainly red and green colors. Web safe color of #AC9B45 is #999933 (or #993).

RGB color model

#AC9B45 color RGB value is (172,155,69).

RGB: (172,155,69) (67%, 61%, 27%)

RGB channels and saturation

R 172 of 255 = 67%
G 155 of 255 = 61%
B 69 of 255 = 27%

172
155
69

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

Portions of RGB colors in percentages

R + G + B = 172 + 155 + 69 = 396 (100%)
R 172 of 396 ~ 43.43%
G 155 of 396 ~ 39.14%
B 69 of 396 ~ 17.42'%

%43.43
%39.14
%17.42

CMYK color model

#AC9B45 color CMYK value is (0,10,60,33).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 59.88%
  • key color value is 32.55%

CMYK: (0,10,60,33)
C0M10Y60K33 (0%, 10%, 60%, 33%)
(0.00 / 0.10 / 0.60 / 0.33)

CMYK percentages

%0
%9.88
%59.88
%32.55

Codes

Color #AC9B45 in popluar color models

AC 9B 45
RGB 172 155 69
HSL 50° 42.74% 47.25%
HSB/HSV 50° 59.88% 67.45%
CMYK 0.00% 9.88% 59.88%
32.55%

Color #AC9B45 in popluar number systems.

HEX AC 9B 45
Decimal 172 155 69
Binary 10101100 10011011 1000101
Octal 254 233 105

Shades and tints

Shades of #AC9B45

#AC9B45
(172,155,69)
#9D8D3F
(157,141,63)
#8E7F39
(142,127,57)
#7F7133
(127,113,51)
#70632D
(112,99,45)
#615527
(97,85,39)
#524721
(82,71,33)
#43391B
(67,57,27)
#342B15
(52,43,21)
#251D0F
(37,29,15)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #AC9B45

#AC9B45
(172,155,69)
#B3A455
(179,164,85)
#BAAD65
(186,173,101)
#C1B675
(193,182,117)
#C8BF85
(200,191,133)
#CFC895
(207,200,149)
#D6D1A5
(214,209,165)
#DDDAB5
(221,218,181)
#E4E3C5
(228,227,197)
#EBECD5
(235,236,213)
#F2F5E5
(242,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9B45 color. Also use rgb(172,155,69) instead hex code.

Text Font Color

.myTextColor { color: #AC9B45; }

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

This text font color is #AC9B45.

Background Color

.myBgColor { background-color: #AC9B45; }

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

This div background color is #AC9B45.

Border color

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

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

This div border color is #AC9B45.

Opacity

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

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

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

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

This text has shadow with #AC9B45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9B45.

Preview

Color preview on black background

This text has color #AC9B45 on black background.


Color preview on white background

This text has color #AC9B45 on white background.


Black color preview on #AC9B45 background

This text has black color on #AC9B45 background.


White color preview on #AC9B45 background

This text has white color on #AC9B45 background.


Related colors

Complementary color

Complementary color for #hex is #5364BA.


I love getcolorcode.com

Triadic colors

1 #45AC9B and #9B45AC with #AC9B45 are triadic colors.

2 #459BAC and #9BAC45 with #AC9B45 are triadic colors.