COLOR #A596A1

HEX: #A596A1
RGB: (165,150,161)

Color info

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

RGB color model

#A596A1 color RGB value is (165,150,161).

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

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 161 of 255 = 63%

165
150
161

R + G + B ~ 62%. #A596A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 161 = 476 (100%)
R 165 of 476 ~ 34.66%
G 150 of 476 ~ 31.51%
B 161 of 476 ~ 33.82%

%34.66
%31.51
%33.82

CMYK color model

#A596A1 color CMYK value is (0,9,2,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 2.42%
  • key color value is 35.29%
CMYK:
(0,9,2,35)
C0M9Y2K35 
(0%,9%,2%,35%)
(0.00/0.09/0.02/0.35)	

CMYK percentages

%0
%9.09
%2.42
%35.29

Codes

Color #A596A1 in popluar color models

A596A1
RGB165150161
HSL316°7.69%61.76%
HSB/HSV316°9.09%64.71%
CMYK0.00%9.09%2.42%
35.29%

Color #A596A1 in popluar number systems.

HEXA596A1
Decimal165150161
Binary101001011001011010100001
Octal245226241

Shades and tints

Shades of #A596A1

#A596A1
(165,150,161)
#968993
(150,137,147)
#877C85
(135,124,133)
#786F77
(120,111,119)
#696269
(105,98,105)
#5A555B
(90,85,91)
#4B484D
(75,72,77)
#3C3B3F
(60,59,63)
#2D2E31
(45,46,49)
#1E2123
(30,33,35)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A596A1

#A596A1
(165,150,161)
#AD9FA9
(173,159,169)
#B5A8B1
(181,168,177)
#BDB1B9
(189,177,185)
#C5BAC1
(197,186,193)
#CDC3C9
(205,195,201)
#D5CCD1
(213,204,209)
#DDD5D9
(221,213,217)
#E5DEE1
(229,222,225)
#EDE7E9
(237,231,233)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596A1; }

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

This text font color is #A596A1.


Background Color

.myBgColor { background-color: #A596A1; }

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

This div background color is #A596A1.


Border color

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

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

This div border color is #A596A1.


Opacity

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

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

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

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

This text has shadow with #A596A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596A1 on black background.


Color preview on white background

This text has color #A596A1 on white background.



Black color preview on #A596A1 background

This text has black color on #A596A1 background.


White color preview on #A596A1 background

This text has white color on #A596A1 background.