COLOR #A9A06C

HEX: #A9A06C
RGB: (169,160,108)

Color info

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

RGB color model

#A9A06C color RGB value is (169,160,108).

  • red value is 169;
  • green value is 160;
  • blue value is 108.
RGB:
(169,160,108)
(66%,63%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 108 of 255 = 42%

169
160
108

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

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 108 = 437 (100%)
R 169 of 437 ~ 38.67%
G 160 of 437 ~ 36.61%
B 108 of 437 ~ 24.71%

%38.67
%36.61
%24.71

CMYK color model

#A9A06C color CMYK value is (0,5,36,34).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK:
(0,5,36,34)
C0M5Y36K34 
(0%,5%,36%,34%)
(0.00/0.05/0.36/0.34)	

CMYK percentages

%0
%5.33
%36.09
%33.73

Codes

Color #A9A06C in popluar color models

A9A06C
RGB169160108
HSL51°26.18%54.31%
HSB/HSV51°36.09%66.27%
CMYK0.00%5.33%36.09%
33.73%

Color #A9A06C in popluar number systems.

HEXA9A06C
Decimal169160108
Binary10101001101000001101100
Octal251240154

Shades and tints

Shades of #A9A06C

#A9A06C
(169,160,108)
#9A9263
(154,146,99)
#8B845A
(139,132,90)
#7C7651
(124,118,81)
#6D6848
(109,104,72)
#5E5A3F
(94,90,63)
#4F4C36
(79,76,54)
#403E2D
(64,62,45)
#313024
(49,48,36)
#22221B
(34,34,27)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A9A06C

#A9A06C
(169,160,108)
#B0A879
(176,168,121)
#B7B086
(183,176,134)
#BEB893
(190,184,147)
#C5C0A0
(197,192,160)
#CCC8AD
(204,200,173)
#D3D0BA
(211,208,186)
#DAD8C7
(218,216,199)
#E1E0D4
(225,224,212)
#E8E8E1
(232,232,225)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A06C color. Also use rgb(169,160,108) instead hex code.

Text Font Color

.myTextColor { color: #A9A06C; }

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

This text font color is #A9A06C.


Background Color

.myBgColor { background-color: #A9A06C; }

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

This div background color is #A9A06C.


Border color

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

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

This div border color is #A9A06C.


Opacity

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

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

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

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

This text has shadow with #A9A06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A06C on black background.


Color preview on white background

This text has color #A9A06C on white background.



Black color preview on #A9A06C background

This text has black color on #A9A06C background.


White color preview on #A9A06C background

This text has white color on #A9A06C background.