COLOR #A5AFAE

HEX: #A5AFAE RGB: (165,175,174)

Color info

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

RGB color model

#A5AFAE color RGB value is (165,175,174).

RGB: (165,175,174) (65%, 69%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 174 of 255 = 68%

165
175
174

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

Portions of RGB colors in percentages

R + G + B = 165 + 175 + 174 = 514 (100%)
R 165 of 514 ~ 32.1%
G 175 of 514 ~ 34.05%
B 174 of 514 ~ 33.85'%

%32.1
%34.05
%33.85

CMYK color model

#A5AFAE color CMYK value is (6,0,1,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK: (6,0,1,31) C6M0Y1K31 (6%,0%,1%,31%) (0.06/0.00/0.01/0.31) 

CMYK percentages

%5.71
%0
%0.57
%31.37

Codes

Color #A5AFAE in popluar color models

A5 AF AE
RGB 165 175 174
HSL 174° 5.88% 66.67%
HSB/HSV 174° 5.71% 68.63%
CMYK 5.71% 0.00% 0.57%
31.37%

Color #A5AFAE in popluar number systems.

HEX A5 AF AE
Decimal 165 175 174
Binary 10100101 10101111 10101110
Octal 245 257 256

Shades and tints

Shades of #A5AFAE

#A5AFAE
(165,175,174)
#96A09F
(150,160,159)
#879190
(135,145,144)
#788281
(120,130,129)
#697372
(105,115,114)
#5A6463
(90,100,99)
#4B5554
(75,85,84)
#3C4645
(60,70,69)
#2D3736
(45,55,54)
#1E2827
(30,40,39)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #A5AFAE

#A5AFAE
(165,175,174)
#ADB6B5
(173,182,181)
#B5BDBC
(181,189,188)
#BDC4C3
(189,196,195)
#C5CBCA
(197,203,202)
#CDD2D1
(205,210,209)
#D5D9D8
(213,217,216)
#DDE0DF
(221,224,223)
#E5E7E6
(229,231,230)
#EDEEED
(237,238,237)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFAE; }

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

This text font color is #A5AFAE.

Background Color

.myBgColor { background-color: #A5AFAE; }

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

This div background color is #A5AFAE.

Border color

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

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

This div border color is #A5AFAE.

Opacity

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

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

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

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

This text has shadow with #A5AFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AFAE.

Preview

Color preview on black background

This text has color #A5AFAE on black background.


Color preview on white background

This text has color #A5AFAE on white background.


Black color preview on #A5AFAE background

This text has black color on #A5AFAE background.


White color preview on #A5AFAE background

This text has white color on #A5AFAE background.


Related colors

Complementary color

Complementary color for #hex is #5A5051.


I love getcolorcode.com

Triadic colors

1 #AEA5AF and #AFAEA5 with #A5AFAE are triadic colors.

2 #AEAFA5 and #AFA5AE with #A5AFAE are triadic colors.