COLOR #A5B2AC

HEX: #A5B2AC
RGB: (165,178,172)

Color info

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

RGB color model

#A5B2AC color RGB value is (165,178,172).

  • red value is 165;
  • green value is 178;
  • blue value is 172.
RGB:
(165,178,172)
(65%,70%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 178 of 255 = 70%
B 172 of 255 = 67%

165
178
172

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

Portions of RGB colors in percentages

R + G + B =
165 + 178 + 172 = 515 (100%)
R 165 of 515 ~ 32.04%
G 178 of 515 ~ 34.56%
B 172 of 515 ~ 33.4%

%32.04
%34.56
%33.4

CMYK color model

#A5B2AC color CMYK value is (7,0,3,30).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 30.20%
CMYK:
(7,0,3,30)
C7M0Y3K30 
(7%,0%,3%,30%)
(0.07/0.00/0.03/0.30)	

CMYK percentages

%7.3
%0
%3.37
%30.2

Codes

Color #A5B2AC in popluar color models

A5B2AC
RGB165178172
HSL152°7.78%67.25%
HSB/HSV152°7.30%69.80%
CMYK7.30%0.00%3.37%
30.20%

Color #A5B2AC in popluar number systems.

HEXA5B2AC
Decimal165178172
Binary101001011011001010101100
Octal245262254

Shades and tints

Shades of #A5B2AC

#A5B2AC
(165,178,172)
#96A29D
(150,162,157)
#87928E
(135,146,142)
#78827F
(120,130,127)
#697270
(105,114,112)
#5A6261
(90,98,97)
#4B5252
(75,82,82)
#3C4243
(60,66,67)
#2D3234
(45,50,52)
#1E2225
(30,34,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A5B2AC

#A5B2AC
(165,178,172)
#ADB9B3
(173,185,179)
#B5C0BA
(181,192,186)
#BDC7C1
(189,199,193)
#C5CEC8
(197,206,200)
#CDD5CF
(205,213,207)
#D5DCD6
(213,220,214)
#DDE3DD
(221,227,221)
#E5EAE4
(229,234,228)
#EDF1EB
(237,241,235)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B2AC; }

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

This text font color is #A5B2AC.


Background Color

.myBgColor { background-color: #A5B2AC; }

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

This div background color is #A5B2AC.


Border color

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

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

This div border color is #A5B2AC.


Opacity

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

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

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

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

This text has shadow with #A5B2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B2AC on black background.


Color preview on white background

This text has color #A5B2AC on white background.



Black color preview on #A5B2AC background

This text has black color on #A5B2AC background.


White color preview on #A5B2AC background

This text has white color on #A5B2AC background.