COLOR #A5AAAF

HEX: #A5AAAF RGB: (165,170,175)

Color info

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

RGB color model

#A5AAAF color RGB value is (165,170,175).

RGB: (165,170,175) (65%, 67%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 175 of 255 = 69%

165
170
175

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

Portions of RGB colors in percentages

R + G + B = 165 + 170 + 175 = 510 (100%)
R 165 of 510 ~ 32.35%
G 170 of 510 ~ 33.33%
B 175 of 510 ~ 34.31'%

%32.35
%33.33
%34.31

CMYK color model

#A5AAAF color CMYK value is (6,3,0,31).

  • cyan value is 5.71%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (6,3,0,31)
C6M3Y0K31 (6%, 3%, 0%, 31%)
(0.06 / 0.03 / 0.00 / 0.31)

CMYK percentages

%5.71
%2.86
%0
%31.37

Codes

Color #A5AAAF in popluar color models

A5 AA AF
RGB 165 170 175
HSL 210° 5.88% 66.67%
HSB/HSV 210° 5.71% 68.63%
CMYK 5.71% 2.86% 0.00%
31.37%

Color #A5AAAF in popluar number systems.

HEX A5 AA AF
Decimal 165 170 175
Binary 10100101 10101010 10101111
Octal 245 252 257

Shades and tints

Shades of #A5AAAF

#A5AAAF
(165,170,175)
#969BA0
(150,155,160)
#878C91
(135,140,145)
#787D82
(120,125,130)
#696E73
(105,110,115)
#5A5F64
(90,95,100)
#4B5055
(75,80,85)
#3C4146
(60,65,70)
#2D3237
(45,50,55)
#1E2328
(30,35,40)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A5AAAF

#A5AAAF
(165,170,175)
#ADB1B6
(173,177,182)
#B5B8BD
(181,184,189)
#BDBFC4
(189,191,196)
#C5C6CB
(197,198,203)
#CDCDD2
(205,205,210)
#D5D4D9
(213,212,217)
#DDDBE0
(221,219,224)
#E5E2E7
(229,226,231)
#EDE9EE
(237,233,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AAAF; }

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

This text font color is #A5AAAF.

Background Color

.myBgColor { background-color: #A5AAAF; }

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

This div background color is #A5AAAF.

Border color

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

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

This div border color is #A5AAAF.

Opacity

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

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

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

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

This text has shadow with #A5AAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AAAF.

Preview

Color preview on black background

This text has color #A5AAAF on black background.


Color preview on white background

This text has color #A5AAAF on white background.


Black color preview on #A5AAAF background

This text has black color on #A5AAAF background.


White color preview on #A5AAAF background

This text has white color on #A5AAAF background.


Related colors

Complementary color

Complementary color for #hex is #5A5550.


I love getcolorcode.com

Triadic colors

1 #AFA5AA and #AAAFA5 with #A5AAAF are triadic colors.

2 #AFAAA5 and #AAA5AF with #A5AAAF are triadic colors.