COLOR #A5B98F

HEX: #A5B98F
RGB: (165,185,143)

Color info

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

RGB color model

#A5B98F color RGB value is (165,185,143).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 143 of 255 = 56%

165
185
143

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 143 = 493 (100%)
R 165 of 493 ~ 33.47%
G 185 of 493 ~ 37.53%
B 143 of 493 ~ 29.01%

%33.47
%37.53
%29.01

CMYK color model

#A5B98F color CMYK value is (11,0,23,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 27.45%
CMYK:
(11,0,23,27)
C11M0Y23K27 
(11%,0%,23%,27%)
(0.11/0.00/0.23/0.27)	

CMYK percentages

%10.81
%0
%22.7
%27.45

Codes

Color #A5B98F in popluar color models

A5B98F
RGB165185143
HSL89°23.08%64.31%
HSB/HSV89°22.70%72.55%
CMYK10.81%0.00%22.70%
27.45%

Color #A5B98F in popluar number systems.

HEXA5B98F
Decimal165185143
Binary101001011011100110001111
Octal245271217

Shades and tints

Shades of #A5B98F

#A5B98F
(165,185,143)
#96A982
(150,169,130)
#879975
(135,153,117)
#788968
(120,137,104)
#69795B
(105,121,91)
#5A694E
(90,105,78)
#4B5941
(75,89,65)
#3C4934
(60,73,52)
#2D3927
(45,57,39)
#1E291A
(30,41,26)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #A5B98F

#A5B98F
(165,185,143)
#ADBF99
(173,191,153)
#B5C5A3
(181,197,163)
#BDCBAD
(189,203,173)
#C5D1B7
(197,209,183)
#CDD7C1
(205,215,193)
#D5DDCB
(213,221,203)
#DDE3D5
(221,227,213)
#E5E9DF
(229,233,223)
#EDEFE9
(237,239,233)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B98F; }

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

This text font color is #A5B98F.


Background Color

.myBgColor { background-color: #A5B98F; }

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

This div background color is #A5B98F.


Border color

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

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

This div border color is #A5B98F.


Opacity

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

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

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

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

This text has shadow with #A5B98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B98F on black background.


Color preview on white background

This text has color #A5B98F on white background.



Black color preview on #A5B98F background

This text has black color on #A5B98F background.


White color preview on #A5B98F background

This text has white color on #A5B98F background.