COLOR #A4B66D

HEX: #A4B66D RGB: (164,182,109)

Color info

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

RGB color model

#A4B66D color RGB value is (164,182,109).

RGB: (164,182,109) (64%, 71%, 43%)

RGB channels and saturation

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

164
182
109

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

Portions of RGB colors in percentages

R + G + B = 164 + 182 + 109 = 455 (100%)
R 164 of 455 ~ 36.04%
G 182 of 455 ~ 40%
B 109 of 455 ~ 23.96'%

%36.04
%40
%23.96

CMYK color model

#A4B66D color CMYK value is (10,0,40,29).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 28.63%
CMYK: (10,0,40,29) C10M0Y40K29 (10%,0%,40%,29%) (0.10/0.00/0.40/0.29) 

CMYK percentages

%9.89
%0
%40.11
%28.63

Codes

Color #A4B66D in popluar color models

A4 B6 6D
RGB 164 182 109
HSL 75° 33.33% 57.06%
HSB/HSV 75° 40.11% 71.37%
CMYK 9.89% 0.00% 40.11%
28.63%

Color #A4B66D in popluar number systems.

HEX A4 B6 6D
Decimal 164 182 109
Binary 10100100 10110110 1101101
Octal 244 266 155

Shades and tints

Shades of #A4B66D

#A4B66D
(164,182,109)
#96A664
(150,166,100)
#88965B
(136,150,91)
#7A8652
(122,134,82)
#6C7649
(108,118,73)
#5E6640
(94,102,64)
#505637
(80,86,55)
#42462E
(66,70,46)
#343625
(52,54,37)
#26261C
(38,38,28)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #A4B66D

#A4B66D
(164,182,109)
#ACBC7A
(172,188,122)
#B4C287
(180,194,135)
#BCC894
(188,200,148)
#C4CEA1
(196,206,161)
#CCD4AE
(204,212,174)
#D4DABB
(212,218,187)
#DCE0C8
(220,224,200)
#E4E6D5
(228,230,213)
#ECECE2
(236,236,226)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B66D; }

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

This text font color is #A4B66D.

Background Color

.myBgColor { background-color: #A4B66D; }

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

This div background color is #A4B66D.

Border color

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

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

This div border color is #A4B66D.

Opacity

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

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

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

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

This text has shadow with #A4B66D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B66D.

Preview

Color preview on black background

This text has color #A4B66D on black background.


Color preview on white background

This text has color #A4B66D on white background.


Black color preview on #A4B66D background

This text has black color on #A4B66D background.


White color preview on #A4B66D background

This text has white color on #A4B66D background.


Related colors

Complementary color

Complementary color for #hex is #5B4992.


I love getcolorcode.com

Triadic colors

1 #6DA4B6 and #B66DA4 with #A4B66D are triadic colors.

2 #6DB6A4 and #B6A46D with #A4B66D are triadic colors.