COLOR #A4B46E

HEX: #A4B46E RGB: (164,180,110)

Color info

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

RGB color model

#A4B46E color RGB value is (164,180,110).

RGB: (164,180,110) (64%, 71%, 43%)

RGB channels and saturation

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

164
180
110

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

Portions of RGB colors in percentages

R + G + B = 164 + 180 + 110 = 454 (100%)
R 164 of 454 ~ 36.12%
G 180 of 454 ~ 39.65%
B 110 of 454 ~ 24.23'%

%36.12
%39.65
%24.23

CMYK color model

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

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • 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
%38.89
%29.41

Codes

Color #A4B46E in popluar color models

A4 B4 6E
RGB 164 180 110
HSL 74° 31.82% 56.86%
HSB/HSV 74° 38.89% 70.59%
CMYK 8.89% 0.00% 38.89%
29.41%

Color #A4B46E in popluar number systems.

HEX A4 B4 6E
Decimal 164 180 110
Binary 10100100 10110100 1101110
Octal 244 264 156

Shades and tints

Shades of #A4B46E

#A4B46E
(164,180,110)
#96A464
(150,164,100)
#88945A
(136,148,90)
#7A8450
(122,132,80)
#6C7446
(108,116,70)
#5E643C
(94,100,60)
#505432
(80,84,50)
#424428
(66,68,40)
#34341E
(52,52,30)
#262414
(38,36,20)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #A4B46E

#A4B46E
(164,180,110)
#ACBA7B
(172,186,123)
#B4C088
(180,192,136)
#BCC695
(188,198,149)
#C4CCA2
(196,204,162)
#CCD2AF
(204,210,175)
#D4D8BC
(212,216,188)
#DCDEC9
(220,222,201)
#E4E4D6
(228,228,214)
#ECEAE3
(236,234,227)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B46E; }

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

This text font color is #A4B46E.

Background Color

.myBgColor { background-color: #A4B46E; }

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

This div background color is #A4B46E.

Border color

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

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

This div border color is #A4B46E.

Opacity

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

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

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

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

This text has shadow with #A4B46E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B46E.

Preview

Color preview on black background

This text has color #A4B46E on black background.


Color preview on white background

This text has color #A4B46E on white background.


Black color preview on #A4B46E background

This text has black color on #A4B46E background.


White color preview on #A4B46E background

This text has white color on #A4B46E background.


Related colors

Complementary color

Complementary color for #hex is #5B4B91.


I love getcolorcode.com

Triadic colors

1 #6EA4B4 and #B46EA4 with #A4B46E are triadic colors.

2 #6EB4A4 and #B4A46E with #A4B46E are triadic colors.