COLOR #A4BA92

HEX: #A4BA92
RGB: (164,186,146)

Color info

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

RGB color model

#A4BA92 color RGB value is (164,186,146).

  • red value is 164;
  • green value is 186;
  • blue value is 146.
RGB:
(164,186,146)
(64%,73%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 186 of 255 = 73%
B 146 of 255 = 57%

164
186
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 186 + 146 = 496 (100%)
R 164 of 496 ~ 33.06%
G 186 of 496 ~ 37.5%
B 146 of 496 ~ 29.44%

%33.06
%37.5
%29.44

CMYK color model

#A4BA92 color CMYK value is (12,0,22,27).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 27.06%
CMYK:
(12,0,22,27)
C12M0Y22K27 
(12%,0%,22%,27%)
(0.12/0.00/0.22/0.27)	

CMYK percentages

%11.83
%0
%21.51
%27.06

Codes

Color #A4BA92 in popluar color models

A4BA92
RGB164186146
HSL93°22.47%65.10%
HSB/HSV93°21.51%72.94%
CMYK11.83%0.00%21.51%
27.06%

Color #A4BA92 in popluar number systems.

HEXA4BA92
Decimal164186146
Binary101001001011101010010010
Octal244272222

Shades and tints

Shades of #A4BA92

#A4BA92
(164,186,146)
#96AA85
(150,170,133)
#889A78
(136,154,120)
#7A8A6B
(122,138,107)
#6C7A5E
(108,122,94)
#5E6A51
(94,106,81)
#505A44
(80,90,68)
#424A37
(66,74,55)
#343A2A
(52,58,42)
#262A1D
(38,42,29)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #A4BA92

#A4BA92
(164,186,146)
#ACC09B
(172,192,155)
#B4C6A4
(180,198,164)
#BCCCAD
(188,204,173)
#C4D2B6
(196,210,182)
#CCD8BF
(204,216,191)
#D4DEC8
(212,222,200)
#DCE4D1
(220,228,209)
#E4EADA
(228,234,218)
#ECF0E3
(236,240,227)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BA92 color. Also use rgb(164,186,146) instead hex code.

Text Font Color

.myTextColor { color: #A4BA92; }

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

This text font color is #A4BA92.


Background Color

.myBgColor { background-color: #A4BA92; }

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

This div background color is #A4BA92.


Border color

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

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

This div border color is #A4BA92.


Opacity

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

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

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

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

This text has shadow with #A4BA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BA92 on black background.


Color preview on white background

This text has color #A4BA92 on white background.



Black color preview on #A4BA92 background

This text has black color on #A4BA92 background.


White color preview on #A4BA92 background

This text has white color on #A4BA92 background.