COLOR #AC7975

HEX: #AC7975 RGB: (172,121,117)

Color info

#AC7975 contains red, green and blue colors in about the same proportion. Web safe color of #AC7975 is #996666 (or #966).

RGB color model

#AC7975 color RGB value is (172,121,117).

RGB: (172,121,117) (67%, 47%, 46%)

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 117 of 255 = 46%

172
121
117

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

Portions of RGB colors in percentages

R + G + B = 172 + 121 + 117 = 410 (100%)
R 172 of 410 ~ 41.95%
G 121 of 410 ~ 29.51%
B 117 of 410 ~ 28.54'%

%41.95
%29.51
%28.54

CMYK color model

#AC7975 color CMYK value is (0,30,32,33).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 31.98%
  • key color value is 32.55%
CMYK: (0,30,32,33) C0M30Y32K33 (0%,30%,32%,33%) (0.00/0.30/0.32/0.33) 

CMYK percentages

%0
%29.65
%31.98
%32.55

Codes

Color #AC7975 in popluar color models

AC 79 75
RGB 172 121 117
HSL 24.89% 56.67%
HSB/HSV 31.98% 67.45%
CMYK 0.00% 29.65% 31.98%
32.55%

Color #AC7975 in popluar number systems.

HEX AC 79 75
Decimal 172 121 117
Binary 10101100 1111001 1110101
Octal 254 171 165

Shades and tints

Shades of #AC7975

#AC7975
(172,121,117)
#9D6E6B
(157,110,107)
#8E6361
(142,99,97)
#7F5857
(127,88,87)
#704D4D
(112,77,77)
#614243
(97,66,67)
#523739
(82,55,57)
#432C2F
(67,44,47)
#342125
(52,33,37)
#25161B
(37,22,27)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #AC7975

#AC7975
(172,121,117)
#B38581
(179,133,129)
#BA918D
(186,145,141)
#C19D99
(193,157,153)
#C8A9A5
(200,169,165)
#CFB5B1
(207,181,177)
#D6C1BD
(214,193,189)
#DDCDC9
(221,205,201)
#E4D9D5
(228,217,213)
#EBE5E1
(235,229,225)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7975 color. Also use rgb(172,121,117) instead hex code.

Text Font Color

.myTextColor { color: #AC7975; }

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

This text font color is #AC7975.

Background Color

.myBgColor { background-color: #AC7975; }

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

This div background color is #AC7975.

Border color

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

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

This div border color is #AC7975.

Opacity

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

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

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

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

This text has shadow with #AC7975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7975.

Preview

Color preview on black background

This text has color #AC7975 on black background.


Color preview on white background

This text has color #AC7975 on white background.


Black color preview on #AC7975 background

This text has black color on #AC7975 background.


White color preview on #AC7975 background

This text has white color on #AC7975 background.


Related colors

Complementary color

Complementary color for #hex is #53868A.


I love getcolorcode.com

Triadic colors

1 #75AC79 and #7975AC with #AC7975 are triadic colors.

2 #7579AC and #79AC75 with #AC7975 are triadic colors.