COLOR #A9A27F

HEX: #A9A27F RGB: (169,162,127)

Color info

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

RGB color model

#A9A27F color RGB value is (169,162,127).

RGB: (169,162,127) (66%, 64%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 162 of 255 = 64%
B 127 of 255 = 50%

169
162
127

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

Portions of RGB colors in percentages

R + G + B = 169 + 162 + 127 = 458 (100%)
R 169 of 458 ~ 36.9%
G 162 of 458 ~ 35.37%
B 127 of 458 ~ 27.73'%

%36.9
%35.37
%27.73

CMYK color model

#A9A27F color CMYK value is (0,4,25,34).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 24.85%
  • key color value is 33.73%

CMYK: (0,4,25,34)
C0M4Y25K34 (0%, 4%, 25%, 34%)
(0.00 / 0.04 / 0.25 / 0.34)

CMYK percentages

%0
%4.14
%24.85
%33.73

Codes

Color #A9A27F in popluar color models

A9 A2 7F
RGB 169 162 127
HSL 50° 19.63% 58.04%
HSB/HSV 50° 24.85% 66.27%
CMYK 0.00% 4.14% 24.85%
33.73%

Color #A9A27F in popluar number systems.

HEX A9 A2 7F
Decimal 169 162 127
Binary 10101001 10100010 1111111
Octal 251 242 177

Shades and tints

Shades of #A9A27F

#A9A27F
(169,162,127)
#9A9474
(154,148,116)
#8B8669
(139,134,105)
#7C785E
(124,120,94)
#6D6A53
(109,106,83)
#5E5C48
(94,92,72)
#4F4E3D
(79,78,61)
#404032
(64,64,50)
#313227
(49,50,39)
#22241C
(34,36,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #A9A27F

#A9A27F
(169,162,127)
#B0AA8A
(176,170,138)
#B7B295
(183,178,149)
#BEBAA0
(190,186,160)
#C5C2AB
(197,194,171)
#CCCAB6
(204,202,182)
#D3D2C1
(211,210,193)
#DADACC
(218,218,204)
#E1E2D7
(225,226,215)
#E8EAE2
(232,234,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A27F; }

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

This text font color is #A9A27F.

Background Color

.myBgColor { background-color: #A9A27F; }

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

This div background color is #A9A27F.

Border color

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

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

This div border color is #A9A27F.

Opacity

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

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

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

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

This text has shadow with #A9A27F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A27F.

Preview

Color preview on black background

This text has color #A9A27F on black background.


Color preview on white background

This text has color #A9A27F on white background.


Black color preview on #A9A27F background

This text has black color on #A9A27F background.


White color preview on #A9A27F background

This text has white color on #A9A27F background.


Related colors

Complementary color

Complementary color for #hex is #565D80.


I love getcolorcode.com

Triadic colors

1 #7FA9A2 and #A27FA9 with #A9A27F are triadic colors.

2 #7FA2A9 and #A2A97F with #A9A27F are triadic colors.