COLOR #AC6063

HEX: #AC6063 RGB: (172,96,99)

Color info

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

RGB color model

#AC6063 color RGB value is (172,96,99).

RGB: (172,96,99) (67%, 38%, 39%)

RGB channels and saturation

R 172 of 255 = 67%
G 96 of 255 = 38%
B 99 of 255 = 39%

172
96
99

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

Portions of RGB colors in percentages

R + G + B = 172 + 96 + 99 = 367 (100%)
R 172 of 367 ~ 46.87%
G 96 of 367 ~ 26.16%
B 99 of 367 ~ 26.98'%

%46.87
%26.16
%26.98

CMYK color model

#AC6063 color CMYK value is (0,44,42,33).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 42.44%
  • key color value is 32.55%

CMYK: (0,44,42,33)
C0M44Y42K33 (0%, 44%, 42%, 33%)
(0.00 / 0.44 / 0.42 / 0.33)

CMYK percentages

%0
%44.19
%42.44
%32.55

Codes

Color #AC6063 in popluar color models

AC 60 63
RGB 172 96 99
HSL 358° 31.40% 52.55%
HSB/HSV 358° 44.19% 67.45%
CMYK 0.00% 44.19% 42.44%
32.55%

Color #AC6063 in popluar number systems.

HEX AC 60 63
Decimal 172 96 99
Binary 10101100 1100000 1100011
Octal 254 140 143

Shades and tints

Shades of #AC6063

#AC6063
(172,96,99)
#9D585A
(157,88,90)
#8E5051
(142,80,81)
#7F4848
(127,72,72)
#70403F
(112,64,63)
#613836
(97,56,54)
#52302D
(82,48,45)
#432824
(67,40,36)
#34201B
(52,32,27)
#251812
(37,24,18)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #AC6063

#AC6063
(172,96,99)
#B36E71
(179,110,113)
#BA7C7F
(186,124,127)
#C18A8D
(193,138,141)
#C8989B
(200,152,155)
#CFA6A9
(207,166,169)
#D6B4B7
(214,180,183)
#DDC2C5
(221,194,197)
#E4D0D3
(228,208,211)
#EBDEE1
(235,222,225)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6063; }

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

This text font color is #AC6063.

Background Color

.myBgColor { background-color: #AC6063; }

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

This div background color is #AC6063.

Border color

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

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

This div border color is #AC6063.

Opacity

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

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

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

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

This text has shadow with #AC6063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6063.

Preview

Color preview on black background

This text has color #AC6063 on black background.


Color preview on white background

This text has color #AC6063 on white background.


Black color preview on #AC6063 background

This text has black color on #AC6063 background.


White color preview on #AC6063 background

This text has white color on #AC6063 background.


Related colors

Complementary color

Complementary color for #hex is #539F9C.


I love getcolorcode.com

Triadic colors

1 #63AC60 and #6063AC with #AC6063 are triadic colors.

2 #6360AC and #60AC63 with #AC6063 are triadic colors.