COLOR #A0697F

HEX: #A0697F
RGB: (160,105,127)

Color info

#A0697F contains red, green and blue colors in about the same proportion. Web safe color of #A0697F is #996666 (or #966).

RGB color model

#A0697F color RGB value is (160,105,127).

  • red value is 160;
  • green value is 105;
  • blue value is 127.
RGB:
(160,105,127)
(63%,41%,50%)

RGB channels and saturation

R 160 of 255 = 63%
G 105 of 255 = 41%
B 127 of 255 = 50%

160
105
127

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

Portions of RGB colors in percentages

R + G + B =
160 + 105 + 127 = 392 (100%)
R 160 of 392 ~ 40.82%
G 105 of 392 ~ 26.79%
B 127 of 392 ~ 32.4%

%40.82
%26.79
%32.4

CMYK color model

#A0697F color CMYK value is (0,34,21,37).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 20.63%
  • key color value is 37.25%
CMYK:
(0,34,21,37)
C0M34Y21K37 
(0%,34%,21%,37%)
(0.00/0.34/0.21/0.37)	

CMYK percentages

%0
%34.38
%20.63
%37.25

Codes

Color #A0697F in popluar color models

A0697F
RGB160105127
HSL336°22.45%51.96%
HSB/HSV336°34.38%62.75%
CMYK0.00%34.38%20.63%
37.25%

Color #A0697F in popluar number systems.

HEXA0697F
Decimal160105127
Binary1010000011010011111111
Octal240151177

Shades and tints

Shades of #A0697F

#A0697F
(160,105,127)
#926074
(146,96,116)
#845769
(132,87,105)
#764E5E
(118,78,94)
#684553
(104,69,83)
#5A3C48
(90,60,72)
#4C333D
(76,51,61)
#3E2A32
(62,42,50)
#302127
(48,33,39)
#22181C
(34,24,28)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #A0697F

#A0697F
(160,105,127)
#A8768A
(168,118,138)
#B08395
(176,131,149)
#B890A0
(184,144,160)
#C09DAB
(192,157,171)
#C8AAB6
(200,170,182)
#D0B7C1
(208,183,193)
#D8C4CC
(216,196,204)
#E0D1D7
(224,209,215)
#E8DEE2
(232,222,226)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0697F color. Also use rgb(160,105,127) instead hex code.

Text Font Color

.myTextColor { color: #A0697F; }

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

This text font color is #A0697F.


Background Color

.myBgColor { background-color: #A0697F; }

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

This div background color is #A0697F.


Border color

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

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

This div border color is #A0697F.


Opacity

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

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

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

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

This text has shadow with #A0697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0697F on black background.


Color preview on white background

This text has color #A0697F on white background.



Black color preview on #A0697F background

This text has black color on #A0697F background.


White color preview on #A0697F background

This text has white color on #A0697F background.