COLOR #A9A77C

HEX: #A9A77C
RGB: (169,167,124)

Color info

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

RGB color model

#A9A77C color RGB value is (169,167,124).

  • red value is 169;
  • green value is 167;
  • blue value is 124.
RGB:
(169,167,124)
(66%,65%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 167 of 255 = 65%
B 124 of 255 = 49%

169
167
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 167 + 124 = 460 (100%)
R 169 of 460 ~ 36.74%
G 167 of 460 ~ 36.3%
B 124 of 460 ~ 26.96%

%36.74
%36.3
%26.96

CMYK color model

#A9A77C color CMYK value is (0,1,27,34).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,1,27,34)
C0M1Y27K34 
(0%,1%,27%,34%)
(0.00/0.01/0.27/0.34)	

CMYK percentages

%0
%1.18
%26.63
%33.73

Codes

Color #A9A77C in popluar color models

A9A77C
RGB169167124
HSL57°20.74%57.45%
HSB/HSV57°26.63%66.27%
CMYK0.00%1.18%26.63%
33.73%

Color #A9A77C in popluar number systems.

HEXA9A77C
Decimal169167124
Binary10101001101001111111100
Octal251247174

Shades and tints

Shades of #A9A77C

#A9A77C
(169,167,124)
#9A9871
(154,152,113)
#8B8966
(139,137,102)
#7C7A5B
(124,122,91)
#6D6B50
(109,107,80)
#5E5C45
(94,92,69)
#4F4D3A
(79,77,58)
#403E2F
(64,62,47)
#312F24
(49,47,36)
#222019
(34,32,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #A9A77C

#A9A77C
(169,167,124)
#B0AF87
(176,175,135)
#B7B792
(183,183,146)
#BEBF9D
(190,191,157)
#C5C7A8
(197,199,168)
#CCCFB3
(204,207,179)
#D3D7BE
(211,215,190)
#DADFC9
(218,223,201)
#E1E7D4
(225,231,212)
#E8EFDF
(232,239,223)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A77C color. Also use rgb(169,167,124) instead hex code.

Text Font Color

.myTextColor { color: #A9A77C; }

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

This text font color is #A9A77C.


Background Color

.myBgColor { background-color: #A9A77C; }

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

This div background color is #A9A77C.


Border color

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

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

This div border color is #A9A77C.


Opacity

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

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

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

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

This text has shadow with #A9A77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A77C on black background.


Color preview on white background

This text has color #A9A77C on white background.



Black color preview on #A9A77C background

This text has black color on #A9A77C background.


White color preview on #A9A77C background

This text has white color on #A9A77C background.