COLOR #AC698A

HEX: #AC698A
RGB: (172,105,138)

Color info

#AC698A contains mainly red and blue colors. Web safe color of #AC698A is #996699 (or #969).

RGB color model

#AC698A color RGB value is (172,105,138).

  • red value is 172;
  • green value is 105;
  • blue value is 138.
RGB:
(172,105,138)
(67%,41%,54%)

RGB channels and saturation

R 172 of 255 = 67%
G 105 of 255 = 41%
B 138 of 255 = 54%

172
105
138

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

Portions of RGB colors in percentages

R + G + B =
172 + 105 + 138 = 415 (100%)
R 172 of 415 ~ 41.45%
G 105 of 415 ~ 25.3%
B 138 of 415 ~ 33.25%

%41.45
%25.3
%33.25

CMYK color model

#AC698A color CMYK value is (0,39,20,33).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 19.77%
  • key color value is 32.55%
CMYK:
(0,39,20,33)
C0M39Y20K33 
(0%,39%,20%,33%)
(0.00/0.39/0.20/0.33)	

CMYK percentages

%0
%38.95
%19.77
%32.55

Codes

Color #AC698A in popluar color models

AC698A
RGB172105138
HSL330°28.76%54.31%
HSB/HSV330°38.95%67.45%
CMYK0.00%38.95%19.77%
32.55%

Color #AC698A in popluar number systems.

HEXAC698A
Decimal172105138
Binary10101100110100110001010
Octal254151212

Shades and tints

Shades of #AC698A

#AC698A
(172,105,138)
#9D607E
(157,96,126)
#8E5772
(142,87,114)
#7F4E66
(127,78,102)
#70455A
(112,69,90)
#613C4E
(97,60,78)
#523342
(82,51,66)
#432A36
(67,42,54)
#34212A
(52,33,42)
#25181E
(37,24,30)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #AC698A

#AC698A
(172,105,138)
#B37694
(179,118,148)
#BA839E
(186,131,158)
#C190A8
(193,144,168)
#C89DB2
(200,157,178)
#CFAABC
(207,170,188)
#D6B7C6
(214,183,198)
#DDC4D0
(221,196,208)
#E4D1DA
(228,209,218)
#EBDEE4
(235,222,228)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC698A color. Also use rgb(172,105,138) instead hex code.

Text Font Color

.myTextColor { color: #AC698A; }

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

This text font color is #AC698A.


Background Color

.myBgColor { background-color: #AC698A; }

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

This div background color is #AC698A.


Border color

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

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

This div border color is #AC698A.


Opacity

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

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

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

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

This text has shadow with #AC698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC698A on black background.


Color preview on white background

This text has color #AC698A on white background.



Black color preview on #AC698A background

This text has black color on #AC698A background.


White color preview on #AC698A background

This text has white color on #AC698A background.