COLOR #A5B994

HEX: #A5B994
RGB: (165,185,148)

Color info

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

RGB color model

#A5B994 color RGB value is (165,185,148).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 148 of 255 = 58%

165
185
148

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 148 = 498 (100%)
R 165 of 498 ~ 33.13%
G 185 of 498 ~ 37.15%
B 148 of 498 ~ 29.72%

%33.13
%37.15
%29.72

CMYK color model

#A5B994 color CMYK value is (11,0,20,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(11,0,20,27)
C11M0Y20K27 
(11%,0%,20%,27%)
(0.11/0.00/0.20/0.27)	

CMYK percentages

%10.81
%0
%20
%27.45

Codes

Color #A5B994 in popluar color models

A5B994
RGB165185148
HSL92°20.90%65.29%
HSB/HSV92°20.00%72.55%
CMYK10.81%0.00%20.00%
27.45%

Color #A5B994 in popluar number systems.

HEXA5B994
Decimal165185148
Binary101001011011100110010100
Octal245271224

Shades and tints

Shades of #A5B994

#A5B994
(165,185,148)
#96A987
(150,169,135)
#87997A
(135,153,122)
#78896D
(120,137,109)
#697960
(105,121,96)
#5A6953
(90,105,83)
#4B5946
(75,89,70)
#3C4939
(60,73,57)
#2D392C
(45,57,44)
#1E291F
(30,41,31)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #A5B994

#A5B994
(165,185,148)
#ADBF9D
(173,191,157)
#B5C5A6
(181,197,166)
#BDCBAF
(189,203,175)
#C5D1B8
(197,209,184)
#CDD7C1
(205,215,193)
#D5DDCA
(213,221,202)
#DDE3D3
(221,227,211)
#E5E9DC
(229,233,220)
#EDEFE5
(237,239,229)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B994; }

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

This text font color is #A5B994.


Background Color

.myBgColor { background-color: #A5B994; }

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

This div background color is #A5B994.


Border color

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

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

This div border color is #A5B994.


Opacity

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

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

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

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

This text has shadow with #A5B994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B994 on black background.


Color preview on white background

This text has color #A5B994 on white background.



Black color preview on #A5B994 background

This text has black color on #A5B994 background.


White color preview on #A5B994 background

This text has white color on #A5B994 background.