COLOR #A99E7A

HEX: #A99E7A RGB: (169,158,122)

Color info

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

RGB color model

#A99E7A color RGB value is (169,158,122).

RGB: (169,158,122) (66%, 62%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 122 of 255 = 48%

169
158
122

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

Portions of RGB colors in percentages

R + G + B = 169 + 158 + 122 = 449 (100%)
R 169 of 449 ~ 37.64%
G 158 of 449 ~ 35.19%
B 122 of 449 ~ 27.17'%

%37.64
%35.19
%27.17

CMYK color model

#A99E7A color CMYK value is (0,7,28,34).

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

CMYK: (0,7,28,34)
C0M7Y28K34 (0%, 7%, 28%, 34%)
(0.00 / 0.07 / 0.28 / 0.34)

CMYK percentages

%0
%6.51
%27.81
%33.73

Codes

Color #A99E7A in popluar color models

A9 9E 7A
RGB 169 158 122
HSL 46° 21.46% 57.06%
HSB/HSV 46° 27.81% 66.27%
CMYK 0.00% 6.51% 27.81%
33.73%

Color #A99E7A in popluar number systems.

HEX A9 9E 7A
Decimal 169 158 122
Binary 10101001 10011110 1111010
Octal 251 236 172

Shades and tints

Shades of #A99E7A

#A99E7A
(169,158,122)
#9A906F
(154,144,111)
#8B8264
(139,130,100)
#7C7459
(124,116,89)
#6D664E
(109,102,78)
#5E5843
(94,88,67)
#4F4A38
(79,74,56)
#403C2D
(64,60,45)
#312E22
(49,46,34)
#222017
(34,32,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #A99E7A

#A99E7A
(169,158,122)
#B0A686
(176,166,134)
#B7AE92
(183,174,146)
#BEB69E
(190,182,158)
#C5BEAA
(197,190,170)
#CCC6B6
(204,198,182)
#D3CEC2
(211,206,194)
#DAD6CE
(218,214,206)
#E1DEDA
(225,222,218)
#E8E6E6
(232,230,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99E7A; }

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

This text font color is #A99E7A.

Background Color

.myBgColor { background-color: #A99E7A; }

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

This div background color is #A99E7A.

Border color

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

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

This div border color is #A99E7A.

Opacity

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

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

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

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

This text has shadow with #A99E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99E7A.

Preview

Color preview on black background

This text has color #A99E7A on black background.


Color preview on white background

This text has color #A99E7A on white background.


Black color preview on #A99E7A background

This text has black color on #A99E7A background.


White color preview on #A99E7A background

This text has white color on #A99E7A background.


Related colors

Complementary color

Complementary color for #hex is #566185.


I love getcolorcode.com

Triadic colors

1 #7AA99E and #9E7AA9 with #A99E7A are triadic colors.

2 #7A9EA9 and #9EA97A with #A99E7A are triadic colors.