COLOR #AC7761

HEX: #AC7761
RGB: (172,119,97)

Color info

#AC7761 contains mainly red and green colors. Web safe color of #AC7761 is #996666 (or #966).

RGB color model

#AC7761 color RGB value is (172,119,97).

  • red value is 172;
  • green value is 119;
  • blue value is 97.
RGB:
(172,119,97)
(67%,47%,38%)

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 97 of 255 = 38%

172
119
97

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

Portions of RGB colors in percentages

R + G + B =
172 + 119 + 97 = 388 (100%)
R 172 of 388 ~ 44.33%
G 119 of 388 ~ 30.67%
B 97 of 388 ~ 25%

%44.33
%30.67
%25

CMYK color model

#AC7761 color CMYK value is (0,31,44,33).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 43.60%
  • key color value is 32.55%
CMYK:
(0,31,44,33)
C0M31Y44K33 
(0%,31%,44%,33%)
(0.00/0.31/0.44/0.33)	

CMYK percentages

%0
%30.81
%43.6
%32.55

Codes

Color #AC7761 in popluar color models

AC7761
RGB17211997
HSL18°31.12%52.75%
HSB/HSV18°43.60%67.45%
CMYK0.00%30.81%43.60%
32.55%

Color #AC7761 in popluar number systems.

HEXAC7761
Decimal17211997
Binary1010110011101111100001
Octal254167141

Shades and tints

Shades of #AC7761

#AC7761
(172,119,97)
#9D6D59
(157,109,89)
#8E6351
(142,99,81)
#7F5949
(127,89,73)
#704F41
(112,79,65)
#614539
(97,69,57)
#523B31
(82,59,49)
#433129
(67,49,41)
#342721
(52,39,33)
#251D19
(37,29,25)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #AC7761

#AC7761
(172,119,97)
#B3836F
(179,131,111)
#BA8F7D
(186,143,125)
#C19B8B
(193,155,139)
#C8A799
(200,167,153)
#CFB3A7
(207,179,167)
#D6BFB5
(214,191,181)
#DDCBC3
(221,203,195)
#E4D7D1
(228,215,209)
#EBE3DF
(235,227,223)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7761 color. Also use rgb(172,119,97) instead hex code.

Text Font Color

.myTextColor { color: #AC7761; }

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

This text font color is #AC7761.


Background Color

.myBgColor { background-color: #AC7761; }

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

This div background color is #AC7761.


Border color

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

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

This div border color is #AC7761.


Opacity

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

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

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

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

This text has shadow with #AC7761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7761 on black background.


Color preview on white background

This text has color #AC7761 on white background.



Black color preview on #AC7761 background

This text has black color on #AC7761 background.


White color preview on #AC7761 background

This text has white color on #AC7761 background.