COLOR #AC6A33

HEX: #AC6A33
RGB: (172,106,51)

Color info

#AC6A33 contains mainly red color. Web safe color of #AC6A33 is #996633 (or #963).

RGB color model

#AC6A33 color RGB value is (172,106,51).

  • red value is 172;
  • green value is 106;
  • blue value is 51.
RGB:
(172,106,51)
(67%,42%,20%)

RGB channels and saturation

R 172 of 255 = 67%
G 106 of 255 = 42%
B 51 of 255 = 20%

172
106
51

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

Portions of RGB colors in percentages

R + G + B =
172 + 106 + 51 = 329 (100%)
R 172 of 329 ~ 52.28%
G 106 of 329 ~ 32.22%
B 51 of 329 ~ 15.5%

%52.28
%32.22
%15.5

CMYK color model

#AC6A33 color CMYK value is (0,38,70,33).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 70.35%
  • key color value is 32.55%
CMYK:
(0,38,70,33)
C0M38Y70K33 
(0%,38%,70%,33%)
(0.00/0.38/0.70/0.33)	

CMYK percentages

%0
%38.37
%70.35
%32.55

Codes

Color #AC6A33 in popluar color models

AC6A33
RGB17210651
HSL27°54.26%43.73%
HSB/HSV27°70.35%67.45%
CMYK0.00%38.37%70.35%
32.55%

Color #AC6A33 in popluar number systems.

HEXAC6A33
Decimal17210651
Binary101011001101010110011
Octal25415263

Shades and tints

Shades of #AC6A33

#AC6A33
(172,106,51)
#9D612F
(157,97,47)
#8E582B
(142,88,43)
#7F4F27
(127,79,39)
#704623
(112,70,35)
#613D1F
(97,61,31)
#52341B
(82,52,27)
#432B17
(67,43,23)
#342213
(52,34,19)
#25190F
(37,25,15)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #AC6A33

#AC6A33
(172,106,51)
#B37745
(179,119,69)
#BA8457
(186,132,87)
#C19169
(193,145,105)
#C89E7B
(200,158,123)
#CFAB8D
(207,171,141)
#D6B89F
(214,184,159)
#DDC5B1
(221,197,177)
#E4D2C3
(228,210,195)
#EBDFD5
(235,223,213)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6A33 color. Also use rgb(172,106,51) instead hex code.

Text Font Color

.myTextColor { color: #AC6A33; }

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

This text font color is #AC6A33.


Background Color

.myBgColor { background-color: #AC6A33; }

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

This div background color is #AC6A33.


Border color

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

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

This div border color is #AC6A33.


Opacity

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

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

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

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

This text has shadow with #AC6A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6A33 on black background.


Color preview on white background

This text has color #AC6A33 on white background.



Black color preview on #AC6A33 background

This text has black color on #AC6A33 background.


White color preview on #AC6A33 background

This text has white color on #AC6A33 background.