COLOR #A9915E

HEX: #A9915E RGB: (169,145,94)

Color info

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

RGB color model

#A9915E color RGB value is (169,145,94).

RGB: (169,145,94) (66%, 57%, 37%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 94 of 255 = 37%

169
145
94

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

Portions of RGB colors in percentages

R + G + B = 169 + 145 + 94 = 408 (100%)
R 169 of 408 ~ 41.42%
G 145 of 408 ~ 35.54%
B 94 of 408 ~ 23.04'%

%41.42
%35.54
%23.04

CMYK color model

#A9915E color CMYK value is (0,14,44,34).

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

CMYK: (0,14,44,34)
C0M14Y44K34 (0%, 14%, 44%, 34%)
(0.00 / 0.14 / 0.44 / 0.34)

CMYK percentages

%0
%14.2
%44.38
%33.73

Codes

Color #A9915E in popluar color models

A9 91 5E
RGB 169 145 94
HSL 41° 30.36% 51.57%
HSB/HSV 41° 44.38% 66.27%
CMYK 0.00% 14.20% 44.38%
33.73%

Color #A9915E in popluar number systems.

HEX A9 91 5E
Decimal 169 145 94
Binary 10101001 10010001 1011110
Octal 251 221 136

Shades and tints

Shades of #A9915E

#A9915E
(169,145,94)
#9A8456
(154,132,86)
#8B774E
(139,119,78)
#7C6A46
(124,106,70)
#6D5D3E
(109,93,62)
#5E5036
(94,80,54)
#4F432E
(79,67,46)
#403626
(64,54,38)
#31291E
(49,41,30)
#221C16
(34,28,22)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #A9915E

#A9915E
(169,145,94)
#B09B6C
(176,155,108)
#B7A57A
(183,165,122)
#BEAF88
(190,175,136)
#C5B996
(197,185,150)
#CCC3A4
(204,195,164)
#D3CDB2
(211,205,178)
#DAD7C0
(218,215,192)
#E1E1CE
(225,225,206)
#E8EBDC
(232,235,220)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9915E; }

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

This text font color is #A9915E.

Background Color

.myBgColor { background-color: #A9915E; }

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

This div background color is #A9915E.

Border color

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

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

This div border color is #A9915E.

Opacity

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

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

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

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

This text has shadow with #A9915E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9915E.

Preview

Color preview on black background

This text has color #A9915E on black background.


Color preview on white background

This text has color #A9915E on white background.


Black color preview on #A9915E background

This text has black color on #A9915E background.


White color preview on #A9915E background

This text has white color on #A9915E background.


Related colors

Complementary color

Complementary color for #hex is #566EA1.


I love getcolorcode.com

Triadic colors

1 #5EA991 and #915EA9 with #A9915E are triadic colors.

2 #5E91A9 and #91A95E with #A9915E are triadic colors.