COLOR #AC6A63

HEX: #AC6A63
RGB: (172,106,99)

Color info

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

RGB color model

#AC6A63 color RGB value is (172,106,99).

  • red value is 172;
  • green value is 106;
  • blue value is 99.
RGB:
(172,106,99)
(67%,42%,39%)

RGB channels and saturation

R 172 of 255 = 67%
G 106 of 255 = 42%
B 99 of 255 = 39%

172
106
99

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

Portions of RGB colors in percentages

R + G + B =
172 + 106 + 99 = 377 (100%)
R 172 of 377 ~ 45.62%
G 106 of 377 ~ 28.12%
B 99 of 377 ~ 26.26%

%45.62
%28.12
%26.26

CMYK color model

#AC6A63 color CMYK value is (0,38,42,33).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 42.44%
  • key color value is 32.55%
CMYK:
(0,38,42,33)
C0M38Y42K33 
(0%,38%,42%,33%)
(0.00/0.38/0.42/0.33)	

CMYK percentages

%0
%38.37
%42.44
%32.55

Codes

Color #AC6A63 in popluar color models

AC6A63
RGB17210699
HSL30.54%53.14%
HSB/HSV42.44%67.45%
CMYK0.00%38.37%42.44%
32.55%

Color #AC6A63 in popluar number systems.

HEXAC6A63
Decimal17210699
Binary1010110011010101100011
Octal254152143

Shades and tints

Shades of #AC6A63

#AC6A63
(172,106,99)
#9D615A
(157,97,90)
#8E5851
(142,88,81)
#7F4F48
(127,79,72)
#70463F
(112,70,63)
#613D36
(97,61,54)
#52342D
(82,52,45)
#432B24
(67,43,36)
#34221B
(52,34,27)
#251912
(37,25,18)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #AC6A63

#AC6A63
(172,106,99)
#B37771
(179,119,113)
#BA847F
(186,132,127)
#C1918D
(193,145,141)
#C89E9B
(200,158,155)
#CFABA9
(207,171,169)
#D6B8B7
(214,184,183)
#DDC5C5
(221,197,197)
#E4D2D3
(228,210,211)
#EBDFE1
(235,223,225)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6A63; }

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

This text font color is #AC6A63.


Background Color

.myBgColor { background-color: #AC6A63; }

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

This div background color is #AC6A63.


Border color

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

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

This div border color is #AC6A63.


Opacity

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

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

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

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

This text has shadow with #AC6A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6A63 on black background.


Color preview on white background

This text has color #AC6A63 on white background.



Black color preview on #AC6A63 background

This text has black color on #AC6A63 background.


White color preview on #AC6A63 background

This text has white color on #AC6A63 background.