COLOR #A5B4A1

HEX: #A5B4A1
RGB: (165,180,161)

Color info

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

RGB color model

#A5B4A1 color RGB value is (165,180,161).

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

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 161 of 255 = 63%

165
180
161

R + G + B ~ 66%. #A5B4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 161 = 506 (100%)
R 165 of 506 ~ 32.61%
G 180 of 506 ~ 35.57%
B 161 of 506 ~ 31.82%

%32.61
%35.57
%31.82

CMYK color model

#A5B4A1 color CMYK value is (8,0,11,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 29.41%
CMYK:
(8,0,11,29)
C8M0Y11K29 
(8%,0%,11%,29%)
(0.08/0.00/0.11/0.29)	

CMYK percentages

%8.33
%0
%10.56
%29.41

Codes

Color #A5B4A1 in popluar color models

A5B4A1
RGB165180161
HSL107°11.24%66.86%
HSB/HSV107°10.56%70.59%
CMYK8.33%0.00%10.56%
29.41%

Color #A5B4A1 in popluar number systems.

HEXA5B4A1
Decimal165180161
Binary101001011011010010100001
Octal245264241

Shades and tints

Shades of #A5B4A1

#A5B4A1
(165,180,161)
#96A493
(150,164,147)
#879485
(135,148,133)
#788477
(120,132,119)
#697469
(105,116,105)
#5A645B
(90,100,91)
#4B544D
(75,84,77)
#3C443F
(60,68,63)
#2D3431
(45,52,49)
#1E2423
(30,36,35)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5B4A1

#A5B4A1
(165,180,161)
#ADBAA9
(173,186,169)
#B5C0B1
(181,192,177)
#BDC6B9
(189,198,185)
#C5CCC1
(197,204,193)
#CDD2C9
(205,210,201)
#D5D8D1
(213,216,209)
#DDDED9
(221,222,217)
#E5E4E1
(229,228,225)
#EDEAE9
(237,234,233)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B4A1; }

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

This text font color is #A5B4A1.


Background Color

.myBgColor { background-color: #A5B4A1; }

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

This div background color is #A5B4A1.


Border color

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

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

This div border color is #A5B4A1.


Opacity

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

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

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

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

This text has shadow with #A5B4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B4A1 on black background.


Color preview on white background

This text has color #A5B4A1 on white background.



Black color preview on #A5B4A1 background

This text has black color on #A5B4A1 background.


White color preview on #A5B4A1 background

This text has white color on #A5B4A1 background.