COLOR #A5B9A0

HEX: #A5B9A0
RGB: (165,185,160)

Color info

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

RGB color model

#A5B9A0 color RGB value is (165,185,160).

  • red value is 165;
  • green value is 185;
  • blue value is 160.
RGB:
(165,185,160)
(65%,73%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 160 of 255 = 63%

165
185
160

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 160 = 510 (100%)
R 165 of 510 ~ 32.35%
G 185 of 510 ~ 36.27%
B 160 of 510 ~ 31.37%

%32.35
%36.27
%31.37

CMYK color model

#A5B9A0 color CMYK value is (11,0,14,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 27.45%
CMYK:
(11,0,14,27)
C11M0Y14K27 
(11%,0%,14%,27%)
(0.11/0.00/0.14/0.27)	

CMYK percentages

%10.81
%0
%13.51
%27.45

Codes

Color #A5B9A0 in popluar color models

A5B9A0
RGB165185160
HSL108°15.15%67.65%
HSB/HSV108°13.51%72.55%
CMYK10.81%0.00%13.51%
27.45%

Color #A5B9A0 in popluar number systems.

HEXA5B9A0
Decimal165185160
Binary101001011011100110100000
Octal245271240

Shades and tints

Shades of #A5B9A0

#A5B9A0
(165,185,160)
#96A992
(150,169,146)
#879984
(135,153,132)
#788976
(120,137,118)
#697968
(105,121,104)
#5A695A
(90,105,90)
#4B594C
(75,89,76)
#3C493E
(60,73,62)
#2D3930
(45,57,48)
#1E2922
(30,41,34)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5B9A0

#A5B9A0
(165,185,160)
#ADBFA8
(173,191,168)
#B5C5B0
(181,197,176)
#BDCBB8
(189,203,184)
#C5D1C0
(197,209,192)
#CDD7C8
(205,215,200)
#D5DDD0
(213,221,208)
#DDE3D8
(221,227,216)
#E5E9E0
(229,233,224)
#EDEFE8
(237,239,232)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B9A0 color. Also use rgb(165,185,160) instead hex code.

Text Font Color

.myTextColor { color: #A5B9A0; }

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

This text font color is #A5B9A0.


Background Color

.myBgColor { background-color: #A5B9A0; }

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

This div background color is #A5B9A0.


Border color

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

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

This div border color is #A5B9A0.


Opacity

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

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

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

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

This text has shadow with #A5B9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9A0 on black background.


Color preview on white background

This text has color #A5B9A0 on white background.



Black color preview on #A5B9A0 background

This text has black color on #A5B9A0 background.


White color preview on #A5B9A0 background

This text has white color on #A5B9A0 background.