COLOR #A9955B

HEX: #A9955B RGB: (169,149,91)

Color info

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

RGB color model

#A9955B color RGB value is (169,149,91).

RGB: (169,149,91) (66%, 58%, 36%)

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 91 of 255 = 36%

169
149
91

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

Portions of RGB colors in percentages

R + G + B = 169 + 149 + 91 = 409 (100%)
R 169 of 409 ~ 41.32%
G 149 of 409 ~ 36.43%
B 91 of 409 ~ 22.25'%

%41.32
%36.43
%22.25

CMYK color model

#A9955B color CMYK value is (0,12,46,34).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 46.15%
  • key color value is 33.73%

CMYK: (0,12,46,34)
C0M12Y46K34 (0%, 12%, 46%, 34%)
(0.00 / 0.12 / 0.46 / 0.34)

CMYK percentages

%0
%11.83
%46.15
%33.73

Codes

Color #A9955B in popluar color models

A9 95 5B
RGB 169 149 91
HSL 45° 31.20% 50.98%
HSB/HSV 45° 46.15% 66.27%
CMYK 0.00% 11.83% 46.15%
33.73%

Color #A9955B in popluar number systems.

HEX A9 95 5B
Decimal 169 149 91
Binary 10101001 10010101 1011011
Octal 251 225 133

Shades and tints

Shades of #A9955B

#A9955B
(169,149,91)
#9A8853
(154,136,83)
#8B7B4B
(139,123,75)
#7C6E43
(124,110,67)
#6D613B
(109,97,59)
#5E5433
(94,84,51)
#4F472B
(79,71,43)
#403A23
(64,58,35)
#312D1B
(49,45,27)
#222013
(34,32,19)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #A9955B

#A9955B
(169,149,91)
#B09E69
(176,158,105)
#B7A777
(183,167,119)
#BEB085
(190,176,133)
#C5B993
(197,185,147)
#CCC2A1
(204,194,161)
#D3CBAF
(211,203,175)
#DAD4BD
(218,212,189)
#E1DDCB
(225,221,203)
#E8E6D9
(232,230,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9955B color. Also use rgb(169,149,91) instead hex code.

Text Font Color

.myTextColor { color: #A9955B; }

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

This text font color is #A9955B.

Background Color

.myBgColor { background-color: #A9955B; }

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

This div background color is #A9955B.

Border color

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

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

This div border color is #A9955B.

Opacity

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

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

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

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

This text has shadow with #A9955B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9955B.

Preview

Color preview on black background

This text has color #A9955B on black background.


Color preview on white background

This text has color #A9955B on white background.


Black color preview on #A9955B background

This text has black color on #A9955B background.


White color preview on #A9955B background

This text has white color on #A9955B background.


Related colors

Complementary color

Complementary color for #hex is #566AA4.


I love getcolorcode.com

Triadic colors

1 #5BA995 and #955BA9 with #A9955B are triadic colors.

2 #5B95A9 and #95A95B with #A9955B are triadic colors.