COLOR #A4A765

HEX: #A4A765
RGB: (164,167,101)

Color info

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

RGB color model

#A4A765 color RGB value is (164,167,101).

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

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 101 of 255 = 40%

164
167
101

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

Portions of RGB colors in percentages

R + G + B =
164 + 167 + 101 = 432 (100%)
R 164 of 432 ~ 37.96%
G 167 of 432 ~ 38.66%
B 101 of 432 ~ 23.38%

%37.96
%38.66
%23.38

CMYK color model

#A4A765 color CMYK value is (2,0,40,35).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 39.52%
  • key color value is 34.51%
CMYK:
(2,0,40,35)
C2M0Y40K35 
(2%,0%,40%,35%)
(0.02/0.00/0.40/0.35)	

CMYK percentages

%1.8
%0
%39.52
%34.51

Codes

Color #A4A765 in popluar color models

A4A765
RGB164167101
HSL63°27.27%52.55%
HSB/HSV63°39.52%65.49%
CMYK1.80%0.00%39.52%
34.51%

Color #A4A765 in popluar number systems.

HEXA4A765
Decimal164167101
Binary10100100101001111100101
Octal244247145

Shades and tints

Shades of #A4A765

#A4A765
(164,167,101)
#96985C
(150,152,92)
#888953
(136,137,83)
#7A7A4A
(122,122,74)
#6C6B41
(108,107,65)
#5E5C38
(94,92,56)
#504D2F
(80,77,47)
#423E26
(66,62,38)
#342F1D
(52,47,29)
#262014
(38,32,20)
#18110B
(24,17,11)
#000000
(0,0,0)

Tints of #A4A765

#A4A765
(164,167,101)
#ACAF73
(172,175,115)
#B4B781
(180,183,129)
#BCBF8F
(188,191,143)
#C4C79D
(196,199,157)
#CCCFAB
(204,207,171)
#D4D7B9
(212,215,185)
#DCDFC7
(220,223,199)
#E4E7D5
(228,231,213)
#ECEFE3
(236,239,227)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A765; }

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

This text font color is #A4A765.


Background Color

.myBgColor { background-color: #A4A765; }

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

This div background color is #A4A765.


Border color

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

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

This div border color is #A4A765.


Opacity

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

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

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

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

This text has shadow with #A4A765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A765 on black background.


Color preview on white background

This text has color #A4A765 on white background.



Black color preview on #A4A765 background

This text has black color on #A4A765 background.


White color preview on #A4A765 background

This text has white color on #A4A765 background.