COLOR #A5979F

HEX: #A5979F RGB: (165,151,159)

Color info

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

RGB color model

#A5979F color RGB value is (165,151,159).

RGB: (165,151,159) (65%, 59%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 159 of 255 = 62%

165
151
159

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

Portions of RGB colors in percentages

R + G + B = 165 + 151 + 159 = 475 (100%)
R 165 of 475 ~ 34.74%
G 151 of 475 ~ 31.79%
B 159 of 475 ~ 33.47'%

%34.74
%31.79
%33.47

CMYK color model

#A5979F color CMYK value is (0,8,4,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 3.64%
  • key color value is 35.29%

CMYK: (0,8,4,35)
C0M8Y4K35 (0%, 8%, 4%, 35%)
(0.00 / 0.08 / 0.04 / 0.35)

CMYK percentages

%0
%8.48
%3.64
%35.29

Codes

Color #A5979F in popluar color models

A5 97 9F
RGB 165 151 159
HSL 326° 7.22% 61.96%
HSB/HSV 326° 8.48% 64.71%
CMYK 0.00% 8.48% 3.64%
35.29%

Color #A5979F in popluar number systems.

HEX A5 97 9F
Decimal 165 151 159
Binary 10100101 10010111 10011111
Octal 245 227 237

Shades and tints

Shades of #A5979F

#A5979F
(165,151,159)
#968A91
(150,138,145)
#877D83
(135,125,131)
#787075
(120,112,117)
#696367
(105,99,103)
#5A5659
(90,86,89)
#4B494B
(75,73,75)
#3C3C3D
(60,60,61)
#2D2F2F
(45,47,47)
#1E2221
(30,34,33)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5979F

#A5979F
(165,151,159)
#ADA0A7
(173,160,167)
#B5A9AF
(181,169,175)
#BDB2B7
(189,178,183)
#C5BBBF
(197,187,191)
#CDC4C7
(205,196,199)
#D5CDCF
(213,205,207)
#DDD6D7
(221,214,215)
#E5DFDF
(229,223,223)
#EDE8E7
(237,232,231)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5979F color. Also use rgb(165,151,159) instead hex code.

Text Font Color

.myTextColor { color: #A5979F; }

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

This text font color is #A5979F.

Background Color

.myBgColor { background-color: #A5979F; }

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

This div background color is #A5979F.

Border color

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

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

This div border color is #A5979F.

Opacity

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

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

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

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

This text has shadow with #A5979F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5979F.

Preview

Color preview on black background

This text has color #A5979F on black background.


Color preview on white background

This text has color #A5979F on white background.


Black color preview on #A5979F background

This text has black color on #A5979F background.


White color preview on #A5979F background

This text has white color on #A5979F background.


Related colors

Complementary color

Complementary color for #hex is #5A6860.


I love getcolorcode.com

Triadic colors

1 #9FA597 and #979FA5 with #A5979F are triadic colors.

2 #9F97A5 and #97A59F with #A5979F are triadic colors.