COLOR #A99E61

HEX: #A99E61 RGB: (169,158,97)

Color info

#A99E61 contains mainly red and green colors. Web safe color of #A99E61 is #999966 (or #996).

RGB color model

#A99E61 color RGB value is (169,158,97).

RGB: (169,158,97) (66%, 62%, 38%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 97 of 255 = 38%

169
158
97

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

Portions of RGB colors in percentages

R + G + B = 169 + 158 + 97 = 424 (100%)
R 169 of 424 ~ 39.86%
G 158 of 424 ~ 37.26%
B 97 of 424 ~ 22.88'%

%39.86
%37.26
%22.88

CMYK color model

#A99E61 color CMYK value is (0,7,43,34).

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

CMYK: (0,7,43,34)
C0M7Y43K34 (0%, 7%, 43%, 34%)
(0.00 / 0.07 / 0.43 / 0.34)

CMYK percentages

%0
%6.51
%42.6
%33.73

Codes

Color #A99E61 in popluar color models

A9 9E 61
RGB 169 158 97
HSL 51° 29.51% 52.16%
HSB/HSV 51° 42.60% 66.27%
CMYK 0.00% 6.51% 42.60%
33.73%

Color #A99E61 in popluar number systems.

HEX A9 9E 61
Decimal 169 158 97
Binary 10101001 10011110 1100001
Octal 251 236 141

Shades and tints

Shades of #A99E61

#A99E61
(169,158,97)
#9A9059
(154,144,89)
#8B8251
(139,130,81)
#7C7449
(124,116,73)
#6D6641
(109,102,65)
#5E5839
(94,88,57)
#4F4A31
(79,74,49)
#403C29
(64,60,41)
#312E21
(49,46,33)
#222019
(34,32,25)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A99E61

#A99E61
(169,158,97)
#B0A66F
(176,166,111)
#B7AE7D
(183,174,125)
#BEB68B
(190,182,139)
#C5BE99
(197,190,153)
#CCC6A7
(204,198,167)
#D3CEB5
(211,206,181)
#DAD6C3
(218,214,195)
#E1DED1
(225,222,209)
#E8E6DF
(232,230,223)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99E61; }

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

This text font color is #A99E61.

Background Color

.myBgColor { background-color: #A99E61; }

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

This div background color is #A99E61.

Border color

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

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

This div border color is #A99E61.

Opacity

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

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

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

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

This text has shadow with #A99E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99E61.

Preview

Color preview on black background

This text has color #A99E61 on black background.


Color preview on white background

This text has color #A99E61 on white background.


Black color preview on #A99E61 background

This text has black color on #A99E61 background.


White color preview on #A99E61 background

This text has white color on #A99E61 background.


Related colors

Complementary color

Complementary color for #hex is #56619E.


I love getcolorcode.com

Triadic colors

1 #61A99E and #9E61A9 with #A99E61 are triadic colors.

2 #619EA9 and #9EA961 with #A99E61 are triadic colors.