COLOR #A5AFA8

HEX: #A5AFA8
RGB: (165,175,168)

Color info

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

RGB color model

#A5AFA8 color RGB value is (165,175,168).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 168 of 255 = 66%

165
175
168

R + G + B ~ 67%. #A5AFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 168 = 508 (100%)
R 165 of 508 ~ 32.48%
G 175 of 508 ~ 34.45%
B 168 of 508 ~ 33.07%

%32.48
%34.45
%33.07

CMYK color model

#A5AFA8 color CMYK value is (6,0,4,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(6,0,4,31)
C6M0Y4K31 
(6%,0%,4%,31%)
(0.06/0.00/0.04/0.31)	

CMYK percentages

%5.71
%0
%4
%31.37

Codes

Color #A5AFA8 in popluar color models

A5AFA8
RGB165175168
HSL138°5.88%66.67%
HSB/HSV138°5.71%68.63%
CMYK5.71%0.00%4.00%
31.37%

Color #A5AFA8 in popluar number systems.

HEXA5AFA8
Decimal165175168
Binary101001011010111110101000
Octal245257250

Shades and tints

Shades of #A5AFA8

#A5AFA8
(165,175,168)
#96A099
(150,160,153)
#87918A
(135,145,138)
#78827B
(120,130,123)
#69736C
(105,115,108)
#5A645D
(90,100,93)
#4B554E
(75,85,78)
#3C463F
(60,70,63)
#2D3730
(45,55,48)
#1E2821
(30,40,33)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #A5AFA8

#A5AFA8
(165,175,168)
#ADB6AF
(173,182,175)
#B5BDB6
(181,189,182)
#BDC4BD
(189,196,189)
#C5CBC4
(197,203,196)
#CDD2CB
(205,210,203)
#D5D9D2
(213,217,210)
#DDE0D9
(221,224,217)
#E5E7E0
(229,231,224)
#EDEEE7
(237,238,231)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFA8; }

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

This text font color is #A5AFA8.


Background Color

.myBgColor { background-color: #A5AFA8; }

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

This div background color is #A5AFA8.


Border color

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

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

This div border color is #A5AFA8.


Opacity

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

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

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

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

This text has shadow with #A5AFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFA8 on black background.


Color preview on white background

This text has color #A5AFA8 on white background.



Black color preview on #A5AFA8 background

This text has black color on #A5AFA8 background.


White color preview on #A5AFA8 background

This text has white color on #A5AFA8 background.