COLOR #A596AC

HEX: #A596AC
RGB: (165,150,172)

Color info

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

RGB color model

#A596AC color RGB value is (165,150,172).

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

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 172 of 255 = 67%

165
150
172

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 172 = 487 (100%)
R 165 of 487 ~ 33.88%
G 150 of 487 ~ 30.8%
B 172 of 487 ~ 35.32%

%33.88
%30.8
%35.32

CMYK color model

#A596AC color CMYK value is (4,13,0,33).

  • cyan value is 4.07%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(4,13,0,33)
C4M13Y0K33 
(4%,13%,0%,33%)
(0.04/0.13/0.00/0.33)	

CMYK percentages

%4.07
%12.79
%0
%32.55

Codes

Color #A596AC in popluar color models

A596AC
RGB165150172
HSL281°11.70%63.14%
HSB/HSV281°12.79%67.45%
CMYK4.07%12.79%0.00%
32.55%

Color #A596AC in popluar number systems.

HEXA596AC
Decimal165150172
Binary101001011001011010101100
Octal245226254

Shades and tints

Shades of #A596AC

#A596AC
(165,150,172)
#96899D
(150,137,157)
#877C8E
(135,124,142)
#786F7F
(120,111,127)
#696270
(105,98,112)
#5A5561
(90,85,97)
#4B4852
(75,72,82)
#3C3B43
(60,59,67)
#2D2E34
(45,46,52)
#1E2125
(30,33,37)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A596AC

#A596AC
(165,150,172)
#AD9FB3
(173,159,179)
#B5A8BA
(181,168,186)
#BDB1C1
(189,177,193)
#C5BAC8
(197,186,200)
#CDC3CF
(205,195,207)
#D5CCD6
(213,204,214)
#DDD5DD
(221,213,221)
#E5DEE4
(229,222,228)
#EDE7EB
(237,231,235)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596AC; }

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

This text font color is #A596AC.


Background Color

.myBgColor { background-color: #A596AC; }

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

This div background color is #A596AC.


Border color

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

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

This div border color is #A596AC.


Opacity

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

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

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

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

This text has shadow with #A596AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596AC on black background.


Color preview on white background

This text has color #A596AC on white background.



Black color preview on #A596AC background

This text has black color on #A596AC background.


White color preview on #A596AC background

This text has white color on #A596AC background.