COLOR #A4B065

HEX: #A4B065
RGB: (164,176,101)

Color info

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

RGB color model

#A4B065 color RGB value is (164,176,101).

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

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 101 of 255 = 40%

164
176
101

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

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 101 = 441 (100%)
R 164 of 441 ~ 37.19%
G 176 of 441 ~ 39.91%
B 101 of 441 ~ 22.9%

%37.19
%39.91
%22.9

CMYK color model

#A4B065 color CMYK value is (7,0,43,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 30.98%
CMYK:
(7,0,43,31)
C7M0Y43K31 
(7%,0%,43%,31%)
(0.07/0.00/0.43/0.31)	

CMYK percentages

%6.82
%0
%42.61
%30.98

Codes

Color #A4B065 in popluar color models

A4B065
RGB164176101
HSL70°32.19%54.31%
HSB/HSV70°42.61%69.02%
CMYK6.82%0.00%42.61%
30.98%

Color #A4B065 in popluar number systems.

HEXA4B065
Decimal164176101
Binary10100100101100001100101
Octal244260145

Shades and tints

Shades of #A4B065

#A4B065
(164,176,101)
#96A05C
(150,160,92)
#889053
(136,144,83)
#7A804A
(122,128,74)
#6C7041
(108,112,65)
#5E6038
(94,96,56)
#50502F
(80,80,47)
#424026
(66,64,38)
#34301D
(52,48,29)
#262014
(38,32,20)
#18100B
(24,16,11)
#000000
(0,0,0)

Tints of #A4B065

#A4B065
(164,176,101)
#ACB773
(172,183,115)
#B4BE81
(180,190,129)
#BCC58F
(188,197,143)
#C4CC9D
(196,204,157)
#CCD3AB
(204,211,171)
#D4DAB9
(212,218,185)
#DCE1C7
(220,225,199)
#E4E8D5
(228,232,213)
#ECEFE3
(236,239,227)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B065; }

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

This text font color is #A4B065.


Background Color

.myBgColor { background-color: #A4B065; }

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

This div background color is #A4B065.


Border color

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

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

This div border color is #A4B065.


Opacity

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

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

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

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

This text has shadow with #A4B065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B065 on black background.


Color preview on white background

This text has color #A4B065 on white background.



Black color preview on #A4B065 background

This text has black color on #A4B065 background.


White color preview on #A4B065 background

This text has white color on #A4B065 background.