COLOR #A4B46D

HEX: #A4B46D
RGB: (164,180,109)

Color info

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

RGB color model

#A4B46D color RGB value is (164,180,109).

  • red value is 164;
  • green value is 180;
  • blue value is 109.
RGB:
(164,180,109)
(64%,71%,43%)

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 109 of 255 = 43%

164
180
109

R + G + B ~ 59%. #A4B46D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 180 + 109 = 453 (100%)
R 164 of 453 ~ 36.2%
G 180 of 453 ~ 39.74%
B 109 of 453 ~ 24.06%

%36.2
%39.74
%24.06

CMYK color model

#A4B46D color CMYK value is (9,0,39,29).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 29.41%
CMYK:
(9,0,39,29)
C9M0Y39K29 
(9%,0%,39%,29%)
(0.09/0.00/0.39/0.29)	

CMYK percentages

%8.89
%0
%39.44
%29.41

Codes

Color #A4B46D in popluar color models

A4B46D
RGB164180109
HSL74°32.13%56.67%
HSB/HSV74°39.44%70.59%
CMYK8.89%0.00%39.44%
29.41%

Color #A4B46D in popluar number systems.

HEXA4B46D
Decimal164180109
Binary10100100101101001101101
Octal244264155

Shades and tints

Shades of #A4B46D

#A4B46D
(164,180,109)
#96A464
(150,164,100)
#88945B
(136,148,91)
#7A8452
(122,132,82)
#6C7449
(108,116,73)
#5E6440
(94,100,64)
#505437
(80,84,55)
#42442E
(66,68,46)
#343425
(52,52,37)
#26241C
(38,36,28)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4B46D

#A4B46D
(164,180,109)
#ACBA7A
(172,186,122)
#B4C087
(180,192,135)
#BCC694
(188,198,148)
#C4CCA1
(196,204,161)
#CCD2AE
(204,210,174)
#D4D8BB
(212,216,187)
#DCDEC8
(220,222,200)
#E4E4D5
(228,228,213)
#ECEAE2
(236,234,226)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B46D color. Also use rgb(164,180,109) instead hex code.

Text Font Color

.myTextColor { color: #A4B46D; }

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

This text font color is #A4B46D.


Background Color

.myBgColor { background-color: #A4B46D; }

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

This div background color is #A4B46D.


Border color

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

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

This div border color is #A4B46D.


Opacity

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

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

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

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

This text has shadow with #A4B46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B46D on black background.


Color preview on white background

This text has color #A4B46D on white background.



Black color preview on #A4B46D background

This text has black color on #A4B46D background.


White color preview on #A4B46D background

This text has white color on #A4B46D background.