COLOR #A5AFA7

HEX: #A5AFA7
RGB: (165,175,167)

Color info

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

RGB color model

#A5AFA7 color RGB value is (165,175,167).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 167 of 255 = 65%

165
175
167

R + G + B ~ 66%. #A5AFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 167 = 507 (100%)
R 165 of 507 ~ 32.54%
G 175 of 507 ~ 34.52%
B 167 of 507 ~ 32.94%

%32.54
%34.52
%32.94

CMYK color model

#A5AFA7 color CMYK value is (6,0,5,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(6,0,5,31)
C6M0Y5K31 
(6%,0%,5%,31%)
(0.06/0.00/0.05/0.31)	

CMYK percentages

%5.71
%0
%4.57
%31.37

Codes

Color #A5AFA7 in popluar color models

A5AFA7
RGB165175167
HSL132°5.88%66.67%
HSB/HSV132°5.71%68.63%
CMYK5.71%0.00%4.57%
31.37%

Color #A5AFA7 in popluar number systems.

HEXA5AFA7
Decimal165175167
Binary101001011010111110100111
Octal245257247

Shades and tints

Shades of #A5AFA7

#A5AFA7
(165,175,167)
#96A098
(150,160,152)
#879189
(135,145,137)
#78827A
(120,130,122)
#69736B
(105,115,107)
#5A645C
(90,100,92)
#4B554D
(75,85,77)
#3C463E
(60,70,62)
#2D372F
(45,55,47)
#1E2820
(30,40,32)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #A5AFA7

#A5AFA7
(165,175,167)
#ADB6AF
(173,182,175)
#B5BDB7
(181,189,183)
#BDC4BF
(189,196,191)
#C5CBC7
(197,203,199)
#CDD2CF
(205,210,207)
#D5D9D7
(213,217,215)
#DDE0DF
(221,224,223)
#E5E7E7
(229,231,231)
#EDEEEF
(237,238,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFA7; }

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

This text font color is #A5AFA7.


Background Color

.myBgColor { background-color: #A5AFA7; }

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

This div background color is #A5AFA7.


Border color

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

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

This div border color is #A5AFA7.


Opacity

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

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

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

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

This text has shadow with #A5AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFA7 on black background.


Color preview on white background

This text has color #A5AFA7 on white background.



Black color preview on #A5AFA7 background

This text has black color on #A5AFA7 background.


White color preview on #A5AFA7 background

This text has white color on #A5AFA7 background.