COLOR #A99C3B

HEX: #A99C3B
RGB: (169,156,59)

Color info

#A99C3B contains mainly red and green colors. Web safe color of #A99C3B is #999933 (or #993).

RGB color model

#A99C3B color RGB value is (169,156,59).

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

RGB channels and saturation

R 169 of 255 = 66%
G 156 of 255 = 61%
B 59 of 255 = 23%

169
156
59

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

Portions of RGB colors in percentages

R + G + B =
169 + 156 + 59 = 384 (100%)
R 169 of 384 ~ 44.01%
G 156 of 384 ~ 40.63%
B 59 of 384 ~ 15.36%

%44.01
%40.63
%15.36

CMYK color model

#A99C3B color CMYK value is (0,8,65,34).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 65.09%
  • key color value is 33.73%
CMYK:
(0,8,65,34)
C0M8Y65K34 
(0%,8%,65%,34%)
(0.00/0.08/0.65/0.34)	

CMYK percentages

%0
%7.69
%65.09
%33.73

Codes

Color #A99C3B in popluar color models

A99C3B
RGB16915659
HSL53°48.25%44.71%
HSB/HSV53°65.09%66.27%
CMYK0.00%7.69%65.09%
33.73%

Color #A99C3B in popluar number systems.

HEXA99C3B
Decimal16915659
Binary1010100110011100111011
Octal25123473

Shades and tints

Shades of #A99C3B

#A99C3B
(169,156,59)
#9A8E36
(154,142,54)
#8B8031
(139,128,49)
#7C722C
(124,114,44)
#6D6427
(109,100,39)
#5E5622
(94,86,34)
#4F481D
(79,72,29)
#403A18
(64,58,24)
#312C13
(49,44,19)
#221E0E
(34,30,14)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #A99C3B

#A99C3B
(169,156,59)
#B0A54C
(176,165,76)
#B7AE5D
(183,174,93)
#BEB76E
(190,183,110)
#C5C07F
(197,192,127)
#CCC990
(204,201,144)
#D3D2A1
(211,210,161)
#DADBB2
(218,219,178)
#E1E4C3
(225,228,195)
#E8EDD4
(232,237,212)
#EFF6E5
(239,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99C3B; }

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

This text font color is #A99C3B.


Background Color

.myBgColor { background-color: #A99C3B; }

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

This div background color is #A99C3B.


Border color

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

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

This div border color is #A99C3B.


Opacity

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

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

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

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

This text has shadow with #A99C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99C3B on black background.


Color preview on white background

This text has color #A99C3B on white background.



Black color preview on #A99C3B background

This text has black color on #A99C3B background.


White color preview on #A99C3B background

This text has white color on #A99C3B background.