COLOR #A99C61

HEX: #A99C61
RGB: (169,156,97)

Color info

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

RGB color model

#A99C61 color RGB value is (169,156,97).

  • red value is 169;
  • green value is 156;
  • blue value is 97.
RGB:
(169,156,97)
(66%,61%,38%)

RGB channels and saturation

R 169 of 255 = 66%
G 156 of 255 = 61%
B 97 of 255 = 38%

169
156
97

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

Portions of RGB colors in percentages

R + G + B =
169 + 156 + 97 = 422 (100%)
R 169 of 422 ~ 40.05%
G 156 of 422 ~ 36.97%
B 97 of 422 ~ 22.99%

%40.05
%36.97
%22.99

CMYK color model

#A99C61 color CMYK value is (0,8,43,34).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 42.60%
  • key color value is 33.73%
CMYK:
(0,8,43,34)
C0M8Y43K34 
(0%,8%,43%,34%)
(0.00/0.08/0.43/0.34)	

CMYK percentages

%0
%7.69
%42.6
%33.73

Codes

Color #A99C61 in popluar color models

A99C61
RGB16915697
HSL49°29.51%52.16%
HSB/HSV49°42.60%66.27%
CMYK0.00%7.69%42.60%
33.73%

Color #A99C61 in popluar number systems.

HEXA99C61
Decimal16915697
Binary10101001100111001100001
Octal251234141

Shades and tints

Shades of #A99C61

#A99C61
(169,156,97)
#9A8E59
(154,142,89)
#8B8051
(139,128,81)
#7C7249
(124,114,73)
#6D6441
(109,100,65)
#5E5639
(94,86,57)
#4F4831
(79,72,49)
#403A29
(64,58,41)
#312C21
(49,44,33)
#221E19
(34,30,25)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A99C61

#A99C61
(169,156,97)
#B0A56F
(176,165,111)
#B7AE7D
(183,174,125)
#BEB78B
(190,183,139)
#C5C099
(197,192,153)
#CCC9A7
(204,201,167)
#D3D2B5
(211,210,181)
#DADBC3
(218,219,195)
#E1E4D1
(225,228,209)
#E8EDDF
(232,237,223)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99C61; }

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

This text font color is #A99C61.


Background Color

.myBgColor { background-color: #A99C61; }

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

This div background color is #A99C61.


Border color

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

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

This div border color is #A99C61.


Opacity

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

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

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

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

This text has shadow with #A99C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99C61 on black background.


Color preview on white background

This text has color #A99C61 on white background.



Black color preview on #A99C61 background

This text has black color on #A99C61 background.


White color preview on #A99C61 background

This text has white color on #A99C61 background.