COLOR #A5B093

HEX: #A5B093
RGB: (165,176,147)

Color info

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

RGB color model

#A5B093 color RGB value is (165,176,147).

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

RGB channels and saturation

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

165
176
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 176 + 147 = 488 (100%)
R 165 of 488 ~ 33.81%
G 176 of 488 ~ 36.07%
B 147 of 488 ~ 30.12%

%33.81
%36.07
%30.12

CMYK color model

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

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • 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
%16.48
%30.98

Codes

Color #A5B093 in popluar color models

A5B093
RGB165176147
HSL83°15.51%63.33%
HSB/HSV83°16.48%69.02%
CMYK6.25%0.00%16.48%
30.98%

Color #A5B093 in popluar number systems.

HEXA5B093
Decimal165176147
Binary101001011011000010010011
Octal245260223

Shades and tints

Shades of #A5B093

#A5B093
(165,176,147)
#96A086
(150,160,134)
#879079
(135,144,121)
#78806C
(120,128,108)
#69705F
(105,112,95)
#5A6052
(90,96,82)
#4B5045
(75,80,69)
#3C4038
(60,64,56)
#2D302B
(45,48,43)
#1E201E
(30,32,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #A5B093

#A5B093
(165,176,147)
#ADB79C
(173,183,156)
#B5BEA5
(181,190,165)
#BDC5AE
(189,197,174)
#C5CCB7
(197,204,183)
#CDD3C0
(205,211,192)
#D5DAC9
(213,218,201)
#DDE1D2
(221,225,210)
#E5E8DB
(229,232,219)
#EDEFE4
(237,239,228)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B093; }

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

This text font color is #A5B093.


Background Color

.myBgColor { background-color: #A5B093; }

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

This div background color is #A5B093.


Border color

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

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

This div border color is #A5B093.


Opacity

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

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

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

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

This text has shadow with #A5B093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B093 on black background.


Color preview on white background

This text has color #A5B093 on white background.



Black color preview on #A5B093 background

This text has black color on #A5B093 background.


White color preview on #A5B093 background

This text has white color on #A5B093 background.