COLOR #A5B988

HEX: #A5B988
RGB: (165,185,136)

Color info

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

RGB color model

#A5B988 color RGB value is (165,185,136).

  • red value is 165;
  • green value is 185;
  • blue value is 136.
RGB:
(165,185,136)
(65%,73%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 136 of 255 = 53%

165
185
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 136 = 486 (100%)
R 165 of 486 ~ 33.95%
G 185 of 486 ~ 38.07%
B 136 of 486 ~ 27.98%

%33.95
%38.07
%27.98

CMYK color model

#A5B988 color CMYK value is (11,0,26,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK:
(11,0,26,27)
C11M0Y26K27 
(11%,0%,26%,27%)
(0.11/0.00/0.26/0.27)	

CMYK percentages

%10.81
%0
%26.49
%27.45

Codes

Color #A5B988 in popluar color models

A5B988
RGB165185136
HSL84°25.93%62.94%
HSB/HSV84°26.49%72.55%
CMYK10.81%0.00%26.49%
27.45%

Color #A5B988 in popluar number systems.

HEXA5B988
Decimal165185136
Binary101001011011100110001000
Octal245271210

Shades and tints

Shades of #A5B988

#A5B988
(165,185,136)
#96A97C
(150,169,124)
#879970
(135,153,112)
#788964
(120,137,100)
#697958
(105,121,88)
#5A694C
(90,105,76)
#4B5940
(75,89,64)
#3C4934
(60,73,52)
#2D3928
(45,57,40)
#1E291C
(30,41,28)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #A5B988

#A5B988
(165,185,136)
#ADBF92
(173,191,146)
#B5C59C
(181,197,156)
#BDCBA6
(189,203,166)
#C5D1B0
(197,209,176)
#CDD7BA
(205,215,186)
#D5DDC4
(213,221,196)
#DDE3CE
(221,227,206)
#E5E9D8
(229,233,216)
#EDEFE2
(237,239,226)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B988 color. Also use rgb(165,185,136) instead hex code.

Text Font Color

.myTextColor { color: #A5B988; }

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

This text font color is #A5B988.


Background Color

.myBgColor { background-color: #A5B988; }

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

This div background color is #A5B988.


Border color

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

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

This div border color is #A5B988.


Opacity

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

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

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

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

This text has shadow with #A5B988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B988 on black background.


Color preview on white background

This text has color #A5B988 on white background.



Black color preview on #A5B988 background

This text has black color on #A5B988 background.


White color preview on #A5B988 background

This text has white color on #A5B988 background.