COLOR #A5B789

HEX: #A5B789
RGB: (165,183,137)

Color info

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

RGB color model

#A5B789 color RGB value is (165,183,137).

  • red value is 165;
  • green value is 183;
  • blue value is 137.
RGB:
(165,183,137)
(65%,72%,54%)

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 137 of 255 = 54%

165
183
137

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

Portions of RGB colors in percentages

R + G + B =
165 + 183 + 137 = 485 (100%)
R 165 of 485 ~ 34.02%
G 183 of 485 ~ 37.73%
B 137 of 485 ~ 28.25%

%34.02
%37.73
%28.25

CMYK color model

#A5B789 color CMYK value is (10,0,25,28).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 28.24%
CMYK:
(10,0,25,28)
C10M0Y25K28 
(10%,0%,25%,28%)
(0.10/0.00/0.25/0.28)	

CMYK percentages

%9.84
%0
%25.14
%28.24

Codes

Color #A5B789 in popluar color models

A5B789
RGB165183137
HSL83°24.21%62.75%
HSB/HSV83°25.14%71.76%
CMYK9.84%0.00%25.14%
28.24%

Color #A5B789 in popluar number systems.

HEXA5B789
Decimal165183137
Binary101001011011011110001001
Octal245267211

Shades and tints

Shades of #A5B789

#A5B789
(165,183,137)
#96A77D
(150,167,125)
#879771
(135,151,113)
#788765
(120,135,101)
#697759
(105,119,89)
#5A674D
(90,103,77)
#4B5741
(75,87,65)
#3C4735
(60,71,53)
#2D3729
(45,55,41)
#1E271D
(30,39,29)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5B789

#A5B789
(165,183,137)
#ADBD93
(173,189,147)
#B5C39D
(181,195,157)
#BDC9A7
(189,201,167)
#C5CFB1
(197,207,177)
#CDD5BB
(205,213,187)
#D5DBC5
(213,219,197)
#DDE1CF
(221,225,207)
#E5E7D9
(229,231,217)
#EDEDE3
(237,237,227)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B789 color. Also use rgb(165,183,137) instead hex code.

Text Font Color

.myTextColor { color: #A5B789; }

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

This text font color is #A5B789.


Background Color

.myBgColor { background-color: #A5B789; }

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

This div background color is #A5B789.


Border color

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

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

This div border color is #A5B789.


Opacity

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

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

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

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

This text has shadow with #A5B789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B789 on black background.


Color preview on white background

This text has color #A5B789 on white background.



Black color preview on #A5B789 background

This text has black color on #A5B789 background.


White color preview on #A5B789 background

This text has white color on #A5B789 background.