COLOR #A9A15E

HEX: #A9A15E
RGB: (169,161,94)

Color info

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

RGB color model

#A9A15E color RGB value is (169,161,94).

  • red value is 169;
  • green value is 161;
  • blue value is 94.
RGB:
(169,161,94)
(66%,63%,37%)

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 94 of 255 = 37%

169
161
94

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

Portions of RGB colors in percentages

R + G + B =
169 + 161 + 94 = 424 (100%)
R 169 of 424 ~ 39.86%
G 161 of 424 ~ 37.97%
B 94 of 424 ~ 22.17%

%39.86
%37.97
%22.17

CMYK color model

#A9A15E color CMYK value is (0,5,44,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 44.38%
  • key color value is 33.73%
CMYK:
(0,5,44,34)
C0M5Y44K34 
(0%,5%,44%,34%)
(0.00/0.05/0.44/0.34)	

CMYK percentages

%0
%4.73
%44.38
%33.73

Codes

Color #A9A15E in popluar color models

A9A15E
RGB16916194
HSL54°30.36%51.57%
HSB/HSV54°44.38%66.27%
CMYK0.00%4.73%44.38%
33.73%

Color #A9A15E in popluar number systems.

HEXA9A15E
Decimal16916194
Binary10101001101000011011110
Octal251241136

Shades and tints

Shades of #A9A15E

#A9A15E
(169,161,94)
#9A9356
(154,147,86)
#8B854E
(139,133,78)
#7C7746
(124,119,70)
#6D693E
(109,105,62)
#5E5B36
(94,91,54)
#4F4D2E
(79,77,46)
#403F26
(64,63,38)
#31311E
(49,49,30)
#222316
(34,35,22)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #A9A15E

#A9A15E
(169,161,94)
#B0A96C
(176,169,108)
#B7B17A
(183,177,122)
#BEB988
(190,185,136)
#C5C196
(197,193,150)
#CCC9A4
(204,201,164)
#D3D1B2
(211,209,178)
#DAD9C0
(218,217,192)
#E1E1CE
(225,225,206)
#E8E9DC
(232,233,220)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A15E color. Also use rgb(169,161,94) instead hex code.

Text Font Color

.myTextColor { color: #A9A15E; }

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

This text font color is #A9A15E.


Background Color

.myBgColor { background-color: #A9A15E; }

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

This div background color is #A9A15E.


Border color

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

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

This div border color is #A9A15E.


Opacity

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

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

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

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

This text has shadow with #A9A15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A15E on black background.


Color preview on white background

This text has color #A9A15E on white background.



Black color preview on #A9A15E background

This text has black color on #A9A15E background.


White color preview on #A9A15E background

This text has white color on #A9A15E background.