COLOR #AC5F46

HEX: #AC5F46 RGB: (172,95,70)

Color info

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

RGB color model

#AC5F46 color RGB value is (172,95,70).

RGB: (172,95,70) (67%, 37%, 27%)

RGB channels and saturation

R 172 of 255 = 67%
G 95 of 255 = 37%
B 70 of 255 = 27%

172
95
70

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

Portions of RGB colors in percentages

R + G + B = 172 + 95 + 70 = 337 (100%)
R 172 of 337 ~ 51.04%
G 95 of 337 ~ 28.19%
B 70 of 337 ~ 20.77'%

%51.04
%28.19
%20.77

CMYK color model

#AC5F46 color CMYK value is (0,45,59,33).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 59.30%
  • key color value is 32.55%

CMYK: (0,45,59,33)
C0M45Y59K33 (0%, 45%, 59%, 33%)
(0.00 / 0.45 / 0.59 / 0.33)

CMYK percentages

%0
%44.77
%59.3
%32.55

Codes

Color #AC5F46 in popluar color models

AC 5F 46
RGB 172 95 70
HSL 15° 42.15% 47.45%
HSB/HSV 15° 59.30% 67.45%
CMYK 0.00% 44.77% 59.30%
32.55%

Color #AC5F46 in popluar number systems.

HEX AC 5F 46
Decimal 172 95 70
Binary 10101100 1011111 1000110
Octal 254 137 106

Shades and tints

Shades of #AC5F46

#AC5F46
(172,95,70)
#9D5740
(157,87,64)
#8E4F3A
(142,79,58)
#7F4734
(127,71,52)
#703F2E
(112,63,46)
#613728
(97,55,40)
#522F22
(82,47,34)
#43271C
(67,39,28)
#341F16
(52,31,22)
#251710
(37,23,16)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #AC5F46

#AC5F46
(172,95,70)
#B36D56
(179,109,86)
#BA7B66
(186,123,102)
#C18976
(193,137,118)
#C89786
(200,151,134)
#CFA596
(207,165,150)
#D6B3A6
(214,179,166)
#DDC1B6
(221,193,182)
#E4CFC6
(228,207,198)
#EBDDD6
(235,221,214)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5F46 color. Also use rgb(172,95,70) instead hex code.

Text Font Color

.myTextColor { color: #AC5F46; }

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

This text font color is #AC5F46.

Background Color

.myBgColor { background-color: #AC5F46; }

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

This div background color is #AC5F46.

Border color

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

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

This div border color is #AC5F46.

Opacity

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

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

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

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

This text has shadow with #AC5F46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC5F46.

Preview

Color preview on black background

This text has color #AC5F46 on black background.


Color preview on white background

This text has color #AC5F46 on white background.


Black color preview on #AC5F46 background

This text has black color on #AC5F46 background.


White color preview on #AC5F46 background

This text has white color on #AC5F46 background.


Related colors

Complementary color

Complementary color for #hex is #53A0B9.


I love getcolorcode.com

Triadic colors

1 #46AC5F and #5F46AC with #AC5F46 are triadic colors.

2 #465FAC and #5FAC46 with #AC5F46 are triadic colors.