COLOR #A4B97B

HEX: #A4B97B
RGB: (164,185,123)

Color info

#A4B97B contains mainly red and green colors. Web safe color of #A4B97B is #99CC66 (or #9C6).

RGB color model

#A4B97B color RGB value is (164,185,123).

  • red value is 164;
  • green value is 185;
  • blue value is 123.
RGB:
(164,185,123)
(64%,73%,48%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 123 of 255 = 48%

164
185
123

R + G + B ~ 62%. #A4B97B is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 185 + 123 = 472 (100%)
R 164 of 472 ~ 34.75%
G 185 of 472 ~ 39.19%
B 123 of 472 ~ 26.06%

%34.75
%39.19
%26.06

CMYK color model

#A4B97B color CMYK value is (11,0,34,27).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK:
(11,0,34,27)
C11M0Y34K27 
(11%,0%,34%,27%)
(0.11/0.00/0.34/0.27)	

CMYK percentages

%11.35
%0
%33.51
%27.45

Codes

Color #A4B97B in popluar color models

A4B97B
RGB164185123
HSL80°30.69%60.39%
HSB/HSV80°33.51%72.55%
CMYK11.35%0.00%33.51%
27.45%

Color #A4B97B in popluar number systems.

HEXA4B97B
Decimal164185123
Binary10100100101110011111011
Octal244271173

Shades and tints

Shades of #A4B97B

#A4B97B
(164,185,123)
#96A970
(150,169,112)
#889965
(136,153,101)
#7A895A
(122,137,90)
#6C794F
(108,121,79)
#5E6944
(94,105,68)
#505939
(80,89,57)
#42492E
(66,73,46)
#343923
(52,57,35)
#262918
(38,41,24)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #A4B97B

#A4B97B
(164,185,123)
#ACBF87
(172,191,135)
#B4C593
(180,197,147)
#BCCB9F
(188,203,159)
#C4D1AB
(196,209,171)
#CCD7B7
(204,215,183)
#D4DDC3
(212,221,195)
#DCE3CF
(220,227,207)
#E4E9DB
(228,233,219)
#ECEFE7
(236,239,231)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B97B color. Also use rgb(164,185,123) instead hex code.

Text Font Color

.myTextColor { color: #A4B97B; }

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

This text font color is #A4B97B.


Background Color

.myBgColor { background-color: #A4B97B; }

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

This div background color is #A4B97B.


Border color

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

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

This div border color is #A4B97B.


Opacity

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

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

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

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

This text has shadow with #A4B97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B97B on black background.


Color preview on white background

This text has color #A4B97B on white background.



Black color preview on #A4B97B background

This text has black color on #A4B97B background.


White color preview on #A4B97B background

This text has white color on #A4B97B background.