COLOR #AC6F58

HEX: #AC6F58 RGB: (172,111,88)

Color info

#AC6F58 contains mainly red color. Web safe color of #AC6F58 is #996666 (or #966).

RGB color model

#AC6F58 color RGB value is (172,111,88).

RGB: (172,111,88) (67%, 44%, 35%)

RGB channels and saturation

R 172 of 255 = 67%
G 111 of 255 = 44%
B 88 of 255 = 35%

172
111
88

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

Portions of RGB colors in percentages

R + G + B = 172 + 111 + 88 = 371 (100%)
R 172 of 371 ~ 46.36%
G 111 of 371 ~ 29.92%
B 88 of 371 ~ 23.72'%

%46.36
%29.92
%23.72

CMYK color model

#AC6F58 color CMYK value is (0,35,49,33).

  • cyan value is 0.00%
  • magenta value is 35.47%
  • yellow value is 48.84%
  • key color value is 32.55%

CMYK: (0,35,49,33)
C0M35Y49K33 (0%, 35%, 49%, 33%)
(0.00 / 0.35 / 0.49 / 0.33)

CMYK percentages

%0
%35.47
%48.84
%32.55

Codes

Color #AC6F58 in popluar color models

AC 6F 58
RGB 172 111 88
HSL 16° 33.60% 50.98%
HSB/HSV 16° 48.84% 67.45%
CMYK 0.00% 35.47% 48.84%
32.55%

Color #AC6F58 in popluar number systems.

HEX AC 6F 58
Decimal 172 111 88
Binary 10101100 1101111 1011000
Octal 254 157 130

Shades and tints

Shades of #AC6F58

#AC6F58
(172,111,88)
#9D6550
(157,101,80)
#8E5B48
(142,91,72)
#7F5140
(127,81,64)
#704738
(112,71,56)
#613D30
(97,61,48)
#523328
(82,51,40)
#432920
(67,41,32)
#341F18
(52,31,24)
#251510
(37,21,16)
#160B08
(22,11,8)
#000000
(0,0,0)

Tints of #AC6F58

#AC6F58
(172,111,88)
#B37C67
(179,124,103)
#BA8976
(186,137,118)
#C19685
(193,150,133)
#C8A394
(200,163,148)
#CFB0A3
(207,176,163)
#D6BDB2
(214,189,178)
#DDCAC1
(221,202,193)
#E4D7D0
(228,215,208)
#EBE4DF
(235,228,223)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6F58 color. Also use rgb(172,111,88) instead hex code.

Text Font Color

.myTextColor { color: #AC6F58; }

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

This text font color is #AC6F58.

Background Color

.myBgColor { background-color: #AC6F58; }

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

This div background color is #AC6F58.

Border color

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

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

This div border color is #AC6F58.

Opacity

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

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

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

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

This text has shadow with #AC6F58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6F58.

Preview

Color preview on black background

This text has color #AC6F58 on black background.


Color preview on white background

This text has color #AC6F58 on white background.


Black color preview on #AC6F58 background

This text has black color on #AC6F58 background.


White color preview on #AC6F58 background

This text has white color on #AC6F58 background.


Related colors

Complementary color

Complementary color for #hex is #5390A7.


I love getcolorcode.com

Triadic colors

1 #58AC6F and #6F58AC with #AC6F58 are triadic colors.

2 #586FAC and #6FAC58 with #AC6F58 are triadic colors.