COLOR #A5B48B

HEX: #A5B48B
RGB: (165,180,139)

Color info

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

RGB color model

#A5B48B color RGB value is (165,180,139).

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

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 139 of 255 = 55%

165
180
139

R + G + B ~ 64%. #A5B48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 139 = 484 (100%)
R 165 of 484 ~ 34.09%
G 180 of 484 ~ 37.19%
B 139 of 484 ~ 28.72%

%34.09
%37.19
%28.72

CMYK color model

#A5B48B color CMYK value is (8,0,23,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(8,0,23,29)
C8M0Y23K29 
(8%,0%,23%,29%)
(0.08/0.00/0.23/0.29)	

CMYK percentages

%8.33
%0
%22.78
%29.41

Codes

Color #A5B48B in popluar color models

A5B48B
RGB165180139
HSL82°21.47%62.55%
HSB/HSV82°22.78%70.59%
CMYK8.33%0.00%22.78%
29.41%

Color #A5B48B in popluar number systems.

HEXA5B48B
Decimal165180139
Binary101001011011010010001011
Octal245264213

Shades and tints

Shades of #A5B48B

#A5B48B
(165,180,139)
#96A47F
(150,164,127)
#879473
(135,148,115)
#788467
(120,132,103)
#69745B
(105,116,91)
#5A644F
(90,100,79)
#4B5443
(75,84,67)
#3C4437
(60,68,55)
#2D342B
(45,52,43)
#1E241F
(30,36,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5B48B

#A5B48B
(165,180,139)
#ADBA95
(173,186,149)
#B5C09F
(181,192,159)
#BDC6A9
(189,198,169)
#C5CCB3
(197,204,179)
#CDD2BD
(205,210,189)
#D5D8C7
(213,216,199)
#DDDED1
(221,222,209)
#E5E4DB
(229,228,219)
#EDEAE5
(237,234,229)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B48B; }

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

This text font color is #A5B48B.


Background Color

.myBgColor { background-color: #A5B48B; }

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

This div background color is #A5B48B.


Border color

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

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

This div border color is #A5B48B.


Opacity

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

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

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

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

This text has shadow with #A5B48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B48B on black background.


Color preview on white background

This text has color #A5B48B on white background.



Black color preview on #A5B48B background

This text has black color on #A5B48B background.


White color preview on #A5B48B background

This text has white color on #A5B48B background.