COLOR #A5697C

HEX: #A5697C
RGB: (165,105,124)

Color info

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

RGB color model

#A5697C color RGB value is (165,105,124).

  • red value is 165;
  • green value is 105;
  • blue value is 124.
RGB:
(165,105,124)
(65%,41%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 124 of 255 = 49%

165
105
124

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

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 124 = 394 (100%)
R 165 of 394 ~ 41.88%
G 105 of 394 ~ 26.65%
B 124 of 394 ~ 31.47%

%41.88
%26.65
%31.47

CMYK color model

#A5697C color CMYK value is (0,36,25,35).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(0,36,25,35)
C0M36Y25K35 
(0%,36%,25%,35%)
(0.00/0.36/0.25/0.35)	

CMYK percentages

%0
%36.36
%24.85
%35.29

Codes

Color #A5697C in popluar color models

A5697C
RGB165105124
HSL341°25.00%52.94%
HSB/HSV341°36.36%64.71%
CMYK0.00%36.36%24.85%
35.29%

Color #A5697C in popluar number systems.

HEXA5697C
Decimal165105124
Binary1010010111010011111100
Octal245151174

Shades and tints

Shades of #A5697C

#A5697C
(165,105,124)
#966071
(150,96,113)
#875766
(135,87,102)
#784E5B
(120,78,91)
#694550
(105,69,80)
#5A3C45
(90,60,69)
#4B333A
(75,51,58)
#3C2A2F
(60,42,47)
#2D2124
(45,33,36)
#1E1819
(30,24,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A5697C

#A5697C
(165,105,124)
#AD7687
(173,118,135)
#B58392
(181,131,146)
#BD909D
(189,144,157)
#C59DA8
(197,157,168)
#CDAAB3
(205,170,179)
#D5B7BE
(213,183,190)
#DDC4C9
(221,196,201)
#E5D1D4
(229,209,212)
#EDDEDF
(237,222,223)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5697C color. Also use rgb(165,105,124) instead hex code.

Text Font Color

.myTextColor { color: #A5697C; }

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

This text font color is #A5697C.


Background Color

.myBgColor { background-color: #A5697C; }

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

This div background color is #A5697C.


Border color

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

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

This div border color is #A5697C.


Opacity

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

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

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

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

This text has shadow with #A5697C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5697C on black background.


Color preview on white background

This text has color #A5697C on white background.



Black color preview on #A5697C background

This text has black color on #A5697C background.


White color preview on #A5697C background

This text has white color on #A5697C background.