COLOR #A5B19E

HEX: #A5B19E
RGB: (165,177,158)

Color info

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

RGB color model

#A5B19E color RGB value is (165,177,158).

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

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 158 of 255 = 62%

165
177
158

R + G + B ~ 65%. #A5B19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 177 + 158 = 500 (100%)
R 165 of 500 ~ 33%
G 177 of 500 ~ 35.4%
B 158 of 500 ~ 31.6%

%33
%35.4
%31.6

CMYK color model

#A5B19E color CMYK value is (7,0,11,31).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(7,0,11,31)
C7M0Y11K31 
(7%,0%,11%,31%)
(0.07/0.00/0.11/0.31)	

CMYK percentages

%6.78
%0
%10.73
%30.59

Codes

Color #A5B19E in popluar color models

A5B19E
RGB165177158
HSL98°10.86%65.69%
HSB/HSV98°10.73%69.41%
CMYK6.78%0.00%10.73%
30.59%

Color #A5B19E in popluar number systems.

HEXA5B19E
Decimal165177158
Binary101001011011000110011110
Octal245261236

Shades and tints

Shades of #A5B19E

#A5B19E
(165,177,158)
#96A190
(150,161,144)
#879182
(135,145,130)
#788174
(120,129,116)
#697166
(105,113,102)
#5A6158
(90,97,88)
#4B514A
(75,81,74)
#3C413C
(60,65,60)
#2D312E
(45,49,46)
#1E2120
(30,33,32)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A5B19E

#A5B19E
(165,177,158)
#ADB8A6
(173,184,166)
#B5BFAE
(181,191,174)
#BDC6B6
(189,198,182)
#C5CDBE
(197,205,190)
#CDD4C6
(205,212,198)
#D5DBCE
(213,219,206)
#DDE2D6
(221,226,214)
#E5E9DE
(229,233,222)
#EDF0E6
(237,240,230)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B19E; }

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

This text font color is #A5B19E.


Background Color

.myBgColor { background-color: #A5B19E; }

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

This div background color is #A5B19E.


Border color

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

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

This div border color is #A5B19E.


Opacity

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

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

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

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

This text has shadow with #A5B19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B19E on black background.


Color preview on white background

This text has color #A5B19E on white background.



Black color preview on #A5B19E background

This text has black color on #A5B19E background.


White color preview on #A5B19E background

This text has white color on #A5B19E background.