COLOR #AC674A

HEX: #AC674A RGB: (172,103,74)

Color info

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

RGB color model

#AC674A color RGB value is (172,103,74).

RGB: (172,103,74) (67%, 40%, 29%)

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 74 of 255 = 29%

172
103
74

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

Portions of RGB colors in percentages

R + G + B = 172 + 103 + 74 = 349 (100%)
R 172 of 349 ~ 49.28%
G 103 of 349 ~ 29.51%
B 74 of 349 ~ 21.2'%

%49.28
%29.51
%21.2

CMYK color model

#AC674A color CMYK value is (0,40,57,33).

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

CMYK: (0,40,57,33)
C0M40Y57K33 (0%, 40%, 57%, 33%)
(0.00 / 0.40 / 0.57 / 0.33)

CMYK percentages

%0
%40.12
%56.98
%32.55

Codes

Color #AC674A in popluar color models

AC 67 4A
RGB 172 103 74
HSL 18° 39.84% 48.24%
HSB/HSV 18° 56.98% 67.45%
CMYK 0.00% 40.12% 56.98%
32.55%

Color #AC674A in popluar number systems.

HEX AC 67 4A
Decimal 172 103 74
Binary 10101100 1100111 1001010
Octal 254 147 112

Shades and tints

Shades of #AC674A

#AC674A
(172,103,74)
#9D5E44
(157,94,68)
#8E553E
(142,85,62)
#7F4C38
(127,76,56)
#704332
(112,67,50)
#613A2C
(97,58,44)
#523126
(82,49,38)
#432820
(67,40,32)
#341F1A
(52,31,26)
#251614
(37,22,20)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #AC674A

#AC674A
(172,103,74)
#B3745A
(179,116,90)
#BA816A
(186,129,106)
#C18E7A
(193,142,122)
#C89B8A
(200,155,138)
#CFA89A
(207,168,154)
#D6B5AA
(214,181,170)
#DDC2BA
(221,194,186)
#E4CFCA
(228,207,202)
#EBDCDA
(235,220,218)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC674A; }

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

This text font color is #AC674A.

Background Color

.myBgColor { background-color: #AC674A; }

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

This div background color is #AC674A.

Border color

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

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

This div border color is #AC674A.

Opacity

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

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

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

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

This text has shadow with #AC674A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC674A.

Preview

Color preview on black background

This text has color #AC674A on black background.


Color preview on white background

This text has color #AC674A on white background.


Black color preview on #AC674A background

This text has black color on #AC674A background.


White color preview on #AC674A background

This text has white color on #AC674A background.


Related colors

Complementary color

Complementary color for #hex is #5398B5.


I love getcolorcode.com

Triadic colors

1 #4AAC67 and #674AAC with #AC674A are triadic colors.

2 #4A67AC and #67AC4A with #AC674A are triadic colors.