COLOR #A5696B

HEX: #A5696B
RGB: (165,105,107)

Color info

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

RGB color model

#A5696B color RGB value is (165,105,107).

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

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 107 of 255 = 42%

165
105
107

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

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 107 = 377 (100%)
R 165 of 377 ~ 43.77%
G 105 of 377 ~ 27.85%
B 107 of 377 ~ 28.38%

%43.77
%27.85
%28.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 35.15%
  • key color value is 35.29%
CMYK:
(0,36,35,35)
C0M36Y35K35 
(0%,36%,35%,35%)
(0.00/0.36/0.35/0.35)	

CMYK percentages

%0
%36.36
%35.15
%35.29

Codes

Color #A5696B in popluar color models

A5696B
RGB165105107
HSL358°25.00%52.94%
HSB/HSV358°36.36%64.71%
CMYK0.00%36.36%35.15%
35.29%

Color #A5696B in popluar number systems.

HEXA5696B
Decimal165105107
Binary1010010111010011101011
Octal245151153

Shades and tints

Shades of #A5696B

#A5696B
(165,105,107)
#966062
(150,96,98)
#875759
(135,87,89)
#784E50
(120,78,80)
#694547
(105,69,71)
#5A3C3E
(90,60,62)
#4B3335
(75,51,53)
#3C2A2C
(60,42,44)
#2D2123
(45,33,35)
#1E181A
(30,24,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A5696B

#A5696B
(165,105,107)
#AD7678
(173,118,120)
#B58385
(181,131,133)
#BD9092
(189,144,146)
#C59D9F
(197,157,159)
#CDAAAC
(205,170,172)
#D5B7B9
(213,183,185)
#DDC4C6
(221,196,198)
#E5D1D3
(229,209,211)
#EDDEE0
(237,222,224)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5696B; }

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

This text font color is #A5696B.


Background Color

.myBgColor { background-color: #A5696B; }

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

This div background color is #A5696B.


Border color

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

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

This div border color is #A5696B.


Opacity

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

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

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

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

This text has shadow with #A5696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5696B on black background.


Color preview on white background

This text has color #A5696B on white background.



Black color preview on #A5696B background

This text has black color on #A5696B background.


White color preview on #A5696B background

This text has white color on #A5696B background.