COLOR #A5B4AA

HEX: #A5B4AA
RGB: (165,180,170)

Color info

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

RGB color model

#A5B4AA color RGB value is (165,180,170).

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

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 170 of 255 = 67%

165
180
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 170 = 515 (100%)
R 165 of 515 ~ 32.04%
G 180 of 515 ~ 34.95%
B 170 of 515 ~ 33.01%

%32.04
%34.95
%33.01

CMYK color model

#A5B4AA color CMYK value is (8,0,6,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(8,0,6,29)
C8M0Y6K29 
(8%,0%,6%,29%)
(0.08/0.00/0.06/0.29)	

CMYK percentages

%8.33
%0
%5.56
%29.41

Codes

Color #A5B4AA in popluar color models

A5B4AA
RGB165180170
HSL140°9.09%67.65%
HSB/HSV140°8.33%70.59%
CMYK8.33%0.00%5.56%
29.41%

Color #A5B4AA in popluar number systems.

HEXA5B4AA
Decimal165180170
Binary101001011011010010101010
Octal245264252

Shades and tints

Shades of #A5B4AA

#A5B4AA
(165,180,170)
#96A49B
(150,164,155)
#87948C
(135,148,140)
#78847D
(120,132,125)
#69746E
(105,116,110)
#5A645F
(90,100,95)
#4B5450
(75,84,80)
#3C4441
(60,68,65)
#2D3432
(45,52,50)
#1E2423
(30,36,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5B4AA

#A5B4AA
(165,180,170)
#ADBAB1
(173,186,177)
#B5C0B8
(181,192,184)
#BDC6BF
(189,198,191)
#C5CCC6
(197,204,198)
#CDD2CD
(205,210,205)
#D5D8D4
(213,216,212)
#DDDEDB
(221,222,219)
#E5E4E2
(229,228,226)
#EDEAE9
(237,234,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B4AA; }

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

This text font color is #A5B4AA.


Background Color

.myBgColor { background-color: #A5B4AA; }

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

This div background color is #A5B4AA.


Border color

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

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

This div border color is #A5B4AA.


Opacity

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

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

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

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

This text has shadow with #A5B4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B4AA on black background.


Color preview on white background

This text has color #A5B4AA on white background.



Black color preview on #A5B4AA background

This text has black color on #A5B4AA background.


White color preview on #A5B4AA background

This text has white color on #A5B4AA background.