COLOR #A9A07A

HEX: #A9A07A RGB: (169,160,122)

Color info

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

RGB color model

#A9A07A color RGB value is (169,160,122).

RGB: (169,160,122) (66%, 63%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 122 of 255 = 48%

169
160
122

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

Portions of RGB colors in percentages

R + G + B = 169 + 160 + 122 = 451 (100%)
R 169 of 451 ~ 37.47%
G 160 of 451 ~ 35.48%
B 122 of 451 ~ 27.05'%

%37.47
%35.48
%27.05

CMYK color model

#A9A07A color CMYK value is (0,5,28,34).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 27.81%
  • key color value is 33.73%

CMYK: (0,5,28,34)
C0M5Y28K34 (0%, 5%, 28%, 34%)
(0.00 / 0.05 / 0.28 / 0.34)

CMYK percentages

%0
%5.33
%27.81
%33.73

Codes

Color #A9A07A in popluar color models

A9 A0 7A
RGB 169 160 122
HSL 49° 21.46% 57.06%
HSB/HSV 49° 27.81% 66.27%
CMYK 0.00% 5.33% 27.81%
33.73%

Color #A9A07A in popluar number systems.

HEX A9 A0 7A
Decimal 169 160 122
Binary 10101001 10100000 1111010
Octal 251 240 172

Shades and tints

Shades of #A9A07A

#A9A07A
(169,160,122)
#9A926F
(154,146,111)
#8B8464
(139,132,100)
#7C7659
(124,118,89)
#6D684E
(109,104,78)
#5E5A43
(94,90,67)
#4F4C38
(79,76,56)
#403E2D
(64,62,45)
#313022
(49,48,34)
#222217
(34,34,23)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #A9A07A

#A9A07A
(169,160,122)
#B0A886
(176,168,134)
#B7B092
(183,176,146)
#BEB89E
(190,184,158)
#C5C0AA
(197,192,170)
#CCC8B6
(204,200,182)
#D3D0C2
(211,208,194)
#DAD8CE
(218,216,206)
#E1E0DA
(225,224,218)
#E8E8E6
(232,232,230)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A07A color. Also use rgb(169,160,122) instead hex code.

Text Font Color

.myTextColor { color: #A9A07A; }

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

This text font color is #A9A07A.

Background Color

.myBgColor { background-color: #A9A07A; }

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

This div background color is #A9A07A.

Border color

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

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

This div border color is #A9A07A.

Opacity

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

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

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

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

This text has shadow with #A9A07A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A07A.

Preview

Color preview on black background

This text has color #A9A07A on black background.


Color preview on white background

This text has color #A9A07A on white background.


Black color preview on #A9A07A background

This text has black color on #A9A07A background.


White color preview on #A9A07A background

This text has white color on #A9A07A background.


Related colors

Complementary color

Complementary color for #hex is #565F85.


I love getcolorcode.com

Triadic colors

1 #7AA9A0 and #A07AA9 with #A9A07A are triadic colors.

2 #7AA0A9 and #A0A97A with #A9A07A are triadic colors.