COLOR #A5B98A

HEX: #A5B98A
RGB: (165,185,138)

Color info

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

RGB color model

#A5B98A color RGB value is (165,185,138).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 138 of 255 = 54%

165
185
138

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 138 = 488 (100%)
R 165 of 488 ~ 33.81%
G 185 of 488 ~ 37.91%
B 138 of 488 ~ 28.28%

%33.81
%37.91
%28.28

CMYK color model

#A5B98A color CMYK value is (11,0,25,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 27.45%
CMYK:
(11,0,25,27)
C11M0Y25K27 
(11%,0%,25%,27%)
(0.11/0.00/0.25/0.27)	

CMYK percentages

%10.81
%0
%25.41
%27.45

Codes

Color #A5B98A in popluar color models

A5B98A
RGB165185138
HSL86°25.13%63.33%
HSB/HSV86°25.41%72.55%
CMYK10.81%0.00%25.41%
27.45%

Color #A5B98A in popluar number systems.

HEXA5B98A
Decimal165185138
Binary101001011011100110001010
Octal245271212

Shades and tints

Shades of #A5B98A

#A5B98A
(165,185,138)
#96A97E
(150,169,126)
#879972
(135,153,114)
#788966
(120,137,102)
#69795A
(105,121,90)
#5A694E
(90,105,78)
#4B5942
(75,89,66)
#3C4936
(60,73,54)
#2D392A
(45,57,42)
#1E291E
(30,41,30)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #A5B98A

#A5B98A
(165,185,138)
#ADBF94
(173,191,148)
#B5C59E
(181,197,158)
#BDCBA8
(189,203,168)
#C5D1B2
(197,209,178)
#CDD7BC
(205,215,188)
#D5DDC6
(213,221,198)
#DDE3D0
(221,227,208)
#E5E9DA
(229,233,218)
#EDEFE4
(237,239,228)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B98A; }

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

This text font color is #A5B98A.


Background Color

.myBgColor { background-color: #A5B98A; }

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

This div background color is #A5B98A.


Border color

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

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

This div border color is #A5B98A.


Opacity

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

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

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

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

This text has shadow with #A5B98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B98A on black background.


Color preview on white background

This text has color #A5B98A on white background.



Black color preview on #A5B98A background

This text has black color on #A5B98A background.


White color preview on #A5B98A background

This text has white color on #A5B98A background.