COLOR #A5AF9F

HEX: #A5AF9F
RGB: (165,175,159)

Color info

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

RGB color model

#A5AF9F color RGB value is (165,175,159).

  • red value is 165;
  • green value is 175;
  • blue value is 159.
RGB:
(165,175,159)
(65%,69%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 159 of 255 = 62%

165
175
159

R + G + B ~ 65%. #A5AF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 159 = 499 (100%)
R 165 of 499 ~ 33.07%
G 175 of 499 ~ 35.07%
B 159 of 499 ~ 31.86%

%33.07
%35.07
%31.86

CMYK color model

#A5AF9F color CMYK value is (6,0,9,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(6,0,9,31)
C6M0Y9K31 
(6%,0%,9%,31%)
(0.06/0.00/0.09/0.31)	

CMYK percentages

%5.71
%0
%9.14
%31.37

Codes

Color #A5AF9F in popluar color models

A5AF9F
RGB165175159
HSL98°9.09%65.49%
HSB/HSV98°9.14%68.63%
CMYK5.71%0.00%9.14%
31.37%

Color #A5AF9F in popluar number systems.

HEXA5AF9F
Decimal165175159
Binary101001011010111110011111
Octal245257237

Shades and tints

Shades of #A5AF9F

#A5AF9F
(165,175,159)
#96A091
(150,160,145)
#879183
(135,145,131)
#788275
(120,130,117)
#697367
(105,115,103)
#5A6459
(90,100,89)
#4B554B
(75,85,75)
#3C463D
(60,70,61)
#2D372F
(45,55,47)
#1E2821
(30,40,33)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #A5AF9F

#A5AF9F
(165,175,159)
#ADB6A7
(173,182,167)
#B5BDAF
(181,189,175)
#BDC4B7
(189,196,183)
#C5CBBF
(197,203,191)
#CDD2C7
(205,210,199)
#D5D9CF
(213,217,207)
#DDE0D7
(221,224,215)
#E5E7DF
(229,231,223)
#EDEEE7
(237,238,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF9F; }

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

This text font color is #A5AF9F.


Background Color

.myBgColor { background-color: #A5AF9F; }

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

This div background color is #A5AF9F.


Border color

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

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

This div border color is #A5AF9F.


Opacity

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

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

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

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

This text has shadow with #A5AF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AF9F on black background.


Color preview on white background

This text has color #A5AF9F on white background.



Black color preview on #A5AF9F background

This text has black color on #A5AF9F background.


White color preview on #A5AF9F background

This text has white color on #A5AF9F background.