COLOR #AC7A63

HEX: #AC7A63 RGB: (172,122,99)

Color info

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

RGB color model

#AC7A63 color RGB value is (172,122,99).

RGB: (172,122,99) (67%, 48%, 39%)

RGB channels and saturation

R 172 of 255 = 67%
G 122 of 255 = 48%
B 99 of 255 = 39%

172
122
99

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

Portions of RGB colors in percentages

R + G + B = 172 + 122 + 99 = 393 (100%)
R 172 of 393 ~ 43.77%
G 122 of 393 ~ 31.04%
B 99 of 393 ~ 25.19'%

%43.77
%31.04
%25.19

CMYK color model

#AC7A63 color CMYK value is (0,29,42,33).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 42.44%
  • key color value is 32.55%
CMYK: (0,29,42,33) C0M29Y42K33 (0%,29%,42%,33%) (0.00/0.29/0.42/0.33) 

CMYK percentages

%0
%29.07
%42.44
%32.55

Codes

Color #AC7A63 in popluar color models

AC 7A 63
RGB 172 122 99
HSL 19° 30.54% 53.14%
HSB/HSV 19° 42.44% 67.45%
CMYK 0.00% 29.07% 42.44%
32.55%

Color #AC7A63 in popluar number systems.

HEX AC 7A 63
Decimal 172 122 99
Binary 10101100 1111010 1100011
Octal 254 172 143

Shades and tints

Shades of #AC7A63

#AC7A63
(172,122,99)
#9D6F5A
(157,111,90)
#8E6451
(142,100,81)
#7F5948
(127,89,72)
#704E3F
(112,78,63)
#614336
(97,67,54)
#52382D
(82,56,45)
#432D24
(67,45,36)
#34221B
(52,34,27)
#251712
(37,23,18)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #AC7A63

#AC7A63
(172,122,99)
#B38671
(179,134,113)
#BA927F
(186,146,127)
#C19E8D
(193,158,141)
#C8AA9B
(200,170,155)
#CFB6A9
(207,182,169)
#D6C2B7
(214,194,183)
#DDCEC5
(221,206,197)
#E4DAD3
(228,218,211)
#EBE6E1
(235,230,225)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7A63 color. Also use rgb(172,122,99) instead hex code.

Text Font Color

.myTextColor { color: #AC7A63; }

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

This text font color is #AC7A63.

Background Color

.myBgColor { background-color: #AC7A63; }

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

This div background color is #AC7A63.

Border color

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

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

This div border color is #AC7A63.

Opacity

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

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

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

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

This text has shadow with #AC7A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7A63.

Preview

Color preview on black background

This text has color #AC7A63 on black background.


Color preview on white background

This text has color #AC7A63 on white background.


Black color preview on #AC7A63 background

This text has black color on #AC7A63 background.


White color preview on #AC7A63 background

This text has white color on #AC7A63 background.


Related colors

Complementary color

Complementary color for #hex is #53859C.


I love getcolorcode.com

Triadic colors

1 #63AC7A and #7A63AC with #AC7A63 are triadic colors.

2 #637AAC and #7AAC63 with #AC7A63 are triadic colors.