COLOR #A5B096

HEX: #A5B096
RGB: (165,176,150)

Color info

#A5B096 contains red, green and blue colors in about the same proportion. Web safe color of #A5B096 is #999999 (or #999).

RGB color model

#A5B096 color RGB value is (165,176,150).

  • red value is 165;
  • green value is 176;
  • blue value is 150.
RGB:
(165,176,150)
(65%,69%,59%)

RGB channels and saturation

R 165 of 255 = 65%
G 176 of 255 = 69%
B 150 of 255 = 59%

165
176
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 176 + 150 = 491 (100%)
R 165 of 491 ~ 33.6%
G 176 of 491 ~ 35.85%
B 150 of 491 ~ 30.55%

%33.6
%35.85
%30.55

CMYK color model

#A5B096 color CMYK value is (6,0,15,31).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 30.98%
CMYK:
(6,0,15,31)
C6M0Y15K31 
(6%,0%,15%,31%)
(0.06/0.00/0.15/0.31)	

CMYK percentages

%6.25
%0
%14.77
%30.98

Codes

Color #A5B096 in popluar color models

A5B096
RGB165176150
HSL85°14.13%63.92%
HSB/HSV85°14.77%69.02%
CMYK6.25%0.00%14.77%
30.98%

Color #A5B096 in popluar number systems.

HEXA5B096
Decimal165176150
Binary101001011011000010010110
Octal245260226

Shades and tints

Shades of #A5B096

#A5B096
(165,176,150)
#96A089
(150,160,137)
#87907C
(135,144,124)
#78806F
(120,128,111)
#697062
(105,112,98)
#5A6055
(90,96,85)
#4B5048
(75,80,72)
#3C403B
(60,64,59)
#2D302E
(45,48,46)
#1E2021
(30,32,33)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #A5B096

#A5B096
(165,176,150)
#ADB79F
(173,183,159)
#B5BEA8
(181,190,168)
#BDC5B1
(189,197,177)
#C5CCBA
(197,204,186)
#CDD3C3
(205,211,195)
#D5DACC
(213,218,204)
#DDE1D5
(221,225,213)
#E5E8DE
(229,232,222)
#EDEFE7
(237,239,231)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B096 color. Also use rgb(165,176,150) instead hex code.

Text Font Color

.myTextColor { color: #A5B096; }

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

This text font color is #A5B096.


Background Color

.myBgColor { background-color: #A5B096; }

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

This div background color is #A5B096.


Border color

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

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

This div border color is #A5B096.


Opacity

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

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

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

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

This text has shadow with #A5B096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B096 on black background.


Color preview on white background

This text has color #A5B096 on white background.



Black color preview on #A5B096 background

This text has black color on #A5B096 background.


White color preview on #A5B096 background

This text has white color on #A5B096 background.