COLOR #A596A7

HEX: #A596A7
RGB: (165,150,167)

Color info

#A596A7 contains red, green and blue colors in about the same proportion. Web safe color of #A596A7 is #999999 (or #999).

RGB color model

#A596A7 color RGB value is (165,150,167).

  • red value is 165;
  • green value is 150;
  • blue value is 167.
RGB:
(165,150,167)
(65%,59%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 167 of 255 = 65%

165
150
167

R + G + B ~ 63%. #A596A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 167 = 482 (100%)
R 165 of 482 ~ 34.23%
G 150 of 482 ~ 31.12%
B 167 of 482 ~ 34.65%

%34.23
%31.12
%34.65

CMYK color model

#A596A7 color CMYK value is (1,10,0,35).

  • cyan value is 1.20%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(1,10,0,35)
C1M10Y0K35 
(1%,10%,0%,35%)
(0.01/0.10/0.00/0.35)	

CMYK percentages

%1.2
%10.18
%0
%34.51

Codes

Color #A596A7 in popluar color models

A596A7
RGB165150167
HSL293°8.81%62.16%
HSB/HSV293°10.18%65.49%
CMYK1.20%10.18%0.00%
34.51%

Color #A596A7 in popluar number systems.

HEXA596A7
Decimal165150167
Binary101001011001011010100111
Octal245226247

Shades and tints

Shades of #A596A7

#A596A7
(165,150,167)
#968998
(150,137,152)
#877C89
(135,124,137)
#786F7A
(120,111,122)
#69626B
(105,98,107)
#5A555C
(90,85,92)
#4B484D
(75,72,77)
#3C3B3E
(60,59,62)
#2D2E2F
(45,46,47)
#1E2120
(30,33,32)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A596A7

#A596A7
(165,150,167)
#AD9FAF
(173,159,175)
#B5A8B7
(181,168,183)
#BDB1BF
(189,177,191)
#C5BAC7
(197,186,199)
#CDC3CF
(205,195,207)
#D5CCD7
(213,204,215)
#DDD5DF
(221,213,223)
#E5DEE7
(229,222,231)
#EDE7EF
(237,231,239)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A596A7 color. Also use rgb(165,150,167) instead hex code.

Text Font Color

.myTextColor { color: #A596A7; }

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

This text font color is #A596A7.


Background Color

.myBgColor { background-color: #A596A7; }

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

This div background color is #A596A7.


Border color

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

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

This div border color is #A596A7.


Opacity

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

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

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

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

This text has shadow with #A596A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596A7 on black background.


Color preview on white background

This text has color #A596A7 on white background.



Black color preview on #A596A7 background

This text has black color on #A596A7 background.


White color preview on #A596A7 background

This text has white color on #A596A7 background.