COLOR #A9995F

HEX: #A9995F RGB: (169,153,95)

Color info

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

RGB color model

#A9995F color RGB value is (169,153,95).

RGB: (169,153,95) (66%, 60%, 37%)

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 95 of 255 = 37%

169
153
95

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

Portions of RGB colors in percentages

R + G + B = 169 + 153 + 95 = 417 (100%)
R 169 of 417 ~ 40.53%
G 153 of 417 ~ 36.69%
B 95 of 417 ~ 22.78'%

%40.53
%36.69
%22.78

CMYK color model

#A9995F color CMYK value is (0,9,44,34).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 43.79%
  • key color value is 33.73%
CMYK: (0,9,44,34) C0M9Y44K34 (0%,9%,44%,34%) (0.00/0.09/0.44/0.34) 

CMYK percentages

%0
%9.47
%43.79
%33.73

Codes

Color #A9995F in popluar color models

A9 99 5F
RGB 169 153 95
HSL 47° 30.08% 51.76%
HSB/HSV 47° 43.79% 66.27%
CMYK 0.00% 9.47% 43.79%
33.73%

Color #A9995F in popluar number systems.

HEX A9 99 5F
Decimal 169 153 95
Binary 10101001 10011001 1011111
Octal 251 231 137

Shades and tints

Shades of #A9995F

#A9995F
(169,153,95)
#9A8C57
(154,140,87)
#8B7F4F
(139,127,79)
#7C7247
(124,114,71)
#6D653F
(109,101,63)
#5E5837
(94,88,55)
#4F4B2F
(79,75,47)
#403E27
(64,62,39)
#31311F
(49,49,31)
#222417
(34,36,23)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #A9995F

#A9995F
(169,153,95)
#B0A26D
(176,162,109)
#B7AB7B
(183,171,123)
#BEB489
(190,180,137)
#C5BD97
(197,189,151)
#CCC6A5
(204,198,165)
#D3CFB3
(211,207,179)
#DAD8C1
(218,216,193)
#E1E1CF
(225,225,207)
#E8EADD
(232,234,221)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9995F color. Also use rgb(169,153,95) instead hex code.

Text Font Color

.myTextColor { color: #A9995F; }

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

This text font color is #A9995F.

Background Color

.myBgColor { background-color: #A9995F; }

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

This div background color is #A9995F.

Border color

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

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

This div border color is #A9995F.

Opacity

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

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

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

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

This text has shadow with #A9995F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9995F.

Preview

Color preview on black background

This text has color #A9995F on black background.


Color preview on white background

This text has color #A9995F on white background.


Black color preview on #A9995F background

This text has black color on #A9995F background.


White color preview on #A9995F background

This text has white color on #A9995F background.


Related colors

Complementary color

Complementary color for #hex is #5666A0.


I love getcolorcode.com

Triadic colors

1 #5FA999 and #995FA9 with #A9995F are triadic colors.

2 #5F99A9 and #99A95F with #A9995F are triadic colors.