COLOR #A4A77F

HEX: #A4A77F
RGB: (164,167,127)

Color info

#A4A77F contains red, green and blue colors in about the same proportion. Web safe color of #A4A77F is #999966 (or #996).

RGB color model

#A4A77F color RGB value is (164,167,127).

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

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 127 of 255 = 50%

164
167
127

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

Portions of RGB colors in percentages

R + G + B =
164 + 167 + 127 = 458 (100%)
R 164 of 458 ~ 35.81%
G 167 of 458 ~ 36.46%
B 127 of 458 ~ 27.73%

%35.81
%36.46
%27.73

CMYK color model

#A4A77F color CMYK value is (2,0,24,35).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 34.51%
CMYK:
(2,0,24,35)
C2M0Y24K35 
(2%,0%,24%,35%)
(0.02/0.00/0.24/0.35)	

CMYK percentages

%1.8
%0
%23.95
%34.51

Codes

Color #A4A77F in popluar color models

A4A77F
RGB164167127
HSL65°18.52%57.65%
HSB/HSV65°23.95%65.49%
CMYK1.80%0.00%23.95%
34.51%

Color #A4A77F in popluar number systems.

HEXA4A77F
Decimal164167127
Binary10100100101001111111111
Octal244247177

Shades and tints

Shades of #A4A77F

#A4A77F
(164,167,127)
#969874
(150,152,116)
#888969
(136,137,105)
#7A7A5E
(122,122,94)
#6C6B53
(108,107,83)
#5E5C48
(94,92,72)
#504D3D
(80,77,61)
#423E32
(66,62,50)
#342F27
(52,47,39)
#26201C
(38,32,28)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #A4A77F

#A4A77F
(164,167,127)
#ACAF8A
(172,175,138)
#B4B795
(180,183,149)
#BCBFA0
(188,191,160)
#C4C7AB
(196,199,171)
#CCCFB6
(204,207,182)
#D4D7C1
(212,215,193)
#DCDFCC
(220,223,204)
#E4E7D7
(228,231,215)
#ECEFE2
(236,239,226)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A77F; }

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

This text font color is #A4A77F.


Background Color

.myBgColor { background-color: #A4A77F; }

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

This div background color is #A4A77F.


Border color

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

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

This div border color is #A4A77F.


Opacity

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

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

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

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

This text has shadow with #A4A77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A77F on black background.


Color preview on white background

This text has color #A4A77F on white background.



Black color preview on #A4A77F background

This text has black color on #A4A77F background.


White color preview on #A4A77F background

This text has white color on #A4A77F background.