COLOR #A5B190

HEX: #A5B190
RGB: (165,177,144)

Color info

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

RGB color model

#A5B190 color RGB value is (165,177,144).

  • red value is 165;
  • green value is 177;
  • blue value is 144.
RGB:
(165,177,144)
(65%,69%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 144 of 255 = 56%

165
177
144

R + G + B ~ 63%. #A5B190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 177 + 144 = 486 (100%)
R 165 of 486 ~ 33.95%
G 177 of 486 ~ 36.42%
B 144 of 486 ~ 29.63%

%33.95
%36.42
%29.63

CMYK color model

#A5B190 color CMYK value is (7,0,19,31).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(7,0,19,31)
C7M0Y19K31 
(7%,0%,19%,31%)
(0.07/0.00/0.19/0.31)	

CMYK percentages

%6.78
%0
%18.64
%30.59

Codes

Color #A5B190 in popluar color models

A5B190
RGB165177144
HSL82°17.46%62.94%
HSB/HSV82°18.64%69.41%
CMYK6.78%0.00%18.64%
30.59%

Color #A5B190 in popluar number systems.

HEXA5B190
Decimal165177144
Binary101001011011000110010000
Octal245261220

Shades and tints

Shades of #A5B190

#A5B190
(165,177,144)
#96A183
(150,161,131)
#879176
(135,145,118)
#788169
(120,129,105)
#69715C
(105,113,92)
#5A614F
(90,97,79)
#4B5142
(75,81,66)
#3C4135
(60,65,53)
#2D3128
(45,49,40)
#1E211B
(30,33,27)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #A5B190

#A5B190
(165,177,144)
#ADB89A
(173,184,154)
#B5BFA4
(181,191,164)
#BDC6AE
(189,198,174)
#C5CDB8
(197,205,184)
#CDD4C2
(205,212,194)
#D5DBCC
(213,219,204)
#DDE2D6
(221,226,214)
#E5E9E0
(229,233,224)
#EDF0EA
(237,240,234)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B190 color. Also use rgb(165,177,144) instead hex code.

Text Font Color

.myTextColor { color: #A5B190; }

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

This text font color is #A5B190.


Background Color

.myBgColor { background-color: #A5B190; }

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

This div background color is #A5B190.


Border color

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

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

This div border color is #A5B190.


Opacity

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

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

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

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

This text has shadow with #A5B190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B190 on black background.


Color preview on white background

This text has color #A5B190 on white background.



Black color preview on #A5B190 background

This text has black color on #A5B190 background.


White color preview on #A5B190 background

This text has white color on #A5B190 background.