COLOR #A9916B

HEX: #A9916B RGB: (169,145,107)

Color info

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

RGB color model

#A9916B color RGB value is (169,145,107).

RGB: (169,145,107) (66%, 57%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 107 of 255 = 42%

169
145
107

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

Portions of RGB colors in percentages

R + G + B = 169 + 145 + 107 = 421 (100%)
R 169 of 421 ~ 40.14%
G 145 of 421 ~ 34.44%
B 107 of 421 ~ 25.42'%

%40.14
%34.44
%25.42

CMYK color model

#A9916B color CMYK value is (0,14,37,34).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 36.69%
  • key color value is 33.73%

CMYK: (0,14,37,34)
C0M14Y37K34 (0%, 14%, 37%, 34%)
(0.00 / 0.14 / 0.37 / 0.34)

CMYK percentages

%0
%14.2
%36.69
%33.73

Codes

Color #A9916B in popluar color models

A9 91 6B
RGB 169 145 107
HSL 37° 26.50% 54.12%
HSB/HSV 37° 36.69% 66.27%
CMYK 0.00% 14.20% 36.69%
33.73%

Color #A9916B in popluar number systems.

HEX A9 91 6B
Decimal 169 145 107
Binary 10101001 10010001 1101011
Octal 251 221 153

Shades and tints

Shades of #A9916B

#A9916B
(169,145,107)
#9A8462
(154,132,98)
#8B7759
(139,119,89)
#7C6A50
(124,106,80)
#6D5D47
(109,93,71)
#5E503E
(94,80,62)
#4F4335
(79,67,53)
#40362C
(64,54,44)
#312923
(49,41,35)
#221C1A
(34,28,26)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #A9916B

#A9916B
(169,145,107)
#B09B78
(176,155,120)
#B7A585
(183,165,133)
#BEAF92
(190,175,146)
#C5B99F
(197,185,159)
#CCC3AC
(204,195,172)
#D3CDB9
(211,205,185)
#DAD7C6
(218,215,198)
#E1E1D3
(225,225,211)
#E8EBE0
(232,235,224)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9916B color. Also use rgb(169,145,107) instead hex code.

Text Font Color

.myTextColor { color: #A9916B; }

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

This text font color is #A9916B.

Background Color

.myBgColor { background-color: #A9916B; }

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

This div background color is #A9916B.

Border color

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

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

This div border color is #A9916B.

Opacity

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

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

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

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

This text has shadow with #A9916B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9916B.

Preview

Color preview on black background

This text has color #A9916B on black background.


Color preview on white background

This text has color #A9916B on white background.


Black color preview on #A9916B background

This text has black color on #A9916B background.


White color preview on #A9916B background

This text has white color on #A9916B background.


Related colors

Complementary color

Complementary color for #hex is #566E94.


I love getcolorcode.com

Triadic colors

1 #6BA991 and #916BA9 with #A9916B are triadic colors.

2 #6B91A9 and #91A96B with #A9916B are triadic colors.