COLOR #AC675B

HEX: #AC675B RGB: (172,103,91)

Color info

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

RGB color model

#AC675B color RGB value is (172,103,91).

RGB: (172,103,91) (67%, 40%, 36%)

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 91 of 255 = 36%

172
103
91

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

Portions of RGB colors in percentages

R + G + B = 172 + 103 + 91 = 366 (100%)
R 172 of 366 ~ 46.99%
G 103 of 366 ~ 28.14%
B 91 of 366 ~ 24.86'%

%46.99
%28.14
%24.86

CMYK color model

#AC675B color CMYK value is (0,40,47,33).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 47.09%
  • key color value is 32.55%

CMYK: (0,40,47,33)
C0M40Y47K33 (0%, 40%, 47%, 33%)
(0.00 / 0.40 / 0.47 / 0.33)

CMYK percentages

%0
%40.12
%47.09
%32.55

Codes

Color #AC675B in popluar color models

AC 67 5B
RGB 172 103 91
HSL 32.79% 51.57%
HSB/HSV 47.09% 67.45%
CMYK 0.00% 40.12% 47.09%
32.55%

Color #AC675B in popluar number systems.

HEX AC 67 5B
Decimal 172 103 91
Binary 10101100 1100111 1011011
Octal 254 147 133

Shades and tints

Shades of #AC675B

#AC675B
(172,103,91)
#9D5E53
(157,94,83)
#8E554B
(142,85,75)
#7F4C43
(127,76,67)
#70433B
(112,67,59)
#613A33
(97,58,51)
#52312B
(82,49,43)
#432823
(67,40,35)
#341F1B
(52,31,27)
#251613
(37,22,19)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #AC675B

#AC675B
(172,103,91)
#B37469
(179,116,105)
#BA8177
(186,129,119)
#C18E85
(193,142,133)
#C89B93
(200,155,147)
#CFA8A1
(207,168,161)
#D6B5AF
(214,181,175)
#DDC2BD
(221,194,189)
#E4CFCB
(228,207,203)
#EBDCD9
(235,220,217)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC675B color. Also use rgb(172,103,91) instead hex code.

Text Font Color

.myTextColor { color: #AC675B; }

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

This text font color is #AC675B.

Background Color

.myBgColor { background-color: #AC675B; }

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

This div background color is #AC675B.

Border color

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

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

This div border color is #AC675B.

Opacity

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

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

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

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

This text has shadow with #AC675B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC675B.

Preview

Color preview on black background

This text has color #AC675B on black background.


Color preview on white background

This text has color #AC675B on white background.


Black color preview on #AC675B background

This text has black color on #AC675B background.


White color preview on #AC675B background

This text has white color on #AC675B background.


Related colors

Complementary color

Complementary color for #hex is #5398A4.


I love getcolorcode.com

Triadic colors

1 #5BAC67 and #675BAC with #AC675B are triadic colors.

2 #5B67AC and #67AC5B with #AC675B are triadic colors.