COLOR #A4B792

HEX: #A4B792
RGB: (164,183,146)

Color info

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

RGB color model

#A4B792 color RGB value is (164,183,146).

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

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 146 of 255 = 57%

164
183
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 183 + 146 = 493 (100%)
R 164 of 493 ~ 33.27%
G 183 of 493 ~ 37.12%
B 146 of 493 ~ 29.61%

%33.27
%37.12
%29.61

CMYK color model

#A4B792 color CMYK value is (10,0,20,28).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(10,0,20,28)
C10M0Y20K28 
(10%,0%,20%,28%)
(0.10/0.00/0.20/0.28)	

CMYK percentages

%10.38
%0
%20.22
%28.24

Codes

Color #A4B792 in popluar color models

A4B792
RGB164183146
HSL91°20.44%64.51%
HSB/HSV91°20.22%71.76%
CMYK10.38%0.00%20.22%
28.24%

Color #A4B792 in popluar number systems.

HEXA4B792
Decimal164183146
Binary101001001011011110010010
Octal244267222

Shades and tints

Shades of #A4B792

#A4B792
(164,183,146)
#96A785
(150,167,133)
#889778
(136,151,120)
#7A876B
(122,135,107)
#6C775E
(108,119,94)
#5E6751
(94,103,81)
#505744
(80,87,68)
#424737
(66,71,55)
#34372A
(52,55,42)
#26271D
(38,39,29)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #A4B792

#A4B792
(164,183,146)
#ACBD9B
(172,189,155)
#B4C3A4
(180,195,164)
#BCC9AD
(188,201,173)
#C4CFB6
(196,207,182)
#CCD5BF
(204,213,191)
#D4DBC8
(212,219,200)
#DCE1D1
(220,225,209)
#E4E7DA
(228,231,218)
#ECEDE3
(236,237,227)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B792; }

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

This text font color is #A4B792.


Background Color

.myBgColor { background-color: #A4B792; }

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

This div background color is #A4B792.


Border color

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

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

This div border color is #A4B792.


Opacity

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

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

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

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

This text has shadow with #A4B792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B792 on black background.


Color preview on white background

This text has color #A4B792 on white background.



Black color preview on #A4B792 background

This text has black color on #A4B792 background.


White color preview on #A4B792 background

This text has white color on #A4B792 background.