COLOR #A596AF

HEX: #A596AF RGB: (165,150,175)

Color info

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

RGB color model

#A596AF color RGB value is (165,150,175).

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

RGB channels and saturation

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

165
150
175

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 175 = 490 (100%)
R 165 of 490 ~ 33.67%
G 150 of 490 ~ 30.61%
B 175 of 490 ~ 35.71'%

%33.67
%30.61
%35.71

CMYK color model

#A596AF color CMYK value is (6,14,0,31).

  • cyan value is 5.71%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (6,14,0,31) C6M14Y0K31 (6%,14%,0%,31%) (0.06/0.14/0.00/0.31) 

CMYK percentages

%5.71
%14.29
%0
%31.37

Codes

Color #A596AF in popluar color models

A5 96 AF
RGB 165 150 175
HSL 276° 13.51% 63.73%
HSB/HSV 276° 14.29% 68.63%
CMYK 5.71% 14.29% 0.00%
31.37%

Color #A596AF in popluar number systems.

HEX A5 96 AF
Decimal 165 150 175
Binary 10100101 10010110 10101111
Octal 245 226 257

Shades and tints

Shades of #A596AF

#A596AF
(165,150,175)
#9689A0
(150,137,160)
#877C91
(135,124,145)
#786F82
(120,111,130)
#696273
(105,98,115)
#5A5564
(90,85,100)
#4B4855
(75,72,85)
#3C3B46
(60,59,70)
#2D2E37
(45,46,55)
#1E2128
(30,33,40)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A596AF

#A596AF
(165,150,175)
#AD9FB6
(173,159,182)
#B5A8BD
(181,168,189)
#BDB1C4
(189,177,196)
#C5BACB
(197,186,203)
#CDC3D2
(205,195,210)
#D5CCD9
(213,204,217)
#DDD5E0
(221,213,224)
#E5DEE7
(229,222,231)
#EDE7EE
(237,231,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596AF; }

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

This text font color is #A596AF.

Background Color

.myBgColor { background-color: #A596AF; }

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

This div background color is #A596AF.

Border color

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

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

This div border color is #A596AF.

Opacity

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

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

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

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

This text has shadow with #A596AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A596AF.

Preview

Color preview on black background

This text has color #A596AF on black background.


Color preview on white background

This text has color #A596AF on white background.


Black color preview on #A596AF background

This text has black color on #A596AF background.


White color preview on #A596AF background

This text has white color on #A596AF background.


Related colors

Complementary color

Complementary color for #hex is #5A6950.


I love getcolorcode.com

Triadic colors

1 #AFA596 and #96AFA5 with #A596AF are triadic colors.

2 #AF96A5 and #96A5AF with #A596AF are triadic colors.