COLOR #A5B39F

HEX: #A5B39F
RGB: (165,179,159)

Color info

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

RGB color model

#A5B39F color RGB value is (165,179,159).

  • red value is 165;
  • green value is 179;
  • blue value is 159.
RGB:
(165,179,159)
(65%,70%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 159 of 255 = 62%

165
179
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 179 + 159 = 503 (100%)
R 165 of 503 ~ 32.8%
G 179 of 503 ~ 35.59%
B 159 of 503 ~ 31.61%

%32.8
%35.59
%31.61

CMYK color model

#A5B39F color CMYK value is (8,0,11,30).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(8,0,11,30)
C8M0Y11K30 
(8%,0%,11%,30%)
(0.08/0.00/0.11/0.30)	

CMYK percentages

%7.82
%0
%11.17
%29.8

Codes

Color #A5B39F in popluar color models

A5B39F
RGB165179159
HSL102°11.63%66.27%
HSB/HSV102°11.17%70.20%
CMYK7.82%0.00%11.17%
29.80%

Color #A5B39F in popluar number systems.

HEXA5B39F
Decimal165179159
Binary101001011011001110011111
Octal245263237

Shades and tints

Shades of #A5B39F

#A5B39F
(165,179,159)
#96A391
(150,163,145)
#879383
(135,147,131)
#788375
(120,131,117)
#697367
(105,115,103)
#5A6359
(90,99,89)
#4B534B
(75,83,75)
#3C433D
(60,67,61)
#2D332F
(45,51,47)
#1E2321
(30,35,33)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A5B39F

#A5B39F
(165,179,159)
#ADB9A7
(173,185,167)
#B5BFAF
(181,191,175)
#BDC5B7
(189,197,183)
#C5CBBF
(197,203,191)
#CDD1C7
(205,209,199)
#D5D7CF
(213,215,207)
#DDDDD7
(221,221,215)
#E5E3DF
(229,227,223)
#EDE9E7
(237,233,231)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B39F color. Also use rgb(165,179,159) instead hex code.

Text Font Color

.myTextColor { color: #A5B39F; }

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

This text font color is #A5B39F.


Background Color

.myBgColor { background-color: #A5B39F; }

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

This div background color is #A5B39F.


Border color

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

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

This div border color is #A5B39F.


Opacity

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

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

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

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

This text has shadow with #A5B39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B39F on black background.


Color preview on white background

This text has color #A5B39F on white background.



Black color preview on #A5B39F background

This text has black color on #A5B39F background.


White color preview on #A5B39F background

This text has white color on #A5B39F background.