COLOR #A4B478

HEX: #A4B478 RGB: (164,180,120)

Color info

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

RGB color model

#A4B478 color RGB value is (164,180,120).

RGB: (164,180,120) (64%, 71%, 47%)

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 120 of 255 = 47%

164
180
120

R + G + B ~ 61%. #A4B478 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 180 + 120 = 464 (100%)
R 164 of 464 ~ 35.34%
G 180 of 464 ~ 38.79%
B 120 of 464 ~ 25.86'%

%35.34
%38.79
%25.86

CMYK color model

#A4B478 color CMYK value is (9,0,33,29).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 29.41%
CMYK: (9,0,33,29) C9M0Y33K29 (9%,0%,33%,29%) (0.09/0.00/0.33/0.29) 

CMYK percentages

%8.89
%0
%33.33
%29.41

Codes

Color #A4B478 in popluar color models

A4 B4 78
RGB 164 180 120
HSL 76° 28.57% 58.82%
HSB/HSV 76° 33.33% 70.59%
CMYK 8.89% 0.00% 33.33%
29.41%

Color #A4B478 in popluar number systems.

HEX A4 B4 78
Decimal 164 180 120
Binary 10100100 10110100 1111000
Octal 244 264 170

Shades and tints

Shades of #A4B478

#A4B478
(164,180,120)
#96A46E
(150,164,110)
#889464
(136,148,100)
#7A845A
(122,132,90)
#6C7450
(108,116,80)
#5E6446
(94,100,70)
#50543C
(80,84,60)
#424432
(66,68,50)
#343428
(52,52,40)
#26241E
(38,36,30)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4B478

#A4B478
(164,180,120)
#ACBA84
(172,186,132)
#B4C090
(180,192,144)
#BCC69C
(188,198,156)
#C4CCA8
(196,204,168)
#CCD2B4
(204,210,180)
#D4D8C0
(212,216,192)
#DCDECC
(220,222,204)
#E4E4D8
(228,228,216)
#ECEAE4
(236,234,228)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B478; }

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

This text font color is #A4B478.

Background Color

.myBgColor { background-color: #A4B478; }

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

This div background color is #A4B478.

Border color

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

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

This div border color is #A4B478.

Opacity

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

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

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

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

This text has shadow with #A4B478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B478.

Preview

Color preview on black background

This text has color #A4B478 on black background.


Color preview on white background

This text has color #A4B478 on white background.


Black color preview on #A4B478 background

This text has black color on #A4B478 background.


White color preview on #A4B478 background

This text has white color on #A4B478 background.


Related colors

Complementary color

Complementary color for #hex is #5B4B87.


I love getcolorcode.com

Triadic colors

1 #78A4B4 and #B478A4 with #A4B478 are triadic colors.

2 #78B4A4 and #B4A478 with #A4B478 are triadic colors.