COLOR #AC835A

HEX: #AC835A RGB: (172,131,90)

Color info

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

RGB color model

#AC835A color RGB value is (172,131,90).

RGB: (172,131,90) (67%, 51%, 35%)

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 90 of 255 = 35%

172
131
90

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

Portions of RGB colors in percentages

R + G + B = 172 + 131 + 90 = 393 (100%)
R 172 of 393 ~ 43.77%
G 131 of 393 ~ 33.33%
B 90 of 393 ~ 22.9'%

%43.77
%33.33
%22.9

CMYK color model

#AC835A color CMYK value is (0,24,48,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 47.67%
  • key color value is 32.55%

CMYK: (0,24,48,33)
C0M24Y48K33 (0%, 24%, 48%, 33%)
(0.00 / 0.24 / 0.48 / 0.33)

CMYK percentages

%0
%23.84
%47.67
%32.55

Codes

Color #AC835A in popluar color models

AC 83 5A
RGB 172 131 90
HSL 30° 33.06% 51.37%
HSB/HSV 30° 47.67% 67.45%
CMYK 0.00% 23.84% 47.67%
32.55%

Color #AC835A in popluar number systems.

HEX AC 83 5A
Decimal 172 131 90
Binary 10101100 10000011 1011010
Octal 254 203 132

Shades and tints

Shades of #AC835A

#AC835A
(172,131,90)
#9D7852
(157,120,82)
#8E6D4A
(142,109,74)
#7F6242
(127,98,66)
#70573A
(112,87,58)
#614C32
(97,76,50)
#52412A
(82,65,42)
#433622
(67,54,34)
#342B1A
(52,43,26)
#252012
(37,32,18)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #AC835A

#AC835A
(172,131,90)
#B38E69
(179,142,105)
#BA9978
(186,153,120)
#C1A487
(193,164,135)
#C8AF96
(200,175,150)
#CFBAA5
(207,186,165)
#D6C5B4
(214,197,180)
#DDD0C3
(221,208,195)
#E4DBD2
(228,219,210)
#EBE6E1
(235,230,225)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC835A color. Also use rgb(172,131,90) instead hex code.

Text Font Color

.myTextColor { color: #AC835A; }

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

This text font color is #AC835A.

Background Color

.myBgColor { background-color: #AC835A; }

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

This div background color is #AC835A.

Border color

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

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

This div border color is #AC835A.

Opacity

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

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

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

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

This text has shadow with #AC835A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC835A.

Preview

Color preview on black background

This text has color #AC835A on black background.


Color preview on white background

This text has color #AC835A on white background.


Black color preview on #AC835A background

This text has black color on #AC835A background.


White color preview on #AC835A background

This text has white color on #AC835A background.


Related colors

Complementary color

Complementary color for #hex is #537CA5.


I love getcolorcode.com

Triadic colors

1 #5AAC83 and #835AAC with #AC835A are triadic colors.

2 #5A83AC and #83AC5A with #AC835A are triadic colors.