COLOR #AC6079

HEX: #AC6079
RGB: (172,96,121)

Color info

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

RGB color model

#AC6079 color RGB value is (172,96,121).

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

RGB channels and saturation

R 172 of 255 = 67%
G 96 of 255 = 38%
B 121 of 255 = 47%

172
96
121

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

Portions of RGB colors in percentages

R + G + B =
172 + 96 + 121 = 389 (100%)
R 172 of 389 ~ 44.22%
G 96 of 389 ~ 24.68%
B 121 of 389 ~ 31.11%

%44.22
%24.68
%31.11

CMYK color model

#AC6079 color CMYK value is (0,44,30,33).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 29.65%
  • key color value is 32.55%
CMYK:
(0,44,30,33)
C0M44Y30K33 
(0%,44%,30%,33%)
(0.00/0.44/0.30/0.33)	

CMYK percentages

%0
%44.19
%29.65
%32.55

Codes

Color #AC6079 in popluar color models

AC6079
RGB17296121
HSL340°31.40%52.55%
HSB/HSV340°44.19%67.45%
CMYK0.00%44.19%29.65%
32.55%

Color #AC6079 in popluar number systems.

HEXAC6079
Decimal17296121
Binary1010110011000001111001
Octal254140171

Shades and tints

Shades of #AC6079

#AC6079
(172,96,121)
#9D586E
(157,88,110)
#8E5063
(142,80,99)
#7F4858
(127,72,88)
#70404D
(112,64,77)
#613842
(97,56,66)
#523037
(82,48,55)
#43282C
(67,40,44)
#342021
(52,32,33)
#251816
(37,24,22)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #AC6079

#AC6079
(172,96,121)
#B36E85
(179,110,133)
#BA7C91
(186,124,145)
#C18A9D
(193,138,157)
#C898A9
(200,152,169)
#CFA6B5
(207,166,181)
#D6B4C1
(214,180,193)
#DDC2CD
(221,194,205)
#E4D0D9
(228,208,217)
#EBDEE5
(235,222,229)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6079; }

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

This text font color is #AC6079.


Background Color

.myBgColor { background-color: #AC6079; }

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

This div background color is #AC6079.


Border color

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

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

This div border color is #AC6079.


Opacity

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

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

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

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

This text has shadow with #AC6079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6079 on black background.


Color preview on white background

This text has color #AC6079 on white background.



Black color preview on #AC6079 background

This text has black color on #AC6079 background.


White color preview on #AC6079 background

This text has white color on #AC6079 background.