COLOR #AC6A4B

HEX: #AC6A4B
RGB: (172,106,75)

Color info

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

RGB color model

#AC6A4B color RGB value is (172,106,75).

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

RGB channels and saturation

R 172 of 255 = 67%
G 106 of 255 = 42%
B 75 of 255 = 29%

172
106
75

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

Portions of RGB colors in percentages

R + G + B =
172 + 106 + 75 = 353 (100%)
R 172 of 353 ~ 48.73%
G 106 of 353 ~ 30.03%
B 75 of 353 ~ 21.25%

%48.73
%30.03
%21.25

CMYK color model

#AC6A4B color CMYK value is (0,38,56,33).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 56.40%
  • key color value is 32.55%
CMYK:
(0,38,56,33)
C0M38Y56K33 
(0%,38%,56%,33%)
(0.00/0.38/0.56/0.33)	

CMYK percentages

%0
%38.37
%56.4
%32.55

Codes

Color #AC6A4B in popluar color models

AC6A4B
RGB17210675
HSL19°39.27%48.43%
HSB/HSV19°56.40%67.45%
CMYK0.00%38.37%56.40%
32.55%

Color #AC6A4B in popluar number systems.

HEXAC6A4B
Decimal17210675
Binary1010110011010101001011
Octal254152113

Shades and tints

Shades of #AC6A4B

#AC6A4B
(172,106,75)
#9D6145
(157,97,69)
#8E583F
(142,88,63)
#7F4F39
(127,79,57)
#704633
(112,70,51)
#613D2D
(97,61,45)
#523427
(82,52,39)
#432B21
(67,43,33)
#34221B
(52,34,27)
#251915
(37,25,21)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #AC6A4B

#AC6A4B
(172,106,75)
#B3775B
(179,119,91)
#BA846B
(186,132,107)
#C1917B
(193,145,123)
#C89E8B
(200,158,139)
#CFAB9B
(207,171,155)
#D6B8AB
(214,184,171)
#DDC5BB
(221,197,187)
#E4D2CB
(228,210,203)
#EBDFDB
(235,223,219)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6A4B; }

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

This text font color is #AC6A4B.


Background Color

.myBgColor { background-color: #AC6A4B; }

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

This div background color is #AC6A4B.


Border color

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

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

This div border color is #AC6A4B.


Opacity

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

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

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

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

This text has shadow with #AC6A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6A4B on black background.


Color preview on white background

This text has color #AC6A4B on white background.



Black color preview on #AC6A4B background

This text has black color on #AC6A4B background.


White color preview on #AC6A4B background

This text has white color on #AC6A4B background.