COLOR #A5B49F

HEX: #A5B49F
RGB: (165,180,159)

Color info

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

RGB color model

#A5B49F color RGB value is (165,180,159).

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

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 159 of 255 = 62%

165
180
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 159 = 504 (100%)
R 165 of 504 ~ 32.74%
G 180 of 504 ~ 35.71%
B 159 of 504 ~ 31.55%

%32.74
%35.71
%31.55

CMYK color model

#A5B49F color CMYK value is (8,0,12,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(8,0,12,29)
C8M0Y12K29 
(8%,0%,12%,29%)
(0.08/0.00/0.12/0.29)	

CMYK percentages

%8.33
%0
%11.67
%29.41

Codes

Color #A5B49F in popluar color models

A5B49F
RGB165180159
HSL103°12.28%66.47%
HSB/HSV103°11.67%70.59%
CMYK8.33%0.00%11.67%
29.41%

Color #A5B49F in popluar number systems.

HEXA5B49F
Decimal165180159
Binary101001011011010010011111
Octal245264237

Shades and tints

Shades of #A5B49F

#A5B49F
(165,180,159)
#96A491
(150,164,145)
#879483
(135,148,131)
#788475
(120,132,117)
#697467
(105,116,103)
#5A6459
(90,100,89)
#4B544B
(75,84,75)
#3C443D
(60,68,61)
#2D342F
(45,52,47)
#1E2421
(30,36,33)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5B49F

#A5B49F
(165,180,159)
#ADBAA7
(173,186,167)
#B5C0AF
(181,192,175)
#BDC6B7
(189,198,183)
#C5CCBF
(197,204,191)
#CDD2C7
(205,210,199)
#D5D8CF
(213,216,207)
#DDDED7
(221,222,215)
#E5E4DF
(229,228,223)
#EDEAE7
(237,234,231)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B49F; }

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

This text font color is #A5B49F.


Background Color

.myBgColor { background-color: #A5B49F; }

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

This div background color is #A5B49F.


Border color

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

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

This div border color is #A5B49F.


Opacity

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

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

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

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

This text has shadow with #A5B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B49F on black background.


Color preview on white background

This text has color #A5B49F on white background.



Black color preview on #A5B49F background

This text has black color on #A5B49F background.


White color preview on #A5B49F background

This text has white color on #A5B49F background.