COLOR #A596B0

HEX: #A596B0 RGB: (165,150,176)

Color info

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

RGB color model

#A596B0 color RGB value is (165,150,176).

RGB: (165,150,176) (65%, 59%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 176 of 255 = 69%

165
150
176

R + G + B ~ 64%. #A596B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 176 = 491 (100%)
R 165 of 491 ~ 33.6%
G 150 of 491 ~ 30.55%
B 176 of 491 ~ 35.85'%

%33.6
%30.55
%35.85

CMYK color model

#A596B0 color CMYK value is (6,15,0,31).

  • cyan value is 6.25%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (6,15,0,31)
C6M15Y0K31 (6%, 15%, 0%, 31%)
(0.06 / 0.15 / 0.00 / 0.31)

CMYK percentages

%6.25
%14.77
%0
%30.98

Codes

Color #A596B0 in popluar color models

A5 96 B0
RGB 165 150 176
HSL 275° 14.13% 63.92%
HSB/HSV 275° 14.77% 69.02%
CMYK 6.25% 14.77% 0.00%
30.98%

Color #A596B0 in popluar number systems.

HEX A5 96 B0
Decimal 165 150 176
Binary 10100101 10010110 10110000
Octal 245 226 260

Shades and tints

Shades of #A596B0

#A596B0
(165,150,176)
#9689A0
(150,137,160)
#877C90
(135,124,144)
#786F80
(120,111,128)
#696270
(105,98,112)
#5A5560
(90,85,96)
#4B4850
(75,72,80)
#3C3B40
(60,59,64)
#2D2E30
(45,46,48)
#1E2120
(30,33,32)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A596B0

#A596B0
(165,150,176)
#AD9FB7
(173,159,183)
#B5A8BE
(181,168,190)
#BDB1C5
(189,177,197)
#C5BACC
(197,186,204)
#CDC3D3
(205,195,211)
#D5CCDA
(213,204,218)
#DDD5E1
(221,213,225)
#E5DEE8
(229,222,232)
#EDE7EF
(237,231,239)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596B0; }

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

This text font color is #A596B0.

Background Color

.myBgColor { background-color: #A596B0; }

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

This div background color is #A596B0.

Border color

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

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

This div border color is #A596B0.

Opacity

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

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

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

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

This text has shadow with #A596B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A596B0.

Preview

Color preview on black background

This text has color #A596B0 on black background.


Color preview on white background

This text has color #A596B0 on white background.


Black color preview on #A596B0 background

This text has black color on #A596B0 background.


White color preview on #A596B0 background

This text has white color on #A596B0 background.


Related colors

Complementary color

Complementary color for #hex is #5A694F.


I love getcolorcode.com

Triadic colors

1 #B0A596 and #96B0A5 with #A596B0 are triadic colors.

2 #B096A5 and #96A5B0 with #A596B0 are triadic colors.