COLOR #A5B89B

HEX: #A5B89B
RGB: (165,184,155)

Color info

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

RGB color model

#A5B89B color RGB value is (165,184,155).

  • red value is 165;
  • green value is 184;
  • blue value is 155.
RGB:
(165,184,155)
(65%,72%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 184 of 255 = 72%
B 155 of 255 = 61%

165
184
155

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

Portions of RGB colors in percentages

R + G + B =
165 + 184 + 155 = 504 (100%)
R 165 of 504 ~ 32.74%
G 184 of 504 ~ 36.51%
B 155 of 504 ~ 30.75%

%32.74
%36.51
%30.75

CMYK color model

#A5B89B color CMYK value is (10,0,16,28).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(10,0,16,28)
C10M0Y16K28 
(10%,0%,16%,28%)
(0.10/0.00/0.16/0.28)	

CMYK percentages

%10.33
%0
%15.76
%27.84

Codes

Color #A5B89B in popluar color models

A5B89B
RGB165184155
HSL99°16.96%66.47%
HSB/HSV99°15.76%72.16%
CMYK10.33%0.00%15.76%
27.84%

Color #A5B89B in popluar number systems.

HEXA5B89B
Decimal165184155
Binary101001011011100010011011
Octal245270233

Shades and tints

Shades of #A5B89B

#A5B89B
(165,184,155)
#96A88D
(150,168,141)
#87987F
(135,152,127)
#788871
(120,136,113)
#697863
(105,120,99)
#5A6855
(90,104,85)
#4B5847
(75,88,71)
#3C4839
(60,72,57)
#2D382B
(45,56,43)
#1E281D
(30,40,29)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #A5B89B

#A5B89B
(165,184,155)
#ADBEA4
(173,190,164)
#B5C4AD
(181,196,173)
#BDCAB6
(189,202,182)
#C5D0BF
(197,208,191)
#CDD6C8
(205,214,200)
#D5DCD1
(213,220,209)
#DDE2DA
(221,226,218)
#E5E8E3
(229,232,227)
#EDEEEC
(237,238,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B89B color. Also use rgb(165,184,155) instead hex code.

Text Font Color

.myTextColor { color: #A5B89B; }

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

This text font color is #A5B89B.


Background Color

.myBgColor { background-color: #A5B89B; }

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

This div background color is #A5B89B.


Border color

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

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

This div border color is #A5B89B.


Opacity

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

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

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

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

This text has shadow with #A5B89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B89B on black background.


Color preview on white background

This text has color #A5B89B on white background.



Black color preview on #A5B89B background

This text has black color on #A5B89B background.


White color preview on #A5B89B background

This text has white color on #A5B89B background.