COLOR #A9A67F

HEX: #A9A67F
RGB: (169,166,127)

Color info

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

RGB color model

#A9A67F color RGB value is (169,166,127).

  • red value is 169;
  • green value is 166;
  • blue value is 127.
RGB:
(169,166,127)
(66%,65%,50%)

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 127 of 255 = 50%

169
166
127

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

Portions of RGB colors in percentages

R + G + B =
169 + 166 + 127 = 462 (100%)
R 169 of 462 ~ 36.58%
G 166 of 462 ~ 35.93%
B 127 of 462 ~ 27.49%

%36.58
%35.93
%27.49

CMYK color model

#A9A67F color CMYK value is (0,2,25,34).

  • cyan value is 0.00%
  • magenta value is 1.78%
  • yellow value is 24.85%
  • key color value is 33.73%
CMYK:
(0,2,25,34)
C0M2Y25K34 
(0%,2%,25%,34%)
(0.00/0.02/0.25/0.34)	

CMYK percentages

%0
%1.78
%24.85
%33.73

Codes

Color #A9A67F in popluar color models

A9A67F
RGB169166127
HSL56°19.63%58.04%
HSB/HSV56°24.85%66.27%
CMYK0.00%1.78%24.85%
33.73%

Color #A9A67F in popluar number systems.

HEXA9A67F
Decimal169166127
Binary10101001101001101111111
Octal251246177

Shades and tints

Shades of #A9A67F

#A9A67F
(169,166,127)
#9A9774
(154,151,116)
#8B8869
(139,136,105)
#7C795E
(124,121,94)
#6D6A53
(109,106,83)
#5E5B48
(94,91,72)
#4F4C3D
(79,76,61)
#403D32
(64,61,50)
#312E27
(49,46,39)
#221F1C
(34,31,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A9A67F

#A9A67F
(169,166,127)
#B0AE8A
(176,174,138)
#B7B695
(183,182,149)
#BEBEA0
(190,190,160)
#C5C6AB
(197,198,171)
#CCCEB6
(204,206,182)
#D3D6C1
(211,214,193)
#DADECC
(218,222,204)
#E1E6D7
(225,230,215)
#E8EEE2
(232,238,226)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A67F color. Also use rgb(169,166,127) instead hex code.

Text Font Color

.myTextColor { color: #A9A67F; }

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

This text font color is #A9A67F.


Background Color

.myBgColor { background-color: #A9A67F; }

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

This div background color is #A9A67F.


Border color

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

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

This div border color is #A9A67F.


Opacity

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

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

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

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

This text has shadow with #A9A67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A67F on black background.


Color preview on white background

This text has color #A9A67F on white background.



Black color preview on #A9A67F background

This text has black color on #A9A67F background.


White color preview on #A9A67F background

This text has white color on #A9A67F background.