COLOR #A5B4AF

HEX: #A5B4AF
RGB: (165,180,175)

Color info

#A5B4AF contains red, green and blue colors in about the same proportion. Web safe color of #A5B4AF is #99CC99 (or #9C9).

RGB color model

#A5B4AF color RGB value is (165,180,175).

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

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 175 of 255 = 69%

165
180
175

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

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 175 = 520 (100%)
R 165 of 520 ~ 31.73%
G 180 of 520 ~ 34.62%
B 175 of 520 ~ 33.65%

%31.73
%34.62
%33.65

CMYK color model

#A5B4AF color CMYK value is (8,0,3,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(8,0,3,29)
C8M0Y3K29 
(8%,0%,3%,29%)
(0.08/0.00/0.03/0.29)	

CMYK percentages

%8.33
%0
%2.78
%29.41

Codes

Color #A5B4AF in popluar color models

A5B4AF
RGB165180175
HSL160°9.09%67.65%
HSB/HSV160°8.33%70.59%
CMYK8.33%0.00%2.78%
29.41%

Color #A5B4AF in popluar number systems.

HEXA5B4AF
Decimal165180175
Binary101001011011010010101111
Octal245264257

Shades and tints

Shades of #A5B4AF

#A5B4AF
(165,180,175)
#96A4A0
(150,164,160)
#879491
(135,148,145)
#788482
(120,132,130)
#697473
(105,116,115)
#5A6464
(90,100,100)
#4B5455
(75,84,85)
#3C4446
(60,68,70)
#2D3437
(45,52,55)
#1E2428
(30,36,40)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A5B4AF

#A5B4AF
(165,180,175)
#ADBAB6
(173,186,182)
#B5C0BD
(181,192,189)
#BDC6C4
(189,198,196)
#C5CCCB
(197,204,203)
#CDD2D2
(205,210,210)
#D5D8D9
(213,216,217)
#DDDEE0
(221,222,224)
#E5E4E7
(229,228,231)
#EDEAEE
(237,234,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B4AF; }

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

This text font color is #A5B4AF.


Background Color

.myBgColor { background-color: #A5B4AF; }

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

This div background color is #A5B4AF.


Border color

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

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

This div border color is #A5B4AF.


Opacity

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

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

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

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

This text has shadow with #A5B4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B4AF on black background.


Color preview on white background

This text has color #A5B4AF on white background.



Black color preview on #A5B4AF background

This text has black color on #A5B4AF background.


White color preview on #A5B4AF background

This text has white color on #A5B4AF background.