COLOR #A5B2AF

HEX: #A5B2AF RGB: (165,178,175)

Color info

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

RGB color model

#A5B2AF color RGB value is (165,178,175).

RGB: (165,178,175) (65%, 70%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 178 of 255 = 70%
B 175 of 255 = 69%

165
178
175

R + G + B ~ 68%. #A5B2AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 178 + 175 = 518 (100%)
R 165 of 518 ~ 31.85%
G 178 of 518 ~ 34.36%
B 175 of 518 ~ 33.78'%

%31.85
%34.36
%33.78

CMYK color model

#A5B2AF color CMYK value is (7,0,2,30).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.20%

CMYK: (7,0,2,30)
C7M0Y2K30 (7%, 0%, 2%, 30%)
(0.07 / 0.00 / 0.02 / 0.30)

CMYK percentages

%7.3
%0
%1.69
%30.2

Codes

Color #A5B2AF in popluar color models

A5 B2 AF
RGB 165 178 175
HSL 166° 7.78% 67.25%
HSB/HSV 166° 7.30% 69.80%
CMYK 7.30% 0.00% 1.69%
30.20%

Color #A5B2AF in popluar number systems.

HEX A5 B2 AF
Decimal 165 178 175
Binary 10100101 10110010 10101111
Octal 245 262 257

Shades and tints

Shades of #A5B2AF

#A5B2AF
(165,178,175)
#96A2A0
(150,162,160)
#879291
(135,146,145)
#788282
(120,130,130)
#697273
(105,114,115)
#5A6264
(90,98,100)
#4B5255
(75,82,85)
#3C4246
(60,66,70)
#2D3237
(45,50,55)
#1E2228
(30,34,40)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #A5B2AF

#A5B2AF
(165,178,175)
#ADB9B6
(173,185,182)
#B5C0BD
(181,192,189)
#BDC7C4
(189,199,196)
#C5CECB
(197,206,203)
#CDD5D2
(205,213,210)
#D5DCD9
(213,220,217)
#DDE3E0
(221,227,224)
#E5EAE7
(229,234,231)
#EDF1EE
(237,241,238)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B2AF; }

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

This text font color is #A5B2AF.

Background Color

.myBgColor { background-color: #A5B2AF; }

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

This div background color is #A5B2AF.

Border color

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

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

This div border color is #A5B2AF.

Opacity

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

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

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

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

This text has shadow with #A5B2AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B2AF.

Preview

Color preview on black background

This text has color #A5B2AF on black background.


Color preview on white background

This text has color #A5B2AF on white background.


Black color preview on #A5B2AF background

This text has black color on #A5B2AF background.


White color preview on #A5B2AF background

This text has white color on #A5B2AF background.


Related colors

Complementary color

Complementary color for #hex is #5A4D50.


I love getcolorcode.com

Triadic colors

1 #AFA5B2 and #B2AFA5 with #A5B2AF are triadic colors.

2 #AFB2A5 and #B2A5AF with #A5B2AF are triadic colors.