COLOR #A4B054

HEX: #A4B054
RGB: (164,176,84)

Color info

#A4B054 contains mainly red and green colors. Web safe color of #A4B054 is #999966 (or #996).

RGB color model

#A4B054 color RGB value is (164,176,84).

  • red value is 164;
  • green value is 176;
  • blue value is 84.
RGB:
(164,176,84)
(64%,69%,33%)

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 84 of 255 = 33%

164
176
84

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

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 84 = 424 (100%)
R 164 of 424 ~ 38.68%
G 176 of 424 ~ 41.51%
B 84 of 424 ~ 19.81%

%38.68
%41.51
%19.81

CMYK color model

#A4B054 color CMYK value is (7,0,52,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 30.98%
CMYK:
(7,0,52,31)
C7M0Y52K31 
(7%,0%,52%,31%)
(0.07/0.00/0.52/0.31)	

CMYK percentages

%6.82
%0
%52.27
%30.98

Codes

Color #A4B054 in popluar color models

A4B054
RGB16417684
HSL68°36.80%50.98%
HSB/HSV68°52.27%69.02%
CMYK6.82%0.00%52.27%
30.98%

Color #A4B054 in popluar number systems.

HEXA4B054
Decimal16417684
Binary10100100101100001010100
Octal244260124

Shades and tints

Shades of #A4B054

#A4B054
(164,176,84)
#96A04D
(150,160,77)
#889046
(136,144,70)
#7A803F
(122,128,63)
#6C7038
(108,112,56)
#5E6031
(94,96,49)
#50502A
(80,80,42)
#424023
(66,64,35)
#34301C
(52,48,28)
#262015
(38,32,21)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #A4B054

#A4B054
(164,176,84)
#ACB763
(172,183,99)
#B4BE72
(180,190,114)
#BCC581
(188,197,129)
#C4CC90
(196,204,144)
#CCD39F
(204,211,159)
#D4DAAE
(212,218,174)
#DCE1BD
(220,225,189)
#E4E8CC
(228,232,204)
#ECEFDB
(236,239,219)
#F4F6EA
(244,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B054 color. Also use rgb(164,176,84) instead hex code.

Text Font Color

.myTextColor { color: #A4B054; }

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

This text font color is #A4B054.


Background Color

.myBgColor { background-color: #A4B054; }

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

This div background color is #A4B054.


Border color

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

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

This div border color is #A4B054.


Opacity

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

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

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

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

This text has shadow with #A4B054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B054 on black background.


Color preview on white background

This text has color #A4B054 on white background.



Black color preview on #A4B054 background

This text has black color on #A4B054 background.


White color preview on #A4B054 background

This text has white color on #A4B054 background.