COLOR #A5B094

HEX: #A5B094
RGB: (165,176,148)

Color info

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

RGB color model

#A5B094 color RGB value is (165,176,148).

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

RGB channels and saturation

R 165 of 255 = 65%
G 176 of 255 = 69%
B 148 of 255 = 58%

165
176
148

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

Portions of RGB colors in percentages

R + G + B =
165 + 176 + 148 = 489 (100%)
R 165 of 489 ~ 33.74%
G 176 of 489 ~ 35.99%
B 148 of 489 ~ 30.27%

%33.74
%35.99
%30.27

CMYK color model

#A5B094 color CMYK value is (6,0,16,31).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 30.98%
CMYK:
(6,0,16,31)
C6M0Y16K31 
(6%,0%,16%,31%)
(0.06/0.00/0.16/0.31)	

CMYK percentages

%6.25
%0
%15.91
%30.98

Codes

Color #A5B094 in popluar color models

A5B094
RGB165176148
HSL84°15.05%63.53%
HSB/HSV84°15.91%69.02%
CMYK6.25%0.00%15.91%
30.98%

Color #A5B094 in popluar number systems.

HEXA5B094
Decimal165176148
Binary101001011011000010010100
Octal245260224

Shades and tints

Shades of #A5B094

#A5B094
(165,176,148)
#96A087
(150,160,135)
#87907A
(135,144,122)
#78806D
(120,128,109)
#697060
(105,112,96)
#5A6053
(90,96,83)
#4B5046
(75,80,70)
#3C4039
(60,64,57)
#2D302C
(45,48,44)
#1E201F
(30,32,31)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A5B094

#A5B094
(165,176,148)
#ADB79D
(173,183,157)
#B5BEA6
(181,190,166)
#BDC5AF
(189,197,175)
#C5CCB8
(197,204,184)
#CDD3C1
(205,211,193)
#D5DACA
(213,218,202)
#DDE1D3
(221,225,211)
#E5E8DC
(229,232,220)
#EDEFE5
(237,239,229)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B094; }

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

This text font color is #A5B094.


Background Color

.myBgColor { background-color: #A5B094; }

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

This div background color is #A5B094.


Border color

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

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

This div border color is #A5B094.


Opacity

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

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

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

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

This text has shadow with #A5B094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B094 on black background.


Color preview on white background

This text has color #A5B094 on white background.



Black color preview on #A5B094 background

This text has black color on #A5B094 background.


White color preview on #A5B094 background

This text has white color on #A5B094 background.