COLOR #AC697B

HEX: #AC697B
RGB: (172,105,123)

Color info

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

RGB color model

#AC697B color RGB value is (172,105,123).

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

RGB channels and saturation

R 172 of 255 = 67%
G 105 of 255 = 41%
B 123 of 255 = 48%

172
105
123

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

Portions of RGB colors in percentages

R + G + B =
172 + 105 + 123 = 400 (100%)
R 172 of 400 ~ 43%
G 105 of 400 ~ 26.25%
B 123 of 400 ~ 30.75%

%43
%26.25
%30.75

CMYK color model

#AC697B color CMYK value is (0,39,28,33).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK:
(0,39,28,33)
C0M39Y28K33 
(0%,39%,28%,33%)
(0.00/0.39/0.28/0.33)	

CMYK percentages

%0
%38.95
%28.49
%32.55

Codes

Color #AC697B in popluar color models

AC697B
RGB172105123
HSL344°28.76%54.31%
HSB/HSV344°38.95%67.45%
CMYK0.00%38.95%28.49%
32.55%

Color #AC697B in popluar number systems.

HEXAC697B
Decimal172105123
Binary1010110011010011111011
Octal254151173

Shades and tints

Shades of #AC697B

#AC697B
(172,105,123)
#9D6070
(157,96,112)
#8E5765
(142,87,101)
#7F4E5A
(127,78,90)
#70454F
(112,69,79)
#613C44
(97,60,68)
#523339
(82,51,57)
#432A2E
(67,42,46)
#342123
(52,33,35)
#251818
(37,24,24)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #AC697B

#AC697B
(172,105,123)
#B37687
(179,118,135)
#BA8393
(186,131,147)
#C1909F
(193,144,159)
#C89DAB
(200,157,171)
#CFAAB7
(207,170,183)
#D6B7C3
(214,183,195)
#DDC4CF
(221,196,207)
#E4D1DB
(228,209,219)
#EBDEE7
(235,222,231)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC697B; }

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

This text font color is #AC697B.


Background Color

.myBgColor { background-color: #AC697B; }

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

This div background color is #AC697B.


Border color

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

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

This div border color is #AC697B.


Opacity

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

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

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

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

This text has shadow with #AC697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC697B on black background.


Color preview on white background

This text has color #AC697B on white background.



Black color preview on #AC697B background

This text has black color on #AC697B background.


White color preview on #AC697B background

This text has white color on #AC697B background.