COLOR #A5B99E

HEX: #A5B99E
RGB: (165,185,158)

Color info

#A5B99E contains red, green and blue colors in about the same proportion. Web safe color of #A5B99E is #99CC99 (or #9C9).

RGB color model

#A5B99E color RGB value is (165,185,158).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 158 of 255 = 62%

165
185
158

R + G + B ~ 67%. #A5B99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 158 = 508 (100%)
R 165 of 508 ~ 32.48%
G 185 of 508 ~ 36.42%
B 158 of 508 ~ 31.1%

%32.48
%36.42
%31.1

CMYK color model

#A5B99E color CMYK value is (11,0,15,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(11,0,15,27)
C11M0Y15K27 
(11%,0%,15%,27%)
(0.11/0.00/0.15/0.27)	

CMYK percentages

%10.81
%0
%14.59
%27.45

Codes

Color #A5B99E in popluar color models

A5B99E
RGB165185158
HSL104°16.17%67.25%
HSB/HSV104°14.59%72.55%
CMYK10.81%0.00%14.59%
27.45%

Color #A5B99E in popluar number systems.

HEXA5B99E
Decimal165185158
Binary101001011011100110011110
Octal245271236

Shades and tints

Shades of #A5B99E

#A5B99E
(165,185,158)
#96A990
(150,169,144)
#879982
(135,153,130)
#788974
(120,137,116)
#697966
(105,121,102)
#5A6958
(90,105,88)
#4B594A
(75,89,74)
#3C493C
(60,73,60)
#2D392E
(45,57,46)
#1E2920
(30,41,32)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #A5B99E

#A5B99E
(165,185,158)
#ADBFA6
(173,191,166)
#B5C5AE
(181,197,174)
#BDCBB6
(189,203,182)
#C5D1BE
(197,209,190)
#CDD7C6
(205,215,198)
#D5DDCE
(213,221,206)
#DDE3D6
(221,227,214)
#E5E9DE
(229,233,222)
#EDEFE6
(237,239,230)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B99E; }

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

This text font color is #A5B99E.


Background Color

.myBgColor { background-color: #A5B99E; }

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

This div background color is #A5B99E.


Border color

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

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

This div border color is #A5B99E.


Opacity

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

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

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

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

This text has shadow with #A5B99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B99E on black background.


Color preview on white background

This text has color #A5B99E on white background.



Black color preview on #A5B99E background

This text has black color on #A5B99E background.


White color preview on #A5B99E background

This text has white color on #A5B99E background.