COLOR #A5B394

HEX: #A5B394
RGB: (165,179,148)

Color info

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

RGB color model

#A5B394 color RGB value is (165,179,148).

  • red value is 165;
  • green value is 179;
  • blue value is 148.
RGB:
(165,179,148)
(65%,70%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 148 of 255 = 58%

165
179
148

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

Portions of RGB colors in percentages

R + G + B =
165 + 179 + 148 = 492 (100%)
R 165 of 492 ~ 33.54%
G 179 of 492 ~ 36.38%
B 148 of 492 ~ 30.08%

%33.54
%36.38
%30.08

CMYK color model

#A5B394 color CMYK value is (8,0,17,30).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 29.80%
CMYK:
(8,0,17,30)
C8M0Y17K30 
(8%,0%,17%,30%)
(0.08/0.00/0.17/0.30)	

CMYK percentages

%7.82
%0
%17.32
%29.8

Codes

Color #A5B394 in popluar color models

A5B394
RGB165179148
HSL87°16.94%64.12%
HSB/HSV87°17.32%70.20%
CMYK7.82%0.00%17.32%
29.80%

Color #A5B394 in popluar number systems.

HEXA5B394
Decimal165179148
Binary101001011011001110010100
Octal245263224

Shades and tints

Shades of #A5B394

#A5B394
(165,179,148)
#96A387
(150,163,135)
#87937A
(135,147,122)
#78836D
(120,131,109)
#697360
(105,115,96)
#5A6353
(90,99,83)
#4B5346
(75,83,70)
#3C4339
(60,67,57)
#2D332C
(45,51,44)
#1E231F
(30,35,31)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A5B394

#A5B394
(165,179,148)
#ADB99D
(173,185,157)
#B5BFA6
(181,191,166)
#BDC5AF
(189,197,175)
#C5CBB8
(197,203,184)
#CDD1C1
(205,209,193)
#D5D7CA
(213,215,202)
#DDDDD3
(221,221,211)
#E5E3DC
(229,227,220)
#EDE9E5
(237,233,229)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B394 color. Also use rgb(165,179,148) instead hex code.

Text Font Color

.myTextColor { color: #A5B394; }

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

This text font color is #A5B394.


Background Color

.myBgColor { background-color: #A5B394; }

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

This div background color is #A5B394.


Border color

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

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

This div border color is #A5B394.


Opacity

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

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

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

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

This text has shadow with #A5B394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B394 on black background.


Color preview on white background

This text has color #A5B394 on white background.



Black color preview on #A5B394 background

This text has black color on #A5B394 background.


White color preview on #A5B394 background

This text has white color on #A5B394 background.